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/book.runkit.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/refs.basic.php.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'book.runkit.php',
   
1 => 'runkit',
  ),
 
'up' =>
  array (
   
0 => 'refs.basic.php.php',
   
1 => 'Affecting PHP\'s Behaviour',
  ),
 
'prev' =>
  array (
   
0 => 'function.output-reset-rewrite-vars.php',
   
1 => 'output_reset_rewrite_vars',
  ),
 
'next' =>
  array (
   
0 => 'intro.runkit.php',
   
1 => 'Introduction',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div>
 <h1 class="title">runkit</h1>

 

 





 





 

 






<ul class="chunklist chunklist_book"><li><a href="intro.runkit.php">Introduction</a></li><li><a href="runkit.constants.php">Predefined Constants</a></li><li><a href="runkit.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="runkit.requirements.php">Requirements</a></li><li><a href="runkit.installation.php">Installation</a></li><li><a href="runkit.configuration.php">Runtime Configuration</a></li><li><a href="runkit.resources.php">Resource Types</a></li></ul></li><li><a href="ref.runkit.php">runkit Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="runkit.sandbox.php">Runkit_Sandbox</a> — Runkit Sandbox Class -- PHP Virtual Machine</li><li><a href="runkit.sandbox-parent.php">Runkit_Sandbox_Parent</a> — Runkit Anti-Sandbox Class</li><li><a href="function.runkit-class-adopt.php">runkit_class_adopt</a> — Convert a base class to an inherited class, add ancestral methods when appropriate</li><li><a href="function.runkit-class-emancipate.php">runkit_class_emancipate</a> — Convert an inherited class to a base class, removes any method whose scope is ancestral</li><li><a href="function.runkit-constant-add.php">runkit_constant_add</a> — Similar to define(), but allows defining in class definitions as well</li><li><a href="function.runkit-constant-redefine.php">runkit_constant_redefine</a> — Redefine an already defined constant</li><li><a href="function.runkit-constant-remove.php">runkit_constant_remove</a> — Remove/Delete an already defined constant</li><li><a href="function.runkit-function-add.php">runkit_function_add</a> — Add a new function, similar to create_function</li><li><a href="function.runkit-function-copy.php">runkit_function_copy</a> — Copy a function to a new function name</li><li><a href="function.runkit-function-redefine.php">runkit_function_redefine</a> — Replace a function definition with a new implementation</li><li><a href="function.runkit-function-remove.php">runkit_function_remove</a> — Remove a function definition</li><li><a href="function.runkit-function-rename.php">runkit_function_rename</a> — Change a function's name</li><li><a href="function.runkit-import.php">runkit_import</a> — Process a PHP file importing function and class definitions, overwriting where appropriate</li><li><a href="function.runkit-lint-file.php">runkit_lint_file</a> — Check the PHP syntax of the specified file</li><li><a href="function.runkit-lint.php">runkit_lint</a> — Check the PHP syntax of the specified php code</li><li><a href="function.runkit-method-add.php">runkit_method_add</a> — Dynamically adds a new method to a given class</li><li><a href="function.runkit-method-copy.php">runkit_method_copy</a> — Copies a method from class to another</li><li><a href="function.runkit-method-redefine.php">runkit_method_redefine</a> — Dynamically changes the code of the given method</li><li><a href="function.runkit-method-remove.php">runkit_method_remove</a> — Dynamically removes the given method</li><li><a href="function.runkit-method-rename.php">runkit_method_rename</a> — Dynamically changes the name of the given method</li><li><a href="function.runkit-return-value-used.php">runkit_return_value_used</a> — Determines if the current functions return value will be used</li><li><a href="function.runkit-sandbox-output-handler.php">runkit_sandbox_output_handler</a> — Specify a function to capture and/or process output from a runkit sandbox</li><li><a href="function.runkit-superglobals.php">runkit_superglobals</a> — Return numerically indexed array of registered superglobals</li></ul></li></ul></div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites