Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/
H A Dphp_reflection.c3500 zend_string *constname; in ZEND_METHOD() local
3505 if (zend_parse_parameters_throw(ZEND_NUM_ARGS(), "zS", &classname, &constname) == FAILURE) { in ZEND_METHOD()
3531 if ((constant = zend_hash_find_ptr(&ce->constants_table, constname)) == NULL) { in ZEND_METHOD()
3532 …exception_ptr, 0, "Class Constant %s::%s does not exist", ZSTR_VAL(ce->name), ZSTR_VAL(constname)); in ZEND_METHOD()
3540 ZVAL_STR_COPY(reflection_prop_name(object), constname); in ZEND_METHOD()

Completed in 26 milliseconds