Home
last modified time | relevance | path

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

/PHP-8.1/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.c51 static zend_class_entry * spl_find_ce_by_name(zend_string *name, bool autoload) in spl_find_ce_by_name()
76 bool autoload = 1; in PHP_FUNCTION() local
108 bool autoload = 1; in PHP_FUNCTION() local
136 bool autoload = 1; in PHP_FUNCTION() local
/PHP-8.1/Zend/
H A Dzend_builtin_functions.stub.php69 function class_exists(string $class, bool $autoload = true): bool {}
71 function interface_exists(string $interface, bool $autoload = true): bool {}
73 function trait_exists(string $trait, bool $autoload = true): bool {}
75 function enum_exists(string $enum, bool $autoload = true): bool {}
79 function class_alias(string $class, string $alias, bool $autoload = true): bool {}
H A Dzend_builtin_functions.c963 bool autoload = 1; in class_exists_impl() local
1059 bool autoload = 1; in ZEND_FUNCTION() local

Completed in 19 milliseconds