Searched defs:autoload (Results 1 – 4 of 4) sorted by relevance
/PHP-8.4/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 | 44 static zend_class_entry * spl_find_ce_by_name(zend_string *name, bool autoload) in spl_find_ce_by_name() 69 bool autoload = 1; in PHP_FUNCTION() local 102 bool autoload = 1; in PHP_FUNCTION() local 131 bool autoload = 1; in PHP_FUNCTION() local
|
/PHP-8.4/Zend/ |
H A D | zend_builtin_functions.stub.php | 86 function class_exists(string $class, bool $autoload = true): bool {} 88 function interface_exists(string $interface, bool $autoload = true): bool {} 90 function trait_exists(string $trait, bool $autoload = true): bool {} 92 function enum_exists(string $enum, bool $autoload = true): bool {} 96 function class_alias(string $class, string $alias, bool $autoload = true): bool {}
|
H A D | zend_builtin_functions.c | 1057 static inline void _class_exists_impl(zval *return_value, zend_string *name, bool autoload, int fla… in _class_exists_impl() 1095 bool autoload = true; in class_exists_impl() local 1130 bool autoload; variable 1192 bool autoload = 1; in ZEND_FUNCTION() local
|
Completed in 14 milliseconds