Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_builtin_functions.c1905 zval *const_val; in add_constant_info() local
1912 MAKE_STD_ZVAL(const_val); in add_constant_info()
1913 *const_val = constant->value; in add_constant_info()
1914 zval_copy_ctor(const_val); in add_constant_info()
1915 INIT_PZVAL(const_val); in add_constant_info()
1916 add_assoc_zval_ex(name_array, constant->name, constant->name_len, const_val); in add_constant_info()
1977 zval *const_val; in ZEND_FUNCTION() local
1999 MAKE_STD_ZVAL(const_val); in ZEND_FUNCTION()
2000 *const_val = val->value; in ZEND_FUNCTION()
2001 zval_copy_ctor(const_val); in ZEND_FUNCTION()
[all …]
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c5292 zval *const_val; in _addconstant() local
5297 ALLOC_ZVAL(const_val); in _addconstant()
5298 *const_val = constant->value; in _addconstant()
5299 zval_copy_ctor(const_val); in _addconstant()
5300 INIT_PZVAL(const_val); in _addconstant()
5301 add_assoc_zval_ex(retval, constant->name, constant->name_len, const_val); in _addconstant()

Completed in 24 milliseconds