Home
last modified time | relevance | path

Searched refs:__autoload (Results 76 – 92 of 92) sorted by relevance

1234

/PHP-5.5/ext/standard/tests/class_object/
H A Dget_declared_traits_variation1.phpt14 function __autoload($trait_name) {
H A Dproperty_exists_variation1.phpt13 function __autoload($class_name) {
H A Dis_subclass_of_variation_002.phpt11 function __autoload($className) {
12 echo "In __autoload($className)\n";
H A Dmethod_exists_variation_002.phpt11 function __autoload($className) {
12 echo "In __autoload($className)\n";
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug69152.phpt17 … operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to lo…
H A Dserialization_objects_006.phpt26 … operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to lo…
/PHP-5.5/ext/spl/tests/
H A Dclass_uses_variation.phpt23 function __autoload($classname) {
H A Dclass_implements_variation.phpt23 function __autoload($classname) {
H A Dspl_autoload_012.phpt2 SPL: spl_autoload() capturing multiple Exceptions in __autoload
H A Dspl_003.phpt27 function __autoload($cname) {
/PHP-5.5/Zend/tests/
H A Dcall_user_func_002.phpt6 function __autoload($class) {
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug28751.phpt7 function __autoload($className) {
/PHP-5.5/Zend/
H A DZEND_CHANGES721 * __autoload().
723 The __autoload() interceptor function will be automatically called
725 class will be passed to the __autoload() interceptor function as its
726 only argument. __autoload() must succeed in loading the class. If it
732 function __autoload($className) {
/PHP-5.5/
H A DREADME.namespaces108 it tries to find class A\B (__autoload() it if necessary) and call its
H A DNEWS3009 . Fixed bug #61011 (Crash when an exception is thrown by __autoload
5492 - Fixed bug #49908 (throwing exception in __autoload crashes when interface
8289 - Fixed bug #39003 (__autoload() is called for type hinting). (Dmitry, Tony)
8680 - Fixed bug #37138 (__autoload tries to load callback'ed self and parent).
9172 functions to not call __autoload(). (Dmitry)
9539 __autoload). (Dmitry)
9735 - Fixed bug #29268 (__autoload() not called with Reflection->getClass()).
9858 - Fixed bug #31562 (__autoload() problem with static variables). (Marcus)
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar392 if (function_exists('__autoload')) {
393 spl_autoload_register('__autoload');
/PHP-5.5/ext/phar/tests/files/
H A Dpear2coverage.phar.php2 function __autoload($class) function

Completed in 92 milliseconds

1234