Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_builtin_functions.c2204 zval const_val; in add_constant_info() local
2211 ZVAL_DUP(&const_val, &constant->value); in add_constant_info()
2212 zend_hash_add_new(Z_ARRVAL_P(name_array), constant->name, &const_val); in add_constant_info()
2252 zval *modules, const_val; in ZEND_FUNCTION() local
2287 ZVAL_DUP(&const_val, &val->value); in ZEND_FUNCTION()
2288 zend_hash_add_new(Z_ARRVAL(modules[module_number]), val->name, &const_val); in ZEND_FUNCTION()
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c5924 zval const_val; in _addconstant() local
5930 ZVAL_DUP(&const_val, &constant->value); in _addconstant()
5931 zend_hash_update(Z_ARRVAL_P(retval), constant->name, &const_val); in _addconstant()

Completed in 33 milliseconds