Searched refs:allow_string (Results 1 – 3 of 3) sorted by relevance
7 /* Prototype : proto bool is_a(object object, string class_name, bool allow_string)19 $allow_string = false;22 var_dump( is_a($object, $class_name, $allow_string, $object) );
18 $allow_string = false;20 var_dump( is_subclass_of($object, $class_name, $allow_string, $extra_arg) );
157 ZEND_ARG_INFO(0, allow_string) in ZEND_END_ARG_INFO()1083 zend_bool allow_string = only_subclass; in is_a_impl() local1090 Z_PARAM_BOOL(allow_string) in is_a_impl()1099 if (allow_string && Z_TYPE_P(obj) == IS_STRING) { in is_a_impl()
Completed in 14 milliseconds