Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_execute.c709 ZVAL_COPY_VALUE(value, orig_value); in zend_assign_to_object()
716 ZVAL_COPY_VALUE(value, orig_value); in zend_assign_to_object()
789 ZVAL_COPY_VALUE(&tmp, value); in zend_assign_to_string_offset()
837 ZVAL_COPY_VALUE(variable_ptr, value); in zend_assign_tmp_to_variable()
839 ZVAL_COPY_VALUE(&garbage, variable_ptr); in zend_assign_tmp_to_variable()
840 ZVAL_COPY_VALUE(variable_ptr, value); in zend_assign_tmp_to_variable()
871 ZVAL_COPY_VALUE(variable_ptr, value); in zend_assign_const_to_variable()
875 ZVAL_COPY_VALUE(variable_ptr, value); in zend_assign_const_to_variable()
930 ZVAL_COPY_VALUE(variable_ptr, value); in zend_assign_to_variable()
934 ZVAL_COPY_VALUE(variable_ptr, value); in zend_assign_to_variable()
[all …]
H A Dzend_variables.c220 ZVAL_COPY_VALUE(tmp, *p); in zval_copy_static_var()
H A Dzend.h757 #define ZVAL_COPY_VALUE(z, v) \ macro
765 ZVAL_COPY_VALUE(z, v); \
814 ZVAL_COPY_VALUE(*ppzv_dest, pzv_src); \
H A Dzend_vm_def.h740 ZVAL_COPY_VALUE(retval, *zptr);
764 ZVAL_COPY_VALUE(retval, z);
915 ZVAL_COPY_VALUE(retval, *var_ptr);
958 ZVAL_COPY_VALUE(retval, *var_ptr);
3518 ZVAL_COPY_VALUE(retval, &c->value);
3695 ZVAL_COPY_VALUE(result, expr);
3724 ZVAL_COPY_VALUE(result, expr);
3904 ZVAL_COPY_VALUE(&tmp, varname);
4397 ZVAL_COPY_VALUE(&tmp, varname);
4559 ZVAL_COPY_VALUE(&tmp, offset);
[all …]
H A Dzend_vm_execute.h2599 ZVAL_COPY_VALUE(result, expr); in ZEND_CAST_SPEC_CONST_HANDLER()
4048 ZVAL_COPY_VALUE(&tmp, val); in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
14542 ZVAL_COPY_VALUE(retval, z); in zend_post_incdec_property_helper_SPEC_VAR_CONST()
17062 ZVAL_COPY_VALUE(retval, z); in zend_post_incdec_property_helper_SPEC_VAR_TMP()
19161 ZVAL_COPY_VALUE(retval, z); in zend_post_incdec_property_helper_SPEC_VAR_VAR()
22800 ZVAL_COPY_VALUE(retval, z); in zend_post_incdec_property_helper_SPEC_VAR_CV()
24759 ZVAL_COPY_VALUE(retval, z); in zend_post_incdec_property_helper_SPEC_UNUSED_CONST()
26182 ZVAL_COPY_VALUE(retval, z); in zend_post_incdec_property_helper_SPEC_UNUSED_TMP()
27508 ZVAL_COPY_VALUE(retval, z); in zend_post_incdec_property_helper_SPEC_UNUSED_VAR()
29262 ZVAL_COPY_VALUE(retval, z); in zend_post_incdec_property_helper_SPEC_UNUSED_CV()
[all …]
H A Dzend_API.h600 ZVAL_COPY_VALUE(z, zv); \
/PHP-5.5/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.5/ext/standard/
H A Dstring.c4514 ZVAL_COPY_VALUE(arrayArg, &ret);

Completed in 161 milliseconds