Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_builtin_functions.c2023 zval const_val; in add_constant_info() local
2030 ZVAL_DUP(&const_val, &constant->value); in add_constant_info()
2031 zend_hash_add_new(Z_ARRVAL_P(name_array), constant->name, &const_val); in add_constant_info()
2071 zval *modules, const_val; in ZEND_FUNCTION() local
2106 ZVAL_DUP(&const_val, &val->value); in ZEND_FUNCTION()
2107 zend_hash_add_new(Z_ARRVAL(modules[module_number]), val->name, &const_val); in ZEND_FUNCTION()
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c5824 zval const_val; in _addconstant() local
5830 ZVAL_DUP(&const_val, &constant->value); in _addconstant()
5831 zend_hash_update(Z_ARRVAL_P(retval), constant->name, &const_val); in _addconstant()

Completed in 35 milliseconds