Searched refs:interface_str (Results 1 – 1 of 1) sorted by relevance
5430 zend_string *interface_str; in ZEND_METHOD() local5435 Z_PARAM_OBJ_OF_CLASS_OR_STR(interface_obj, reflection_class_ptr, interface_str) in ZEND_METHOD()5447 if ((interface_ce = zend_lookup_class(interface_str)) == NULL) { in ZEND_METHOD()5448 …eption_ex(reflection_exception_ptr, 0, "Interface \"%s\" does not exist", ZSTR_VAL(interface_str)); in ZEND_METHOD()
Completed in 42 milliseconds