Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_ini_parser.y154 ZVAL_COPY_OR_DUP(&tmp, c); in zend_ini_get_constant()
H A Dzend_inheritance.c854 ZVAL_COPY_OR_DUP(dst, src); in zend_do_inheritance()
1629 ZVAL_COPY_OR_DUP(&op1_tmp, op1); in zend_do_traits_property_binding()
1634 ZVAL_COPY_OR_DUP(&op2_tmp, op2); in zend_do_traits_property_binding()
H A Dzend_builtin_functions.c1120 ZVAL_COPY_OR_DUP(&prop_copy, prop); in add_class_vars()
2074 ZVAL_COPY_OR_DUP(&const_val, &constant->value); in add_constant_info()
2150 ZVAL_COPY_OR_DUP(&const_val, &val->value); in ZEND_FUNCTION()
H A Dzend_types.h1092 #define ZVAL_COPY_OR_DUP(z, v) \ macro
H A Dzend_execute_API.c565 ZVAL_COPY_OR_DUP(p, zv); in zval_update_constant_ex()
H A Dzend_object_handlers.c1404 ZVAL_COPY_OR_DUP(&CE_STATIC_MEMBERS(class_type)[i], p); in zend_class_init_statics()
H A Dzend_ast.c500 ZVAL_COPY_OR_DUP(result, zv); in zend_ast_evaluate()
H A Dzend_compile.c1390 ZVAL_COPY_OR_DUP(zv, &c->value); in zend_try_ct_eval_const()
1405 ZVAL_COPY_OR_DUP(zv, &c->value); in zend_try_ct_eval_const()
1565 ZVAL_COPY_OR_DUP(zv, c); in zend_try_ct_eval_class_const()
H A Dzend_execute.c3346 ZVAL_COPY_OR_DUP(EX_VAR(opline->result.var), &c->value); in _zend_quick_get_constant()
H A Dzend_API.c1204 ZVAL_COPY_OR_DUP(dst, src); in object_properties_init()
H A Dzend_vm_def.h5084 ZVAL_COPY_OR_DUP(EX_VAR(opline->result.var), &c->value);
5159 ZVAL_COPY_OR_DUP(EX_VAR(opline->result.var), value);
H A Dzend_vm_execute.h5477 ZVAL_COPY_OR_DUP(EX_VAR(opline->result.var), value);
23709 ZVAL_COPY_OR_DUP(EX_VAR(opline->result.var), value);
32067 ZVAL_COPY_OR_DUP(EX_VAR(opline->result.var), &c->value);
32142 ZVAL_COPY_OR_DUP(EX_VAR(opline->result.var), value);
/PHP-7.3/ext/opcache/Optimizer/
H A Dpass1_5.c239 ZVAL_COPY_OR_DUP(&t, c); in zend_optimizer_pass1()
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c3662 ZVAL_COPY_OR_DUP(return_value, &ref->value); in ZEND_METHOD()
3795 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()
5730 ZVAL_COPY_OR_DUP(&const_val, &constant->value); in _addconstant()
/PHP-7.3/ext/standard/
H A Dbasic_functions.c3921 ZVAL_COPY_OR_DUP(return_value, c); in PHP_FUNCTION()

Completed in 267 milliseconds