Home
last modified time | relevance | path

Searched refs:assignment_value (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_vm_def.h2779 zval *assignment_value; variable
2786 ALLOC_ZVAL(assignment_value);
2787 *assignment_value = opline->op2.u.constant;
2789 Z_SET_REFCOUNT_P(assignment_value, 1);
2790 zval_update_constant(&assignment_value, 0 TSRMLS_CC);
2792 zval_copy_ctor(assignment_value);
2794 INIT_PZVAL(assignment_value);
2796 assignment_value = *param;
2797 Z_ADDREF_P(assignment_value);
2800 …zend_verify_arg_type((zend_function *) EG(active_op_array), arg_num, assignment_value, opline->ext…
[all …]
H A Dzend_vm_execute.h825 zval *assignment_value; in ZEND_RECV_INIT_SPEC_CONST_HANDLER() local
832 ALLOC_ZVAL(assignment_value); in ZEND_RECV_INIT_SPEC_CONST_HANDLER()
833 *assignment_value = opline->op2.u.constant; in ZEND_RECV_INIT_SPEC_CONST_HANDLER()
835 Z_SET_REFCOUNT_P(assignment_value, 1); in ZEND_RECV_INIT_SPEC_CONST_HANDLER()
836 zval_update_constant(&assignment_value, 0 TSRMLS_CC); in ZEND_RECV_INIT_SPEC_CONST_HANDLER()
838 zval_copy_ctor(assignment_value); in ZEND_RECV_INIT_SPEC_CONST_HANDLER()
840 INIT_PZVAL(assignment_value); in ZEND_RECV_INIT_SPEC_CONST_HANDLER()
842 assignment_value = *param; in ZEND_RECV_INIT_SPEC_CONST_HANDLER()
843 Z_ADDREF_P(assignment_value); in ZEND_RECV_INIT_SPEC_CONST_HANDLER()
846 …zend_verify_arg_type((zend_function *) EG(active_op_array), arg_num, assignment_value, opline->ext… in ZEND_RECV_INIT_SPEC_CONST_HANDLER()
[all …]

Completed in 93 milliseconds