Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_execute.c157 #define FREE_UNFETCHED_OP(type, var) \ macro
H A Dzend_vm_execute.h456 FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var); in zend_this_not_in_object_context_helper_SPEC()
458 FREE_UNFETCHED_OP(opline->op2_type, opline->op2.var); in zend_this_not_in_object_context_helper_SPEC()
486 FREE_UNFETCHED_OP(opline->op2_type, opline->op2.var); in zend_use_tmp_in_write_context_helper_SPEC()
487 FREE_UNFETCHED_OP(opline->op1_type, opline->op1.var); in zend_use_tmp_in_write_context_helper_SPEC()
498 FREE_UNFETCHED_OP(opline->op2_type, opline->op2.var); in zend_use_undef_in_read_context_helper_SPEC()
499 FREE_UNFETCHED_OP(opline->op1_type, opline->op1.var); in zend_use_undef_in_read_context_helper_SPEC()
1252 FREE_UNFETCHED_OP(opline->op1_type, opline->op1.var);
1437 FREE_UNFETCHED_OP(opline->op2_type, opline->op2.var);
1845 FREE_UNFETCHED_OP(opline->op2_type, opline->op2.var);
1846 FREE_UNFETCHED_OP(opline->op1_type, opline->op1.var);

Completed in 166 milliseconds