Home
last modified time | relevance | path

Searched refs:autoload (Results 1 – 25 of 59) sorted by last modified time

123

/PHP-5.5/tests/classes/
H A Dautoload_007.phpt2 Ensure instanceof does not trigger autoload.
7 echo "In autoload: ";
H A Dautoload_008.phpt2 Ensure catch blocks for unknown exception types do not trigger autoload.
7 echo "In autoload: ";
H A Dautoload_009.phpt2 Ensure type hints for unknown types do not trigger autoload.
7 echo "In autoload: ";
H A Dautoload_010.phpt2 Ensure implements does trigger autoload.
7 echo "In autoload: ";
16 In autoload: string(6) "UndefI"
H A Dautoload_011.phpt2 Ensure extends does trigger autoload.
7 echo "In autoload: ";
16 In autoload: string(9) "UndefBase"
H A Dautoload_012.phpt2 Ensure callback methods in unknown classes trigger autoload.
7 echo "In autoload: ";
13 In autoload: string(6) "UndefC"
H A Dautoload_013.phpt2 Ensure the ReflectionClass constructor triggers autoload.
9 echo "In autoload: ";
21 In autoload: string(6) "UndefC"
H A Dautoload_014.phpt2 Ensure the ReflectionMethod constructor triggers autoload.
9 echo "In autoload: ";
21 In autoload: string(6) "UndefC"
H A Dautoload_015.phpt2 Ensure the ReflectionProperty constructor triggers autoload.
9 echo "In autoload: ";
21 In autoload: string(6) "UndefC"
H A Dautoload_016.phpt2 Ensure ReflectionClass::getProperty() triggers autoload
9 echo "In autoload: ";
22 In autoload: string(6) "undefc"
H A Dautoload_017.phpt2 Ensure ReflectionClass::implementsInterface triggers autoload.
9 echo "In autoload: ";
22 In autoload: string(6) "UndefI"
H A Dautoload_020.phpt7 echo "in autoload: $name\n";
13 in autoload: C
H A Dautoload_021.phpt2 Validation of class names in the autoload process
/PHP-5.5/scripts/dev/generate-phpt/src/
H A DgtAutoload.php55 public static function autoload($class) function in gtAutoload
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar396 spl_autoload_register(array('gtAutoload', 'autoload'));
403 * @param string $class Class name to autoload
406 public static function autoload($class)
/PHP-5.5/ext/standard/tests/class_object/
H A Dclass_exists_variation_003.phpt5 /* Prototype : proto bool class_exists(string classname [, bool autoload])
H A Dtrait_exists_variation_002.phpt5 /* Prototype : proto bool trait_exists(string traitname [, bool autoload])
80 // loop through each element of the array for autoload
H A Dclass_exists_basic_001.phpt5 /* Prototype : proto bool class_exists(string classname [, bool autoload])
17 echo "Calling class_exists() on non-existent class with autoload explicitly enabled:\n";
19 echo "\nCalling class_exists() on existing class with autoload explicitly enabled:\n";
27 echo "\nCalling class_exists() on non-existent class with autoload unspecified:\n";
29 echo "\nCalling class_exists() on existing class with autoload unspecified:\n";
36 Calling class_exists() on non-existent class with autoload explicitly enabled:
40 Calling class_exists() on existing class with autoload explicitly enabled:
43 Calling class_exists() on non-existent class with autoload explicitly enabled:
46 Calling class_exists() on existing class with autoload explicitly disabled:
49 Calling class_exists() on non-existent class with autoload unspecified:
[all …]
H A Dclass_exists_error_001.phpt5 /* Prototype : proto bool class_exists(string classname [, bool autoload])
24 $autoload = true;
26 var_dump( class_exists($classname, $autoload, $extra_arg) );
H A Dclass_exists_variation_001.phpt5 /* Prototype : proto bool class_exists(string classname [, bool autoload])
23 $autoload = true;
80 var_dump( class_exists($value, $autoload) );
H A Dclass_exists_variation_002.phpt5 /* Prototype : proto bool class_exists(string classname [, bool autoload])
80 // loop through each element of the array for autoload
H A Dinterface_exists_error.phpt5 /* Prototype : bool interface_exists(string classname [, bool autoload])
20 $autoload = true;
22 var_dump( interface_exists($classname, $autoload, $extra_arg) );
H A Dinterface_exists_variation1.phpt5 /* Prototype : bool interface_exists(string classname [, bool autoload])
14 $autoload = true;
92 var_dump( interface_exists($value, $autoload) );
H A Dinterface_exists_variation2.phpt5 /* Prototype : bool interface_exists(string classname [, bool autoload])
94 // loop through each element of the array for autoload
H A Dinterface_exists_variation3.phpt5 /* Prototype : bool interface_exists(string classname [, bool autoload])

Completed in 46 milliseconds

123