downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the SVN repository for this website on svn.php.net.

Source of: /manual/en/ref.apd.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/book.apd.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'ref.apd.php',
   
1 => 'APD Functions',
  ),
 
'up' =>
  array (
   
0 => 'book.apd.php',
   
1 => 'Advanced PHP debugger',
  ),
 
'prev' =>
  array (
   
0 => 'apd.examples.usage.php',
   
1 => 'How to use PHP-APD in your scripts',
  ),
 
'next' =>
  array (
   
0 => 'function.apd-breakpoint.php',
   
1 => 'apd_breakpoint',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div>
 <h1 class="title">APD Functions</h1>
 <div class="partintro">
  <div id="apd.contact" class="section">
   <h2 class="title">Contact information</h2>
   <p class="para">
    If you have comments, bugfixes, enhancements or want to help developing
    this beast, you can send an mail to
    <a href="mailto:apd@mail.communityconnect.com" class="link external">&raquo; apd@mail.communityconnect.com</a>. Any help is very
    welcome.
   </p>
  </div>
 </div>

 

































































































<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.apd-breakpoint.php">apd_breakpoint</a> — Stops the interpreter and waits on a CR from the socket</li><li><a href="function.apd-callstack.php">apd_callstack</a> — Returns the current call stack as an array</li><li><a href="function.apd-clunk.php">apd_clunk</a> — Throw a warning and a callstack</li><li><a href="function.apd-continue.php">apd_continue</a> — Restarts the interpreter</li><li><a href="function.apd-croak.php">apd_croak</a> — Throw an error, a callstack and then exit</li><li><a href="function.apd-dump-function-table.php">apd_dump_function_table</a> — Outputs the current function table</li><li><a href="function.apd-dump-persistent-resources.php">apd_dump_persistent_resources</a> — Return all persistent resources as an array</li><li><a href="function.apd-dump-regular-resources.php">apd_dump_regular_resources</a> — Return all current regular resources as an array</li><li><a href="function.apd-echo.php">apd_echo</a> — Echo to the debugging socket</li><li><a href="function.apd-get-active-symbols.php">apd_get_active_symbols</a> — Get an array of the current variables names in the local scope</li><li><a href="function.apd-set-pprof-trace.php">apd_set_pprof_trace</a> — Starts the session debugging</li><li><a href="function.apd-set-session-trace-socket.php">apd_set_session_trace_socket</a> — Starts the remote session debugging</li><li><a href="function.apd-set-session-trace.php">apd_set_session_trace</a> — Starts the session debugging</li><li><a href="function.apd-set-session.php">apd_set_session</a> — Changes or sets the current debugging level</li><li><a href="function.override-function.php">override_function</a> — Overrides built-in functions</li><li><a href="function.rename-function.php">rename_function</a> — Renames orig_name to new_name in the global function table</li></ul>
</div>
<?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites