Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_constants.c316 zend_string *constant_name = zend_string_init(colon + 1, const_name_len, 0); in zend_get_constant_ex() local
354 ret_constant = zend_hash_find(&ce->constants_table, constant_name); in zend_get_constant_ex()
357 …ow_error(NULL, "Undefined class constant '%s::%s'", ZSTR_VAL(class_name), ZSTR_VAL(constant_name)); in zend_get_constant_ex()
366 zend_string_free(constant_name); in zend_get_constant_ex()
380 const char *constant_name = colon + 1; in zend_get_constant_ex() local
391 memcpy(lcname + prefix_len + 1, constant_name, const_name_len + 1); in zend_get_constant_ex()
408 return zend_get_constant_str(constant_name, const_name_len); in zend_get_constant_ex()
H A Dzend_builtin_functions.c138 ZEND_ARG_INFO(0, constant_name) in ZEND_END_ARG_INFO()
144 ZEND_ARG_INFO(0, constant_name) in ZEND_END_ARG_INFO()

Completed in 19 milliseconds