Home
last modified time | relevance | path

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

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

Completed in 27 milliseconds