Home
last modified time | relevance | path

Searched refs:ZVAL_COPY_VALUE (Results 1 – 25 of 96) sorted by relevance

1234

/PHP-8.3/ext/json/
H A Djson_parser.y81 ZVAL_COPY_VALUE(&$$, &$1);
82 ZVAL_COPY_VALUE(parser->return_value, &$1);
98 ZVAL_COPY_VALUE(&$$, &$3);
140 ZVAL_COPY_VALUE(&$$, &$1);
154 ZVAL_COPY_VALUE(&$$, &$3);
192 ZVAL_COPY_VALUE(&$$, &$1);
/PHP-8.3/Zend/
H A Dzend_attributes_arginfo.h142ZVAL_COPY_VALUE(&attribute_Attribute_class_Attribute_0->args[0].value, &attribute_Attribute_class_… in register_class_Attribute()
160ZVAL_COPY_VALUE(&attribute_Attribute_class_ReturnTypeWillChange_0->args[0].value, &attribute_Attri… in register_class_ReturnTypeWillChange()
178ZVAL_COPY_VALUE(&attribute_Attribute_class_AllowDynamicProperties_0->args[0].value, &attribute_Att… in register_class_AllowDynamicProperties()
196ZVAL_COPY_VALUE(&attribute_Attribute_class_SensitiveParameter_0->args[0].value, &attribute_Attribu… in register_class_SensitiveParameter()
231ZVAL_COPY_VALUE(&attribute_Attribute_class_Override_0->args[0].value, &attribute_Attribute_class_O… in register_class_Override()
H A Dzend_gc.h129 ZVAL_COPY_VALUE(gc_buffer->cur, zv); in zend_get_gc_buffer_add_zval()
H A Dzend_vm_def.h4709 ZVAL_COPY_VALUE(arg, value);
4758 ZVAL_COPY_VALUE(arg, value);
4833 ZVAL_COPY_VALUE(arg, varptr);
4870 ZVAL_COPY_VALUE(arg, varptr);
4882 ZVAL_COPY_VALUE(arg, varptr);
4901 ZVAL_COPY_VALUE(arg, varptr);
4908 ZVAL_COPY_VALUE(arg, varptr);
5079 ZVAL_COPY_VALUE(arg, varptr);
5086 ZVAL_COPY_VALUE(arg, varptr);
10029 ZVAL_COPY_VALUE(arg, value);
[all …]
H A Dzend_execute_API.c717 ZVAL_COPY_VALUE(p, &tmp); in zval_update_constant_with_ctx()
747 ZVAL_COPY_VALUE(&fci.function_name, function_name); in _call_user_function_impl()
1069 ZVAL_COPY_VALUE(&params[0], param1); in zend_call_known_instance_method_with_2_params()
1070 ZVAL_COPY_VALUE(&params[1], param2); in zend_call_known_instance_method_with_2_params()
1321 ZVAL_COPY_VALUE(retval_ptr, &local_retval); in zend_eval_stringl()
1821 ZVAL_COPY_VALUE(var, val); in zend_attach_symbol_table()
1823 ZVAL_COPY_VALUE(var, zv); in zend_attach_symbol_table()
1883 ZVAL_COPY_VALUE(var, value); in zend_set_local_var()
1926 ZVAL_COPY_VALUE(var, value); in zend_set_local_var_str()
H A Dzend_hash.c305 ZVAL_COPY_VALUE(zv, val1); in zend_new_pair()
307 ZVAL_COPY_VALUE(zv, val2); in zend_new_pair()
364 ZVAL_COPY_VALUE(&dst->val, src); in zend_hash_packed_to_hash()
389 ZVAL_COPY_VALUE(dst, &src->val); in zend_hash_to_packed()
863 ZVAL_COPY_VALUE(data, pData); in _zend_hash_add_or_update_i()
942 ZVAL_COPY_VALUE(data, pData); in _zend_hash_str_add_or_update_i()
1107 ZVAL_COPY_VALUE(zv, pData); in _zend_hash_index_add_or_update_i()
1130 ZVAL_COPY_VALUE(zv, pData); in _zend_hash_index_add_or_update_i()
1444 ZVAL_COPY_VALUE(&tmp, zv); in _zend_hash_packed_del_val()
1486 ZVAL_COPY_VALUE(&tmp, &p->val); in _zend_hash_del_el_ex()
[all …]
H A Dzend_vm_execute.h5766 ZVAL_COPY_VALUE(arg, value); in ZEND_SEND_VAL_SIMPLE_SPEC_CONST_HANDLER()
5781 ZVAL_COPY_VALUE(arg, value); in ZEND_SEND_VAL_EX_SIMPLE_SPEC_CONST_HANDLER()
7144 ZVAL_COPY_VALUE(arg, value); in ZEND_SEND_VAL_SPEC_CONST_CONST_HANDLER()
7181 ZVAL_COPY_VALUE(arg, value); in ZEND_SEND_VAL_EX_SPEC_CONST_CONST_HANDLER()
10424 ZVAL_COPY_VALUE(arg, value); in ZEND_SEND_VAL_SPEC_CONST_UNUSED_HANDLER()
10461 ZVAL_COPY_VALUE(arg, value); in ZEND_SEND_VAL_EX_SPEC_CONST_UNUSED_HANDLER()
10498 ZVAL_COPY_VALUE(arg, value); in ZEND_SEND_VAL_EX_SPEC_CONST_UNUSED_QUICK_HANDLER()
16210 ZVAL_COPY_VALUE(arg, value); in ZEND_SEND_VAL_SPEC_TMPVAR_CONST_HANDLER()
18049 ZVAL_COPY_VALUE(arg, value); in ZEND_SEND_VAL_SPEC_TMPVAR_UNUSED_HANDLER()
20051 ZVAL_COPY_VALUE(arg, value); in ZEND_SEND_VAL_EX_SPEC_TMP_CONST_HANDLER()
[all …]
H A Dzend_types.h1196 ZVAL_COPY_VALUE(&_ref->val, r); \
1208 ZVAL_COPY_VALUE(&_ref->val, _z); \
1220 ZVAL_COPY_VALUE(&_ref->val, r); \
1399 #define ZVAL_COPY_VALUE(z, v) \ macro
1488 ZVAL_COPY_VALUE(_z, &ref->val); \
1504 ZVAL_COPY_VALUE(z, _z3); \
1541 ZVAL_COPY_VALUE(_zv, &_r->val); \
H A Dzend_operators.c282 ZVAL_COPY_VALUE(op, &dst); in convert_scalar_to_number()
370 ZVAL_COPY_VALUE(holder, op); in zendi_try_convert_scalar_to_number()
764 ZVAL_COPY_VALUE(op, &tmp); in _convert_to_string()
885 ZVAL_COPY_VALUE(&tmp, op); in convert_to_object()
2660 ZVAL_COPY_VALUE(&copy, op1); in increment_function()
2663 ZVAL_COPY_VALUE(op1, &copy); in increment_function()
2684 ZVAL_COPY_VALUE(op1, &tmp); in increment_function()
2754 ZVAL_COPY_VALUE(&copy, op1); in decrement_function()
2757 ZVAL_COPY_VALUE(op1, &copy); in decrement_function()
2767 ZVAL_COPY_VALUE(&copy, op1); in decrement_function()
[all …]
H A Dzend_builtin_functions.c1189 ZVAL_COPY_VALUE(&zeh, &EG(user_error_handler)); in ZEND_FUNCTION()
1201 ZVAL_COPY_VALUE(&EG(user_error_handler), tmp); in ZEND_FUNCTION()
1247 ZVAL_COPY_VALUE(&EG(user_exception_handler), tmp); in ZEND_FUNCTION()
1586 ZVAL_COPY_VALUE(&original_arg, arg); in debug_backtrace_get_args()
1618 ZVAL_COPY_VALUE(&original_arg, arg); in debug_backtrace_get_args()
1658 ZVAL_COPY_VALUE(&original_arg, arg); in debug_backtrace_get_args()
H A Dzend_API.c696 ZVAL_COPY_VALUE(arg, &obj); in zend_parse_arg_number_or_str_slow()
721 ZVAL_COPY_VALUE(arg, &obj); in zend_parse_arg_str_weak()
1430 ZVAL_COPY_VALUE(val, &tmp); in update_property()
1459 ZVAL_COPY_VALUE(&c->value, &tmp); in zend_update_class_constant()
1652 ZVAL_COPY_VALUE(&tmp, prop); in object_properties_init_ex()
1656 ZVAL_COPY_VALUE(slot, &tmp); in object_properties_init_ex()
1658 ZVAL_COPY_VALUE(slot, prop); in object_properties_init_ex()
1701 ZVAL_COPY_VALUE(slot, prop); in object_properties_load()
4564 ZVAL_COPY_VALUE(&tmp, zv); in zend_try_assign_typed_ref_zval()
4573 ZVAL_COPY_VALUE(&tmp, zv); in zend_try_assign_typed_ref_zval_ex()
[all …]
/PHP-8.3/ext/filter/
H A Dcallback_filter.c37 ZVAL_COPY_VALUE(value, &retval); in php_filter_callback()
/PHP-8.3/ext/mbstring/
H A Dmb_gpc.c64 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_POST], &v_array); in ZEND_EXTERN_MODULE_GLOBALS()
67 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_GET], &v_array); in ZEND_EXTERN_MODULE_GLOBALS()
70 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_COOKIE], &v_array); in ZEND_EXTERN_MODULE_GLOBALS()
75 ZVAL_COPY_VALUE(&v_array, destArray); in ZEND_EXTERN_MODULE_GLOBALS()
/PHP-8.3/ext/com_dotnet/
H A Dcom_iterator.c120 ZVAL_COPY_VALUE(&I->zdata, &ptr); in com_iter_move_forwards()
195 ZVAL_COPY_VALUE(&I->zdata, &ptr); in php_com_iter_get()
229 ZVAL_COPY_VALUE(&I->zdata, &ptr); in php_com_iter_get()
H A Dcom_saproxy.c106 ZVAL_COPY_VALUE(&args[i-1], offset); in saproxy_read_dimension()
221 ZVAL_COPY_VALUE(&args[i-1], &proxy->indices[i]); in saproxy_write_dimension()
223 ZVAL_COPY_VALUE(&args[i-1], offset); in saproxy_write_dimension()
224 ZVAL_COPY_VALUE(&args[i], value); in saproxy_write_dimension()
H A Dcom_handlers.c131 ZVAL_COPY_VALUE(&args[0], offset); in com_write_dimension()
132 ZVAL_COPY_VALUE(&args[1], value); in com_write_dimension()
/PHP-8.3/sapi/fuzzer/
H A Dfuzzer-unserializehash.c61 ZVAL_COPY_VALUE(&args[0], &result); in LLVMFuzzerTestOneInput()
/PHP-8.3/ext/zend_test/
H A Dtest_arginfo.h523ZVAL_COPY_VALUE(&attribute_ZendTestParameterAttribute_func_zend_test_parameter_with_attribute_arg0… in register_test_symbols()
704ZVAL_COPY_VALUE(&attribute_ZendTestPropertyAttribute_property_testProp_1->args[0].value, &attribut… in register_class_ZendAttributeTest()
757ZVAL_COPY_VALUE(&attribute_Attribute_class_ZendTestAttribute_0->args[0].value, &attribute_Attribut… in register_class_ZendTestAttribute()
775ZVAL_COPY_VALUE(&attribute_Attribute_class_ZendTestRepeatableAttribute_0->args[0].value, &attribut… in register_class_ZendTestRepeatableAttribute()
799ZVAL_COPY_VALUE(&attribute_Attribute_class_ZendTestParameterAttribute_0->args[0].value, &attribute… in register_class_ZendTestParameterAttribute()
823ZVAL_COPY_VALUE(&attribute_Attribute_class_ZendTestPropertyAttribute_0->args[0].value, &attribute_… in register_class_ZendTestPropertyAttribute()
842ZVAL_COPY_VALUE(&attribute_ZendTestParameterAttribute_func_no_override_arg0_0->args[0].value, &att… in register_class_ZendTestClassWithMethodWithParameterAttribute()
850ZVAL_COPY_VALUE(&attribute_ZendTestParameterAttribute_func_override_arg0_0->args[0].value, &attrib… in register_class_ZendTestClassWithMethodWithParameterAttribute()
869ZVAL_COPY_VALUE(&attribute_ZendTestParameterAttribute_func_override_arg0_0->args[0].value, &attrib… in register_class_ZendTestChildClassWithMethodWithParameterAttribute()
H A Dobject_handlers.c87 ZVAL_COPY_VALUE(&op1_copy, op1); in donc_do_operation()
/PHP-8.3/ext/pdo/
H A Dpdo_stmt.c969 ZVAL_COPY_VALUE(&cur, curr_val); in do_fetch()
970 ZVAL_COPY_VALUE(curr_val, &arr); in do_fetch()
974 ZVAL_COPY_VALUE(&arr, curr_val); in do_fetch()
1019 ZVAL_COPY_VALUE(&stmt->fetch.func.values[idx], &val); in do_fetch()
1063 ZVAL_COPY_VALUE(return_value, &retval); in do_fetch()
1065 ZVAL_COPY_VALUE(return_value, &retval); in do_fetch()
1086 ZVAL_COPY_VALUE(&grp, pgrp); in do_fetch()
1197 ZVAL_COPY_VALUE(&old_ctor_args, &stmt->fetch.cls.ctor_args); in PHP_METHOD()
1220 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, &old_ctor_args); in PHP_METHOD()
1271 ZVAL_COPY_VALUE(&old_ctor_args, &stmt->fetch.cls.ctor_args); in PHP_METHOD()
[all …]
/PHP-8.3/ext/pdo_sqlite/
H A Dsqlite_driver.c330 ZVAL_COPY_VALUE(&fc->fci.function_name, cb); in do_callback()
350 ZVAL_COPY_VALUE(&zargs[0], &agg_context->val); in do_callback()
434 ZVAL_COPY_VALUE(Z_REFVAL(agg_context->val), &retval); in do_callback()
479 ZVAL_COPY_VALUE(&collation->fc.fci.function_name, &collation->callback); in php_sqlite3_collation_callback()
/PHP-8.3/ext/sockets/
H A Dsendrecvmsg.c266 ZVAL_COPY_VALUE(zmsg, zres); in PHP_FUNCTION()
414 ZVAL_COPY_VALUE(result, zv); in php_do_getsockopt_ipv6_rfc3542()
/PHP-8.3/main/
H A Dphp_variables.c479 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_POST], &array); in SAPI_TREAT_DATA_FUNC()
483 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_GET], &array); in SAPI_TREAT_DATA_FUNC()
487 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_COOKIE], &array); in SAPI_TREAT_DATA_FUNC()
492 ZVAL_COPY_VALUE(&array, destArray); in SAPI_TREAT_DATA_FUNC()
/PHP-8.3/ext/standard/
H A Darray.c910 ZVAL_COPY_VALUE(&garbage, array); in php_usort()
1457 ZVAL_COPY_VALUE(&ref, zv); in php_array_walk()
2699 ZVAL_COPY_VALUE(zv, val);
3527 ZVAL_COPY_VALUE(q, val);
3540 ZVAL_COPY_VALUE(q, val);
4866 ZVAL_COPY_VALUE(&arTmp[i].b.val, zv);
4922 ZVAL_COPY_VALUE(&args[0], a);
4923 ZVAL_COPY_VALUE(&args[1], b);
5134 ZVAL_COPY_VALUE(&list->val, zv);
5529 ZVAL_COPY_VALUE(&list->val, zv);
[all …]
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_helpers.c128 ZVAL_COPY_VALUE(zv, &ref->val); in zend_jit_unref_helper()
2283 ZVAL_COPY_VALUE(var_ptr, &tmp); in zend_jit_pre_inc_typed_ref()
2309 ZVAL_COPY_VALUE(var_ptr, &tmp); in zend_jit_pre_dec_typed_ref()
2333 ZVAL_COPY_VALUE(var_ptr, ret); in zend_jit_post_inc_typed_ref()
2352 ZVAL_COPY_VALUE(var_ptr, ret); in zend_jit_post_dec_typed_ref()
2370 ZVAL_COPY_VALUE(&ref->val, &z_copy); in zend_jit_assign_op_to_typed_ref()
2637 ZVAL_COPY_VALUE(zptr, &z_copy); in zend_jit_assign_op_to_typed_prop()
2737 ZVAL_COPY_VALUE(var_ptr, &tmp); in zend_jit_inc_typed_prop()
2770 ZVAL_COPY_VALUE(var_ptr, &tmp); in zend_jit_dec_typed_prop()
2819 ZVAL_COPY_VALUE(var_ptr, result); in zend_jit_post_inc_typed_prop()
[all …]

Completed in 283 milliseconds

1234