Home
last modified time | relevance | path

Searched refs:allow_string (Results 1 – 3 of 3) sorted by relevance

/php-src/Zend/
H A Dzend_builtin_functions.stub.php47 function is_subclass_of(mixed $object_or_class, string $class, bool $allow_string = true): bool {} argument
50 function is_a(mixed $object_or_class, string $class, bool $allow_string = false): bool {} argument
H A Dzend_builtin_functions_arginfo.h63 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, allow_string, _IS_BOOL, 0, "true")
69 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, allow_string, _IS_BOOL, 0, "false")
H A Dzend_builtin_functions.c628 bool allow_string = only_subclass; in is_a_impl() local
635 Z_PARAM_BOOL(allow_string) in is_a_impl()
644 if (allow_string && Z_TYPE_P(obj) == IS_STRING) { in is_a_impl()

Completed in 20 milliseconds