Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_execute.c737 ZVAL_COPY_VALUE(value, orig_value); in zend_assign_to_object()
744 ZVAL_COPY_VALUE(value, orig_value); in zend_assign_to_object()
806 ZVAL_COPY_VALUE(&tmp, value); in zend_assign_to_string_offset()
854 ZVAL_COPY_VALUE(variable_ptr, value); in zend_assign_tmp_to_variable()
856 ZVAL_COPY_VALUE(&garbage, variable_ptr); in zend_assign_tmp_to_variable()
857 ZVAL_COPY_VALUE(variable_ptr, value); in zend_assign_tmp_to_variable()
888 ZVAL_COPY_VALUE(variable_ptr, value); in zend_assign_const_to_variable()
892 ZVAL_COPY_VALUE(variable_ptr, value); in zend_assign_const_to_variable()
946 ZVAL_COPY_VALUE(variable_ptr, value); in zend_assign_to_variable()
950 ZVAL_COPY_VALUE(variable_ptr, value); in zend_assign_to_variable()
[all …]
H A Dzend_variables.c225 ZVAL_COPY_VALUE(tmp, *p); in zval_copy_static_var()
H A Dzend.h766 #define ZVAL_COPY_VALUE(z, v) \ macro
774 ZVAL_COPY_VALUE(z, v); \
823 ZVAL_COPY_VALUE(*ppzv_dest, pzv_src); \
H A Dzend_vm_def.h753 ZVAL_COPY_VALUE(retval, *zptr);
777 ZVAL_COPY_VALUE(retval, z);
928 ZVAL_COPY_VALUE(retval, *var_ptr);
971 ZVAL_COPY_VALUE(retval, *var_ptr);
3749 ZVAL_COPY_VALUE(retval, &c->value);
3919 ZVAL_COPY_VALUE(result, expr);
3948 ZVAL_COPY_VALUE(result, expr);
4127 ZVAL_COPY_VALUE(&tmp, varname);
4635 ZVAL_COPY_VALUE(&tmp, varname);
4792 ZVAL_COPY_VALUE(&tmp, offset);
[all …]
H A Dzend_vm_execute.h2871 ZVAL_COPY_VALUE(result, expr); in ZEND_CAST_SPEC_CONST_HANDLER()
4327 ZVAL_COPY_VALUE(&tmp, val); in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
14982 ZVAL_COPY_VALUE(retval, z); in zend_post_incdec_property_helper_SPEC_VAR_CONST()
17516 ZVAL_COPY_VALUE(retval, z); in zend_post_incdec_property_helper_SPEC_VAR_TMP()
19636 ZVAL_COPY_VALUE(retval, z); in zend_post_incdec_property_helper_SPEC_VAR_VAR()
23304 ZVAL_COPY_VALUE(retval, z); in zend_post_incdec_property_helper_SPEC_VAR_CV()
25288 ZVAL_COPY_VALUE(retval, z); in zend_post_incdec_property_helper_SPEC_UNUSED_CONST()
26719 ZVAL_COPY_VALUE(retval, z); in zend_post_incdec_property_helper_SPEC_UNUSED_TMP()
28058 ZVAL_COPY_VALUE(retval, z); in zend_post_incdec_property_helper_SPEC_UNUSED_VAR()
29835 ZVAL_COPY_VALUE(retval, z); in zend_post_incdec_property_helper_SPEC_UNUSED_CV()
[all …]
H A Dzend_API.h607 ZVAL_COPY_VALUE(__z, __zv); \
H A Dzend_execute_API.c551 ZVAL_COPY_VALUE(p, &const_value); in zval_update_constant_ex()
/PHP-5.6/ext/sockets/
H A Dsendrecvmsg.c255 ZVAL_COPY_VALUE(zmsg, zres); in PHP_FUNCTION()
397 ZVAL_COPY_VALUE(result, zv); in php_do_getsockopt_ipv6_rfc3542()
H A Dconversions.c312 ZVAL_COPY_VALUE(&lzval, arr_value); in from_zval_integer_common()
549 ZVAL_COPY_VALUE(&lzval, zaddr_str); in from_zval_write_sin_addr()
606 ZVAL_COPY_VALUE(&lzval, zaddr_str); in from_zval_write_sin6_addr()
664 ZVAL_COPY_VALUE(&lzval, path); in from_zval_write_sun_path()
1272 ZVAL_COPY_VALUE(&lzval, zv); in from_zval_write_ifindex()
/PHP-5.6/ext/gmp/
H A Dgmp.c579 ZVAL_COPY_VALUE(&op1_copy, op1); in gmp_do_operation()
/PHP-5.6/ext/standard/
H A Dstring.c4520 ZVAL_COPY_VALUE(arrayArg, &ret);

Completed in 145 milliseconds