Home
last modified time | relevance | path

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

/PHP-8.0/ext/reflection/
H A Dphp_reflection.c3742 zend_string *arg_class = NULL; in reflection_class_object_ctor() local
3753 Z_PARAM_OBJ_OR_STR(arg_obj, arg_class) in reflection_class_object_ctor()
3767 if ((ce = zend_lookup_class(arg_class)) == NULL) { in reflection_class_object_ctor()
3769 …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