Home
last modified time | relevance | path

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

/PHP-8.0/ext/reflection/
H A Dphp_reflection.c3560 zend_string *constname; in ZEND_METHOD() local
3567 Z_PARAM_STR(constname) in ZEND_METHOD()
3582 if ((constant = zend_hash_find_ptr(&ce->constants_table, constname)) == NULL) { in ZEND_METHOD()
3583 …ction_exception_ptr, 0, "Constant %s::%s does not exist", ZSTR_VAL(ce->name), ZSTR_VAL(constname)); in ZEND_METHOD()
3591 ZVAL_STR_COPY(reflection_prop_name(object), constname); in ZEND_METHOD()

Completed in 25 milliseconds