Searched refs:allow_string (Results 1 – 3 of 3) sorted by relevance
/php-src/Zend/ |
H A D | zend_builtin_functions.stub.php | 52 function is_subclass_of(mixed $object_or_class, string $class, bool $allow_string = true): bool {} argument 55 function is_a(mixed $object_or_class, string $class, bool $allow_string = false): bool {} argument
|
H A D | zend_builtin_functions_arginfo.h | 69 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, allow_string, _IS_BOOL, 0, "true") 75 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, allow_string, _IS_BOOL, 0, "false")
|
H A D | zend_builtin_functions.c | 655 bool allow_string = only_subclass; in is_a_impl() local 662 Z_PARAM_BOOL(allow_string) in is_a_impl() 671 if (allow_string && Z_TYPE_P(obj) == IS_STRING) { in is_a_impl()
|
Completed in 11 milliseconds