Searched refs:const_val (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_builtin_functions.c | 1495 zval *modules, const_val; in ZEND_FUNCTION() local 1530 ZVAL_COPY_OR_DUP(&const_val, &val->value); in ZEND_FUNCTION() 1531 zend_hash_add_new(Z_ARRVAL(modules[module_number]), val->name, &const_val); in ZEND_FUNCTION() 1538 zval const_val; in ZEND_FUNCTION() local 1545 ZVAL_COPY_OR_DUP(&const_val, &constant->value); in ZEND_FUNCTION() 1546 zend_hash_add_new(Z_ARRVAL_P(return_value), constant->name, &const_val); in ZEND_FUNCTION()
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 6107 zval const_val; in ZEND_METHOD() local 6108 ZVAL_COPY_OR_DUP(&const_val, &constant->value); in ZEND_METHOD() 6109 zend_hash_update(Z_ARRVAL_P(return_value), constant->name, &const_val); in ZEND_METHOD()
|
Completed in 28 milliseconds