Lines Matching refs:BP_VAR_IS

3681 				case BP_VAR_IS:  in zend_fetch_var_address_helper_SPEC_CONST_CONST()
3724 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_CONST_CONST()
3775 …return zend_fetch_var_address_helper_SPEC_CONST_CONST(BP_VAR_IS, ZEND_OPCODE_HANDLER_ARGS_PASSTHRU… in ZEND_FETCH_IS_SPEC_CONST_CONST_HANDLER()
5577 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_CONST_VAR()
5620 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_CONST_VAR()
5671 return zend_fetch_var_address_helper_SPEC_CONST_VAR(BP_VAR_IS, ZEND_OPCODE_HANDLER_ARGS_PASSTHRU); in ZEND_FETCH_IS_SPEC_CONST_VAR_HANDLER()
6332 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
6375 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
6426 …return zend_fetch_var_address_helper_SPEC_CONST_UNUSED(BP_VAR_IS, ZEND_OPCODE_HANDLER_ARGS_PASSTHR… in ZEND_FETCH_IS_SPEC_CONST_UNUSED_HANDLER()
9114 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_TMP_CONST()
9157 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_TMP_CONST()
9208 return zend_fetch_var_address_helper_SPEC_TMP_CONST(BP_VAR_IS, ZEND_OPCODE_HANDLER_ARGS_PASSTHRU); in ZEND_FETCH_IS_SPEC_TMP_CONST_HANDLER()
10876 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_TMP_VAR()
10919 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_TMP_VAR()
10970 return zend_fetch_var_address_helper_SPEC_TMP_VAR(BP_VAR_IS, ZEND_OPCODE_HANDLER_ARGS_PASSTHRU); in ZEND_FETCH_IS_SPEC_TMP_VAR_HANDLER()
11633 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_TMP_UNUSED()
11676 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_TMP_UNUSED()
11727 return zend_fetch_var_address_helper_SPEC_TMP_UNUSED(BP_VAR_IS, ZEND_OPCODE_HANDLER_ARGS_PASSTHRU); in ZEND_FETCH_IS_SPEC_TMP_UNUSED_HANDLER()
15084 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_VAR_CONST()
15127 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_VAR_CONST()
15178 return zend_fetch_var_address_helper_SPEC_VAR_CONST(BP_VAR_IS, ZEND_OPCODE_HANDLER_ARGS_PASSTHRU); in ZEND_FETCH_IS_SPEC_VAR_CONST_HANDLER()
15262 …_address_read(&EX_T(opline->result.var), container, opline->op2.zv, IS_CONST, BP_VAR_IS TSRMLS_CC); in ZEND_FETCH_DIM_IS_SPEC_VAR_CONST_HANDLER()
15491 …retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CONST == IS_CONST… in ZEND_FETCH_OBJ_IS_SPEC_VAR_CONST_HANDLER()
17634 …zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC), IS_TMP_VAR, BP_VAR_IS TSRMLS_CC); in ZEND_FETCH_DIM_IS_SPEC_VAR_TMP_HANDLER()
17863 …retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_TMP_VAR == IS_CON… in ZEND_FETCH_OBJ_IS_SPEC_VAR_TMP_HANDLER()
19738 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_VAR_VAR()
19781 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_VAR_VAR()
19832 return zend_fetch_var_address_helper_SPEC_VAR_VAR(BP_VAR_IS, ZEND_OPCODE_HANDLER_ARGS_PASSTHRU); in ZEND_FETCH_IS_SPEC_VAR_VAR_HANDLER()
19916 …get_zval_ptr_var(opline->op2.var, execute_data, &free_op2 TSRMLS_CC), IS_VAR, BP_VAR_IS TSRMLS_CC); in ZEND_FETCH_DIM_IS_SPEC_VAR_VAR_HANDLER()
20145 …retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_VAR == IS_CONST) … in ZEND_FETCH_OBJ_IS_SPEC_VAR_VAR_HANDLER()
21744 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_VAR_UNUSED()
21787 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_VAR_UNUSED()
21838 return zend_fetch_var_address_helper_SPEC_VAR_UNUSED(BP_VAR_IS, ZEND_OPCODE_HANDLER_ARGS_PASSTHRU); in ZEND_FETCH_IS_SPEC_VAR_UNUSED_HANDLER()
23422 …r, _get_zval_ptr_cv_BP_VAR_R(execute_data, opline->op2.var TSRMLS_CC), IS_CV, BP_VAR_IS TSRMLS_CC); in ZEND_FETCH_DIM_IS_SPEC_VAR_CV_HANDLER()
23651 …retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CV == IS_CONST) ?… in ZEND_FETCH_OBJ_IS_SPEC_VAR_CV_HANDLER()
25471 …retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CONST == IS_CONST… in ZEND_FETCH_OBJ_IS_SPEC_UNUSED_CONST_HANDLER()
26902 …retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_TMP_VAR == IS_CON… in ZEND_FETCH_OBJ_IS_SPEC_UNUSED_TMP_HANDLER()
28241 …retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_VAR == IS_CONST) … in ZEND_FETCH_OBJ_IS_SPEC_UNUSED_VAR_HANDLER()
30018 …retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CV == IS_CONST) ?… in ZEND_FETCH_OBJ_IS_SPEC_UNUSED_CV_HANDLER()
32789 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_CV_CONST()
32832 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_CV_CONST()
32883 return zend_fetch_var_address_helper_SPEC_CV_CONST(BP_VAR_IS, ZEND_OPCODE_HANDLER_ARGS_PASSTHRU); in ZEND_FETCH_IS_SPEC_CV_CONST_HANDLER()
32966 …_address_read(&EX_T(opline->result.var), container, opline->op2.zv, IS_CONST, BP_VAR_IS TSRMLS_CC); in ZEND_FETCH_DIM_IS_SPEC_CV_CONST_HANDLER()
33193 …retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CONST == IS_CONST… in ZEND_FETCH_OBJ_IS_SPEC_CV_CONST_HANDLER()
35109 …zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC), IS_TMP_VAR, BP_VAR_IS TSRMLS_CC); in ZEND_FETCH_DIM_IS_SPEC_CV_TMP_HANDLER()
35336 …retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_TMP_VAR == IS_CON… in ZEND_FETCH_OBJ_IS_SPEC_CV_TMP_HANDLER()
37077 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_CV_VAR()
37120 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_CV_VAR()
37171 return zend_fetch_var_address_helper_SPEC_CV_VAR(BP_VAR_IS, ZEND_OPCODE_HANDLER_ARGS_PASSTHRU); in ZEND_FETCH_IS_SPEC_CV_VAR_HANDLER()
37254 …get_zval_ptr_var(opline->op2.var, execute_data, &free_op2 TSRMLS_CC), IS_VAR, BP_VAR_IS TSRMLS_CC); in ZEND_FETCH_DIM_IS_SPEC_CV_VAR_HANDLER()
37481 …retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_VAR == IS_CONST) … in ZEND_FETCH_OBJ_IS_SPEC_CV_VAR_HANDLER()
38945 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_CV_UNUSED()
38988 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_CV_UNUSED()
39039 return zend_fetch_var_address_helper_SPEC_CV_UNUSED(BP_VAR_IS, ZEND_OPCODE_HANDLER_ARGS_PASSTHRU); in ZEND_FETCH_IS_SPEC_CV_UNUSED_HANDLER()
40473 …r, _get_zval_ptr_cv_BP_VAR_R(execute_data, opline->op2.var TSRMLS_CC), IS_CV, BP_VAR_IS TSRMLS_CC); in ZEND_FETCH_DIM_IS_SPEC_CV_CV_HANDLER()
40700 …retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CV == IS_CONST) ?… in ZEND_FETCH_OBJ_IS_SPEC_CV_CV_HANDLER()