Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ini_parser.y154 ZVAL_COPY_OR_DUP(&tmp, c); in zend_ini_get_constant()
H A Dzend_types.h1137 #define ZVAL_COPY_OR_DUP(z, v) \ macro
1280 do { ZVAL_COPY_OR_DUP(z, v); Z_PROP_FLAG_P(z) = Z_PROP_FLAG_P(v); } while (0)
H A Dzend_builtin_functions.c1133 ZVAL_COPY_OR_DUP(&prop_copy, prop); in add_class_vars()
2083 ZVAL_COPY_OR_DUP(&const_val, &val->value); in ZEND_FUNCTION()
2098 ZVAL_COPY_OR_DUP(&const_val, &constant->value); in ZEND_FUNCTION()
H A Dzend_inheritance.c1990 ZVAL_COPY_OR_DUP(&op1_tmp, op1); in zend_do_traits_property_binding()
1995 ZVAL_COPY_OR_DUP(&op2_tmp, op2); in zend_do_traits_property_binding()
H A Dzend_execute_API.c612 ZVAL_COPY_OR_DUP(p, zv); in zval_update_constant_ex()
H A Dzend_object_handlers.c1493 ZVAL_COPY_OR_DUP(&CE_STATIC_MEMBERS(class_type)[i], p); in zend_class_init_statics()
H A Dzend_ast.c536 ZVAL_COPY_OR_DUP(result, zv); in zend_ast_evaluate()
H A Dzend_compile.c1299 ZVAL_COPY_OR_DUP(zv, &c->value); in zend_try_ct_eval_const()
1314 ZVAL_COPY_OR_DUP(zv, &c->value); in zend_try_ct_eval_const()
1498 ZVAL_COPY_OR_DUP(zv, c); in zend_try_ct_eval_class_const()
H A Dzend_execute.c4468 ZVAL_COPY_OR_DUP(EX_VAR(opline->result.var), &c->value); in _zend_quick_get_constant()
H A Dzend_vm_def.h5583 ZVAL_COPY_OR_DUP(EX_VAR(opline->result.var), &c->value);
5658 ZVAL_COPY_OR_DUP(EX_VAR(opline->result.var), value);
H A Dzend_vm_execute.h6143 ZVAL_COPY_OR_DUP(EX_VAR(opline->result.var), value); in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER()
23971 ZVAL_COPY_OR_DUP(EX_VAR(opline->result.var), value); in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_CONST_HANDLER()
31938 ZVAL_COPY_OR_DUP(EX_VAR(opline->result.var), &c->value); in ZEND_FETCH_CONSTANT_SPEC_UNUSED_CONST_HANDLER()
32013 ZVAL_COPY_OR_DUP(EX_VAR(opline->result.var), value); in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_CONST_HANDLER()
/PHP-7.4/ext/opcache/Optimizer/
H A Dpass1_5.c240 ZVAL_COPY_OR_DUP(&t, c); in zend_optimizer_pass1()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c3641 ZVAL_COPY_OR_DUP(return_value, &ref->value); in ZEND_METHOD()
3769 ZVAL_COPY_OR_DUP(&prop_copy, prop); in add_class_vars()
4449 ZVAL_COPY_OR_DUP(&val, &c->value); in ZEND_METHOD()
4499 ZVAL_COPY_OR_DUP(return_value, &c->value); in ZEND_METHOD()
5842 ZVAL_COPY_OR_DUP(&const_val, &constant->value); in ZEND_METHOD()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c3905 ZVAL_COPY_OR_DUP(return_value, c); in PHP_FUNCTION()

Completed in 241 milliseconds