mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix function name in example (doc #62108)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325772 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
468a144a00
commit
53cab0d4dc
1 changed files with 2 additions and 2 deletions
|
@ -72,13 +72,13 @@ print_r(class_uses(new bar));
|
|||
|
||||
print_r(class_uses('bar'));
|
||||
|
||||
|
||||
function __autoload($class_name) {
|
||||
require_once $class_name . '.php';
|
||||
}
|
||||
|
||||
// use __autoload to load the 'not_loaded' class
|
||||
print_r(class_implements('not_loaded', true));
|
||||
print_r(class_uses('not_loaded', true));
|
||||
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
|
|
Loading…
Reference in a new issue