Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_builtin_functions.c2067 zval const_val; in add_constant_info() local
2074 ZVAL_COPY_OR_DUP(&const_val, &constant->value); in add_constant_info()
2075 zend_hash_add_new(Z_ARRVAL_P(name_array), constant->name, &const_val); in add_constant_info()
2115 zval *modules, const_val; in ZEND_FUNCTION() local
2150 ZVAL_COPY_OR_DUP(&const_val, &val->value); in ZEND_FUNCTION()
2151 zend_hash_add_new(Z_ARRVAL(modules[module_number]), val->name, &const_val); in ZEND_FUNCTION()
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c5724 zval const_val; in _addconstant() local
5730 ZVAL_COPY_OR_DUP(&const_val, &constant->value); in _addconstant()
5731 zend_hash_update(Z_ARRVAL_P(retval), constant->name, &const_val); in _addconstant()

Completed in 27 milliseconds