Home
last modified time | relevance | path

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

/PHP-8.2/ext/reflection/
H A Dphp_reflection.c5307 zend_string *interface_str; in ZEND_METHOD() local
5312 Z_PARAM_OBJ_OF_CLASS_OR_STR(interface_obj, reflection_class_ptr, interface_str) in ZEND_METHOD()
5324 if ((interface_ce = zend_lookup_class(interface_str)) == NULL) { in ZEND_METHOD()
5325 …eption_ex(reflection_exception_ptr, 0, "Interface \"%s\" does not exist", ZSTR_VAL(interface_str)); in ZEND_METHOD()

Completed in 26 milliseconds