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.c46 static zend_class_entry * spl_find_ce_by_name(zend_string *name, bool autoload) in spl_find_ce_by_name()
71 bool autoload = 1; in PHP_FUNCTION() local
104 bool autoload = 1; in PHP_FUNCTION() local
133 bool autoload = 1; in PHP_FUNCTION() local
/php-src/Zend/
H A Dzend_builtin_functions.stub.php81 function class_exists(string $class, bool $autoload = true): bool {}
83 function interface_exists(string $interface, bool $autoload = true): bool {}
85 function trait_exists(string $trait, bool $autoload = true): bool {}
87 function enum_exists(string $enum, bool $autoload = true): bool {}
91 function class_alias(string $class, string $alias, bool $autoload = true): bool {}
H A Dzend_builtin_functions.c1005 static inline void _class_exists_impl(zval *return_value, zend_string *name, bool autoload, int fla… in _class_exists_impl()
1043 bool autoload = true; in class_exists_impl() local
1078 bool autoload; variable
1140 bool autoload = 1; in ZEND_FUNCTION() local

Completed in 13 milliseconds