Home
last modified time | relevance | path

Searched refs:__autoload (Results 1 – 25 of 32) sorted by relevance

12

/PHP-7.2/Zend/tests/
H A Derrmsg_012.phpt2 errmsg: __autoload() must take exactly 1 argument
6 function __autoload($a, $b) {}
11 Fatal error: __autoload() must take exactly 1 argument in %s on line %d
H A Dbug33116.phpt2 Bug #33116 (crash when assigning class name to global variable in __autoload)
H A Dinstanceof.phpt2 instanceof shouldn't call __autoload
H A Dcatch.phpt2 catch shouldn't call __autoload
H A Dbug26697.phpt2 Bug #26697 (calling class_exists on a nonexistent class in __autoload results in segfault)
H A Dbug37138.phpt2 Bug #37138 (__autoload tries to load callback'ed self and parent)
H A Dbug49908.phpt2 Bug #49908 (throwing exception in __autoload crashes when interface is not defined)
H A Dbug39003.phpt2 Bug #39003 (__autoload() is called for type hinting)
H A Dbug61011.phpt2 Bug #61011 (Crash when an exception is thrown by __autoload accessing a static property)
H A Dis_a.phpt2 is_a() and is_subclass_of() shouldn't call __autoload
/PHP-7.2/ext/reflection/tests/
H A Dbug29268.phpt2 Reflection Bug #29268 (__autoload() not called with reflectionProperty->getClass())
6 echo "__autoload($classname)\n";
25 __autoload(A)
H A Dbug26640.phpt2 Reflection Bug #26640 (__autoload() not invoked by Reflection classes)
H A DReflectionMethod_getModifiers_basic.phpt57 public function __autoload() {}
153 Modifiers for method TestClass::__autoload():
221 Modifiers for method TestClass::__autoload():
/PHP-7.2/ext/phar/tests/
H A Dphar_commitwrite.phpt15 function __autoload(\$class)
34 function __autoload($class)
H A Dphar_create_in_cwd.phpt16 function __autoload(\$class)
37 function __autoload($class)
H A Dfatal_error_webphar.phpt16 Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in %s on line %d
/PHP-7.2/ext/spl/examples/
H A Dautoload.inc5 * @brief function __autoload
34 function __autoload($classname) {
/PHP-7.2/ext/phar/tests/tar/
H A Dphar_commitwrite.phpt15 function __autoload(\$class)
35 function __autoload($class)
/PHP-7.2/ext/phar/tests/zip/
H A Dphar_commitwrite.phpt15 function __autoload(\$class)
35 function __autoload($class)
/PHP-7.2/tests/classes/
H A Dautoload_019.phpt2 Ensure __autoload() recursion is guarded for multiple lookups of same class using difference case.
H A Dautoload_020.phpt2 Ensure __autoload() is triggered during unserialization.
/PHP-7.2/ext/standard/tests/class_object/
H A Dmethod_exists_basic_003.phpt2 method_exists() on non-existent class, with __autoload().
/PHP-7.2/ext/spl/tests/
H A Dspl_autoload_002.phpt5 if (spl_autoload_functions() !== false) die('skip __autoload() registered by php.ini');
/PHP-7.2/ext/standard/tests/serialize/
H A Dbug30234.phpt2 Bug #30234 (__autoload() not invoked for interfaces)
/PHP-7.2/ext/xsl/tests/
H A Dbug33853.phpt2 Bug #33853 (php:function call __autoload with lowercase param)

Completed in 47 milliseconds

12