Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_execute.c195 case BP_VAR_UNSET: in _get_zval_cv_lookup()
1060 case BP_VAR_UNSET: in zend_fetch_dimension_address_inner()
1092 case BP_VAR_UNSET: in zend_fetch_dimension_address_inner()
1126 if (type != BP_VAR_UNSET && Z_REFCOUNT_P(container)>1 && !PZVAL_IS_REF(container)) { in zend_fetch_dimension_address()
1152 } else if (type != BP_VAR_UNSET) { in zend_fetch_dimension_address()
1172 if (type != BP_VAR_UNSET && Z_STRLEN_P(container)==0) { in zend_fetch_dimension_address()
1179 if (type != BP_VAR_UNSET) { in zend_fetch_dimension_address()
1191 if (type != BP_VAR_UNSET) { in zend_fetch_dimension_address()
1263 if (type != BP_VAR_UNSET && Z_LVAL_P(container)==0) { in zend_fetch_dimension_address()
1269 if (type == BP_VAR_UNSET) { in zend_fetch_dimension_address()
[all …]
H A Dzend_vm_def.h1083 case BP_VAR_UNSET:
1132 case BP_VAR_UNSET: {
1176 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_fetch_var_address_helper, type, BP_VAR_UNSET);
1312 container = GET_OP1_ZVAL_PTR_PTR(BP_VAR_UNSET);
1322 …EX_T(opline->result.var), container, GET_OP2_ZVAL_PTR(BP_VAR_R), OP2_TYPE, BP_VAR_UNSET TSRMLS_CC);
1556 container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_UNSET);
1570 …ontainer, property, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_UNSET TSRMLS_CC);
4187 container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_UNSET);
4282 container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_UNSET);
H A Dzend_vm_execute.h3678 case BP_VAR_UNSET: in zend_fetch_var_address_helper_SPEC_CONST_CONST()
3727 case BP_VAR_UNSET: { in zend_fetch_var_address_helper_SPEC_CONST_CONST()
5574 case BP_VAR_UNSET: in zend_fetch_var_address_helper_SPEC_CONST_VAR()
5623 case BP_VAR_UNSET: { in zend_fetch_var_address_helper_SPEC_CONST_VAR()
6329 case BP_VAR_UNSET: in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
6378 case BP_VAR_UNSET: { in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
9111 case BP_VAR_UNSET: in zend_fetch_var_address_helper_SPEC_TMP_CONST()
9160 case BP_VAR_UNSET: { in zend_fetch_var_address_helper_SPEC_TMP_CONST()
10873 case BP_VAR_UNSET: in zend_fetch_var_address_helper_SPEC_TMP_VAR()
10922 case BP_VAR_UNSET: { in zend_fetch_var_address_helper_SPEC_TMP_VAR()
[all …]
H A Dzend_compile.h782 #define BP_VAR_UNSET 6 macro
H A Dzend_object_handlers.c508 (type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET)) { in zend_std_read_property()
H A Dzend_language_parser.y392 …variable { zend_do_end_variable_parse(&$1, BP_VAR_UNSET, 0 TSRMLS_CC); zend_do_unset(&$1 TSRMLS_CC…
H A Dzend_compile.c1384 case BP_VAR_UNSET: in zend_do_end_variable_parse()
/PHP-5.6/ext/spl/
H A Dspl_array.c329 case BP_VAR_UNSET: in spl_array_get_dimension_ptr_ptr()
361 case BP_VAR_UNSET: in spl_array_get_dimension_ptr_ptr()
411 …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 126 milliseconds