Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_builtin_functions.c2048 zval *modules, const_val; in ZEND_FUNCTION() local
2083 ZVAL_COPY_OR_DUP(&const_val, &val->value); in ZEND_FUNCTION()
2084 zend_hash_add_new(Z_ARRVAL(modules[module_number]), val->name, &const_val); in ZEND_FUNCTION()
2091 zval const_val; in ZEND_FUNCTION() local
2098 ZVAL_COPY_OR_DUP(&const_val, &constant->value); in ZEND_FUNCTION()
2099 zend_hash_add_new(Z_ARRVAL_P(return_value), constant->name, &const_val); in ZEND_FUNCTION()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c5841 zval const_val; in ZEND_METHOD() local
5842 ZVAL_COPY_OR_DUP(&const_val, &constant->value); in ZEND_METHOD()
5843 zend_hash_update(Z_ARRVAL_P(return_value), constant->name, &const_val); in ZEND_METHOD()

Completed in 34 milliseconds