Home
last modified time | relevance | path

Searched defs:autoload (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/spl/
H A Dphp_spl.stub.php10 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 Dphp_spl.c44 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-src/Zend/
H A Dzend_builtin_functions.stub.php86 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 Dzend_builtin_functions.c1057 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 21 milliseconds