Searched defs:autoload (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/spl/ |
H A D | php_spl.stub.php | 10 function class_implements($object_or_class, bool $autoload = true): array|false {} 17 function class_parents($object_or_class, bool $autoload = true): array|false {} 24 function class_uses($object_or_class, bool $autoload = true): array|false {}
|
H A D | php_spl.c | 50 static zend_class_entry * spl_find_ce_by_name(zend_string *name, bool autoload) in spl_find_ce_by_name() 75 bool autoload = 1; in PHP_FUNCTION() local 108 bool autoload = 1; in PHP_FUNCTION() local 137 bool autoload = 1; in PHP_FUNCTION() local
|
/PHP-8.3/Zend/ |
H A D | zend_builtin_functions.stub.php | 74 function class_exists(string $class, bool $autoload = true): bool {} 76 function interface_exists(string $interface, bool $autoload = true): bool {} 78 function trait_exists(string $trait, bool $autoload = true): bool {} 80 function enum_exists(string $enum, bool $autoload = true): bool {} 84 function class_alias(string $class, string $alias, bool $autoload = true): bool {}
|
H A D | zend_builtin_functions.c | 985 bool autoload = 1; in class_exists_impl() local 1081 bool autoload = 1; in ZEND_FUNCTION() local
|
Completed in 23 milliseconds