Home
last modified time | relevance | path

Searched refs:ZVAL_COPY_OR_DUP (Results 1 – 17 of 17) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_attributes.c128 ZVAL_COPY_OR_DUP(ret, &attr->args[i].value); in zend_get_attribute_value()
H A Dzend_ini_parser.y148 ZVAL_COPY_OR_DUP(&tmp, c); in zend_ini_get_constant()
H A Dzend_builtin_functions.c730 ZVAL_COPY_OR_DUP(&prop_copy, prop); in add_class_vars()
1554 ZVAL_COPY_OR_DUP(&const_val, &val->value); in ZEND_FUNCTION()
1569 ZVAL_COPY_OR_DUP(&const_val, &constant->value); in ZEND_FUNCTION()
H A Dzend_types.h1270 #define ZVAL_COPY_OR_DUP(z, v) \ macro
1408 do { ZVAL_COPY_OR_DUP(z, v); Z_PROP_FLAG_P(z) = Z_PROP_FLAG_P(v); } while (0)
H A Dzend_inheritance.c2021 ZVAL_COPY_OR_DUP(&op1_tmp, op1); in zend_do_traits_property_binding()
2026 ZVAL_COPY_OR_DUP(&op2_tmp, op2); in zend_do_traits_property_binding()
H A Dzend_execute_API.c626 ZVAL_COPY_OR_DUP(p, zv); in zval_update_constant_ex()
H A Dzend_object_handlers.c1368 ZVAL_COPY_OR_DUP(&CE_STATIC_MEMBERS(class_type)[i], p); in zend_class_init_statics()
H A Dzend_ast.c567 ZVAL_COPY_OR_DUP(result, zv); in zend_ast_evaluate()
H A Dzend_compile.c1458 ZVAL_COPY_OR_DUP(zv, &c->value); in zend_try_ct_eval_const()
1667 ZVAL_COPY_OR_DUP(zv, c); in zend_try_ct_eval_class_const()
H A Dzend_vm_def.h5814 ZVAL_COPY_OR_DUP(EX_VAR(opline->result.var), &c->value);
5888 ZVAL_COPY_OR_DUP(EX_VAR(opline->result.var), value);
H A Dzend_execute.c4578 ZVAL_COPY_OR_DUP(EX_VAR(opline->result.var), &c->value); in _zend_quick_get_constant()
H A Dzend_vm_execute.h6912 ZVAL_COPY_OR_DUP(EX_VAR(opline->result.var), value); in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER()
24404 ZVAL_COPY_OR_DUP(EX_VAR(opline->result.var), value); in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_CONST_HANDLER()
32963 ZVAL_COPY_OR_DUP(EX_VAR(opline->result.var), &c->value); in ZEND_FETCH_CONSTANT_SPEC_UNUSED_CONST_HANDLER()
33037 ZVAL_COPY_OR_DUP(EX_VAR(opline->result.var), value); in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_CONST_HANDLER()
/PHP-8.0/ext/opcache/Optimizer/
H A Dpass1.c282 ZVAL_COPY_OR_DUP(&t, c); in zend_optimizer_pass1()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c3685 ZVAL_COPY_OR_DUP(return_value, &ref->value); in ZEND_METHOD()
3813 ZVAL_COPY_OR_DUP(&prop_copy, prop); in add_class_vars()
4488 ZVAL_COPY_OR_DUP(&val, &constant->value); in ZEND_METHOD()
4547 ZVAL_COPY_OR_DUP(return_value, &c->value); in ZEND_METHOD()
5649 ZVAL_COPY_OR_DUP(return_value, prop); in ZEND_METHOD()
5785 ZVAL_COPY_OR_DUP(&const_val, &constant->value); in ZEND_METHOD()
/PHP-8.0/ext/standard/
H A Dbasic_functions.c586 ZVAL_COPY_OR_DUP(return_value, c); in PHP_FUNCTION()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c2934 ZVAL_COPY_OR_DUP(p, zv); in zval_jit_update_constant_ex()
H A Dzend_jit_x86.dasc15414 | // ZVAL_COPY_OR_DUP(EX_VAR(opline->result.var), &c->value); (no dup)

Completed in 280 milliseconds