Searched refs:arg_class (Results 1 – 1 of 1) sorted by relevance
3972 zend_string *arg_class = NULL; in reflection_class_object_ctor() local3983 Z_PARAM_OBJ_OR_STR(arg_obj, arg_class) in reflection_class_object_ctor()3999 if ((ce = zend_lookup_class(arg_class)) == NULL) { in reflection_class_object_ctor()4001 …row_exception_ex(reflection_exception_ptr, -1, "Class \"%s\" does not exist", ZSTR_VAL(arg_class)); in reflection_class_object_ctor()
Completed in 22 milliseconds