Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/tests/class_object/
H A Dis_a_error_001.phpt5 /* Prototype : proto bool is_a(object object, string class_name, bool allow_string)
17 $allow_string = false;
20 var_dump( is_a($object, $class_name, $allow_string, $object) );
H A Dis_subclass_of_error_001.phpt18 $allow_string = false;
20 var_dump( is_subclass_of($object, $class_name, $allow_string, $extra_arg) );
/PHP-7.3/Zend/
H A Dzend_builtin_functions.c137 ZEND_ARG_INFO(0, allow_string)
1028 zend_bool allow_string = only_subclass; in is_a_impl() local
1035 Z_PARAM_BOOL(allow_string) in is_a_impl()
1044 if (allow_string && Z_TYPE_P(obj) == IS_STRING) { in is_a_impl()

Completed in 14 milliseconds