Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_vm_execute.h1709 INIT_PZVAL_COPY(ret, retval_ptr); in ZEND_RETURN_SPEC_CONST_HANDLER()
1732 INIT_PZVAL_COPY(exception, value); in ZEND_THROW_SPEC_CONST_HANDLER()
1758 INIT_PZVAL_COPY(valptr, value); in ZEND_SEND_VAL_SPEC_CONST_HANDLER()
2157 INIT_PZVAL_COPY(tmp, array_ptr); in ZEND_FE_RESET_SPEC_CONST_HANDLER()
2177 INIT_PZVAL_COPY(tmp, array_ptr); in ZEND_FE_RESET_SPEC_CONST_HANDLER()
5027 INIT_PZVAL_COPY(exception, value); in ZEND_THROW_SPEC_TMP_HANDLER()
5053 INIT_PZVAL_COPY(valptr, value); in ZEND_SEND_VAL_SPEC_TMP_HANDLER()
5453 INIT_PZVAL_COPY(tmp, array_ptr); in ZEND_FE_RESET_SPEC_TMP_HANDLER()
8299 INIT_PZVAL_COPY(valptr, value); in ZEND_SEND_VAL_SPEC_VAR_HANDLER()
8376 INIT_PZVAL_COPY(valptr, varptr); in ZEND_SEND_VAR_NO_REF_SPEC_VAR_HANDLER()
[all …]
H A Dzend_vm_def.h1959 INIT_PZVAL_COPY(this_ptr, EX(object));
2506 INIT_PZVAL_COPY(ret, retval_ptr);
2523 INIT_PZVAL_COPY(ret, retval_ptr);
2546 INIT_PZVAL_COPY(exception, value);
2610 INIT_PZVAL_COPY(valptr, value);
2687 INIT_PZVAL_COPY(valptr, varptr);
3099 INIT_PZVAL_COPY(new_expr, expr_ptr);
3113 INIT_PZVAL_COPY(new_expr, expr_ptr);
3616 INIT_PZVAL_COPY(tmp, array_ptr);
3636 INIT_PZVAL_COPY(tmp, array_ptr);
H A Dzend_execute.c137 #define INIT_PZVAL_COPY(z,v) \ macro

Completed in 109 milliseconds