Searched refs:constname (Results 1 – 1 of 1) sorted by relevance
3798 zend_string *constname; in ZEND_METHOD() local3805 Z_PARAM_STR(constname) in ZEND_METHOD()3820 if ((constant = zend_hash_find_ptr(CE_CONSTANTS_TABLE(ce), constname)) == NULL) { in ZEND_METHOD()3821 …ction_exception_ptr, 0, "Constant %s::%s does not exist", ZSTR_VAL(ce->name), ZSTR_VAL(constname)); in ZEND_METHOD()3828 ZVAL_STR_COPY(reflection_prop_name(object), constname); in ZEND_METHOD()
Completed in 23 milliseconds