Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_builtin_functions.c1920 zval *const_val; in add_constant_info() local
1927 MAKE_STD_ZVAL(const_val); in add_constant_info()
1928 *const_val = constant->value; in add_constant_info()
1929 zval_copy_ctor(const_val); in add_constant_info()
1930 INIT_PZVAL(const_val); in add_constant_info()
1931 add_assoc_zval_ex(name_array, constant->name, constant->name_len, const_val); in add_constant_info()
1992 zval *const_val; in ZEND_FUNCTION() local
2014 MAKE_STD_ZVAL(const_val); in ZEND_FUNCTION()
2015 *const_val = val->value; in ZEND_FUNCTION()
2016 zval_copy_ctor(const_val); in ZEND_FUNCTION()
[all …]
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c5267 zval *const_val; in _addconstant() local
5272 ALLOC_ZVAL(const_val); in _addconstant()
5273 *const_val = constant->value; in _addconstant()
5274 zval_copy_ctor(const_val); in _addconstant()
5275 INIT_PZVAL(const_val); in _addconstant()
5276 add_assoc_zval_ex(retval, constant->name, constant->name_len, const_val); in _addconstant()

Completed in 27 milliseconds