Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend.h772 #define INIT_PZVAL_COPY(z, v) \ macro
785 INIT_PZVAL_COPY(new_zv, *(ppzv)); \
813 INIT_PZVAL_COPY(pzv, *(ppzv)); \
835 INIT_PZVAL_COPY(varptr, original_var); \
H A Dzend_vm_execute.h3277 INIT_PZVAL_COPY(ret, value); in ZEND_JMP_SET_VAR_SPEC_CONST_HANDLER()
3328 INIT_PZVAL_COPY(ret, value); in ZEND_QM_ASSIGN_VAR_SPEC_CONST_HANDLER()
4468 INIT_PZVAL_COPY(copy, key); in ZEND_YIELD_SPEC_CONST_CONST_HANDLER()
5173 INIT_PZVAL_COPY(copy, key); in ZEND_YIELD_SPEC_CONST_TMP_HANDLER()
6203 INIT_PZVAL_COPY(copy, key); in ZEND_YIELD_SPEC_CONST_VAR_HANDLER()
6950 INIT_PZVAL_COPY(copy, key); in ZEND_YIELD_SPEC_CONST_UNUSED_HANDLER()
7699 INIT_PZVAL_COPY(copy, key); in ZEND_YIELD_SPEC_CONST_CV_HANDLER()
8740 INIT_PZVAL_COPY(ret, value); in ZEND_QM_ASSIGN_VAR_SPEC_TMP_HANDLER()
9765 INIT_PZVAL_COPY(copy, key); in ZEND_YIELD_SPEC_TMP_CONST_HANDLER()
10472 INIT_PZVAL_COPY(copy, key); in ZEND_YIELD_SPEC_TMP_TMP_HANDLER()
[all …]
H A Dzend_vm_def.h780 INIT_PZVAL_COPY(z_copy, z);
3020 INIT_PZVAL_COPY(exception, value);
3110 INIT_PZVAL_COPY(valptr, value);
3190 INIT_PZVAL_COPY(valptr, varptr);
4361 INIT_PZVAL_COPY(tmp, array_ptr);
4981 INIT_PZVAL_COPY(ret, value);
5033 INIT_PZVAL_COPY(ret, value);
5424 INIT_PZVAL_COPY(&c.value, val);
5530 INIT_PZVAL_COPY(copy, value);
5573 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.c148 INIT_PZVAL_COPY(_tmp, (val)); \
848 INIT_PZVAL_COPY(variable_ptr, value); in zend_assign_tmp_to_variable()
881 INIT_PZVAL_COPY(variable_ptr, value); in zend_assign_const_to_variable()
932 INIT_PZVAL_COPY(variable_ptr, value); in zend_assign_to_variable()
H A Dzend_ast.c32 INIT_PZVAL_COPY(ast->u.val, zv); in zend_ast_create_constant()
H A Dzend.c266 INIT_PZVAL_COPY(val, expr); in zend_make_printable_zval()
H A Dzend_builtin_functions.c470 INIT_PZVAL_COPY(element, arg); in ZEND_FUNCTION()
/PHP-5.6/ext/soap/
H A Dsoap.c937 INIT_PZVAL_COPY(faultcode_cp, faultcode); in PHP_METHOD()
941 INIT_PZVAL_COPY(faultstring_cp, faultstring); in PHP_METHOD()
945 INIT_PZVAL_COPY(file_cp, file); in PHP_METHOD()
949 INIT_PZVAL_COPY(line_cp, line); in PHP_METHOD()
/PHP-5.6/ext/pgsql/
H A Dpgsql.c4217 INIT_PZVAL_COPY(value, *tmp);
4245 INIT_PZVAL_COPY(value, *tmp);
/PHP-5.6/ext/standard/
H A Darray.c2122 INIT_PZVAL_COPY(src_zval, *src_entry); in php_array_merge()

Completed in 171 milliseconds