Home
last modified time | relevance | path

Searched refs:INIT_PZVAL_COPY (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/Zend/
H A Dzend.h763 #define INIT_PZVAL_COPY(z, v) \ macro
776 INIT_PZVAL_COPY(new_zv, *(ppzv)); \
804 INIT_PZVAL_COPY(pzv, *(ppzv)); \
826 INIT_PZVAL_COPY(varptr, original_var); \
H A Dzend_vm_execute.h2986 INIT_PZVAL_COPY(ret, value); in ZEND_JMP_SET_VAR_SPEC_CONST_HANDLER()
3037 INIT_PZVAL_COPY(ret, value); in ZEND_QM_ASSIGN_VAR_SPEC_CONST_HANDLER()
4181 INIT_PZVAL_COPY(copy, key); in ZEND_YIELD_SPEC_CONST_CONST_HANDLER()
4874 INIT_PZVAL_COPY(copy, key); in ZEND_YIELD_SPEC_CONST_TMP_HANDLER()
5894 INIT_PZVAL_COPY(copy, key); in ZEND_YIELD_SPEC_CONST_VAR_HANDLER()
6626 INIT_PZVAL_COPY(copy, key); in ZEND_YIELD_SPEC_CONST_UNUSED_HANDLER()
7378 INIT_PZVAL_COPY(copy, key); in ZEND_YIELD_SPEC_CONST_CV_HANDLER()
8379 INIT_PZVAL_COPY(ret, value); in ZEND_QM_ASSIGN_VAR_SPEC_TMP_HANDLER()
9409 INIT_PZVAL_COPY(copy, key); in ZEND_YIELD_SPEC_TMP_CONST_HANDLER()
10104 INIT_PZVAL_COPY(copy, key); in ZEND_YIELD_SPEC_TMP_TMP_HANDLER()
[all …]
H A Dzend_vm_def.h767 INIT_PZVAL_COPY(z_copy, z);
2976 INIT_PZVAL_COPY(exception, value);
3064 INIT_PZVAL_COPY(valptr, value);
3144 INIT_PZVAL_COPY(valptr, varptr);
4142 INIT_PZVAL_COPY(tmp, array_ptr);
4748 INIT_PZVAL_COPY(ret, value);
4800 INIT_PZVAL_COPY(ret, value);
5175 INIT_PZVAL_COPY(&c.value, val);
5272 INIT_PZVAL_COPY(copy, value);
5315 INIT_PZVAL_COPY(copy, value);
[all …]
H A Dzend_objects_API.c351 INIT_PZVAL_COPY(pobj->property, member); in zend_object_create_proxy()
H A Dzend_execute.c150 INIT_PZVAL_COPY(_tmp, (val)); \
831 INIT_PZVAL_COPY(variable_ptr, value); in zend_assign_tmp_to_variable()
864 INIT_PZVAL_COPY(variable_ptr, value); in zend_assign_const_to_variable()
915 INIT_PZVAL_COPY(variable_ptr, value); in zend_assign_to_variable()
H A Dzend.c265 INIT_PZVAL_COPY(val, expr); in zend_make_printable_zval()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c4064 INIT_PZVAL_COPY(value, *tmp);
4092 INIT_PZVAL_COPY(value, *tmp);
/PHP-5.5/ext/standard/
H A Darray.c2242 INIT_PZVAL_COPY(src_zval, *src_entry); in php_array_merge()

Completed in 197 milliseconds