Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_builtin_functions.c1554 zval *modules, const_val; in ZEND_FUNCTION() local
1589 ZVAL_COPY_OR_DUP(&const_val, &val->value); in ZEND_FUNCTION()
1590 zend_hash_add_new(Z_ARRVAL(modules[module_number]), val->name, &const_val); in ZEND_FUNCTION()
1597 zval const_val; in ZEND_FUNCTION() local
1604 ZVAL_COPY_OR_DUP(&const_val, &constant->value); in ZEND_FUNCTION()
1605 zend_hash_add_new(Z_ARRVAL_P(return_value), constant->name, &const_val); in ZEND_FUNCTION()
/php-src/ext/reflection/
H A Dphp_reflection.c6139 zval const_val; in ZEND_METHOD() local
6140 ZVAL_COPY_OR_DUP(&const_val, &constant->value); in ZEND_METHOD()
6141 zend_hash_update(Z_ARRVAL_P(return_value), constant->name, &const_val); in ZEND_METHOD()

Completed in 33 milliseconds