Searched refs:__autoload (Results 1 – 25 of 32) sorted by relevance
12
2 errmsg: __autoload() must take exactly 1 argument6 function __autoload($a, $b) {}11 Fatal error: __autoload() must take exactly 1 argument in %s on line %d
2 Bug #33116 (crash when assigning class name to global variable in __autoload)
2 instanceof shouldn't call __autoload
2 catch shouldn't call __autoload
2 Bug #26697 (calling class_exists on a nonexistent class in __autoload results in segfault)
2 Bug #37138 (__autoload tries to load callback'ed self and parent)
2 Bug #49908 (throwing exception in __autoload crashes when interface is not defined)
2 Bug #39003 (__autoload() is called for type hinting)
2 Bug #61011 (Crash when an exception is thrown by __autoload accessing a static property)
2 is_a() and is_subclass_of() shouldn't call __autoload
2 Reflection Bug #29268 (__autoload() not called with reflectionProperty->getClass())6 echo "__autoload($classname)\n";25 __autoload(A)
2 Reflection Bug #26640 (__autoload() not invoked by Reflection classes)
57 public function __autoload() {}153 Modifiers for method TestClass::__autoload():221 Modifiers for method TestClass::__autoload():
15 function __autoload(\$class)34 function __autoload($class)
16 function __autoload(\$class)37 function __autoload($class)
16 Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in %s on line %d
5 * @brief function __autoload34 function __autoload($classname) {
15 function __autoload(\$class)35 function __autoload($class)
2 Ensure __autoload() recursion is guarded for multiple lookups of same class using difference case.
2 Ensure __autoload() is triggered during unserialization.
2 method_exists() on non-existent class, with __autoload().
5 if (spl_autoload_functions() !== false) die('skip __autoload() registered by php.ini');
2 Bug #30234 (__autoload() not invoked for interfaces)
2 Bug #33853 (php:function call __autoload with lowercase param)
Completed in 47 milliseconds