Home
last modified time | relevance | path

Searched refs:BP_VAR_UNSET (Results 1 – 8 of 8) sorted by relevance

/PHP-5.4/Zend/
H A Dzend_execute.c196 case BP_VAR_UNSET: in _get_zval_cv_lookup()
1029 case BP_VAR_UNSET: in zend_fetch_dimension_address_inner()
1061 case BP_VAR_UNSET: in zend_fetch_dimension_address_inner()
1095 if (type != BP_VAR_UNSET && Z_REFCOUNT_P(container)>1 && !PZVAL_IS_REF(container)) { in zend_fetch_dimension_address()
1121 } else if (type != BP_VAR_UNSET) { in zend_fetch_dimension_address()
1141 if (type != BP_VAR_UNSET && Z_STRLEN_P(container)==0) { in zend_fetch_dimension_address()
1148 if (type != BP_VAR_UNSET) { in zend_fetch_dimension_address()
1160 if (type != BP_VAR_UNSET) { in zend_fetch_dimension_address()
1232 if (type != BP_VAR_UNSET && Z_LVAL_P(container)==0) { in zend_fetch_dimension_address()
1238 if (type == BP_VAR_UNSET) { in zend_fetch_dimension_address()
[all …]
H A Dzend_vm_def.h1064 case BP_VAR_UNSET:
1113 case BP_VAR_UNSET: {
1157 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_fetch_var_address_helper, type, BP_VAR_UNSET);
1296 container = GET_OP1_ZVAL_PTR_PTR(BP_VAR_UNSET);
1306 …EX_T(opline->result.var), container, GET_OP2_ZVAL_PTR(BP_VAR_R), OP2_TYPE, BP_VAR_UNSET TSRMLS_CC);
1544 container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_UNSET);
1558 …ontainer, property, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_UNSET TSRMLS_CC);
3945 container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_UNSET);
4044 container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_UNSET);
H A Dzend_vm_execute.h3294 case BP_VAR_UNSET: in zend_fetch_var_address_helper_SPEC_CONST_CONST()
3343 case BP_VAR_UNSET: { in zend_fetch_var_address_helper_SPEC_CONST_CONST()
4802 case BP_VAR_UNSET: in zend_fetch_var_address_helper_SPEC_CONST_VAR()
4851 case BP_VAR_UNSET: { in zend_fetch_var_address_helper_SPEC_CONST_VAR()
5365 case BP_VAR_UNSET: in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
5414 case BP_VAR_UNSET: { in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
7776 case BP_VAR_UNSET: in zend_fetch_var_address_helper_SPEC_TMP_CONST()
7825 case BP_VAR_UNSET: { in zend_fetch_var_address_helper_SPEC_TMP_CONST()
9146 case BP_VAR_UNSET: in zend_fetch_var_address_helper_SPEC_TMP_VAR()
9195 case BP_VAR_UNSET: { in zend_fetch_var_address_helper_SPEC_TMP_VAR()
[all …]
H A Dzend_compile.h732 #define BP_VAR_UNSET 6 macro
H A Dzend_language_parser.y351 …variable { zend_do_end_variable_parse(&$1, BP_VAR_UNSET, 0 TSRMLS_CC); zend_do_unset(&$1 TSRMLS_CC…
H A Dzend_object_handlers.c475 (type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET)) { in zend_std_read_property()
H A Dzend_compile.c1373 case BP_VAR_UNSET: in zend_do_end_variable_parse()
/PHP-5.4/ext/spl/
H A Dspl_array.c327 case BP_VAR_UNSET: in spl_array_get_dimension_ptr_ptr()
355 case BP_VAR_UNSET: in spl_array_get_dimension_ptr_ptr()
405 …if ((type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET) && !Z_ISREF_PP(ret) && ret != … in spl_array_read_dimension_ex()

Completed in 184 milliseconds