Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_execute.c198 case BP_VAR_UNSET: in _get_zval_cv_lookup()
1028 case BP_VAR_UNSET: in zend_fetch_dimension_address_inner()
1060 case BP_VAR_UNSET: in zend_fetch_dimension_address_inner()
1094 if (type != BP_VAR_UNSET && Z_REFCOUNT_P(container)>1 && !PZVAL_IS_REF(container)) { in zend_fetch_dimension_address()
1120 } else if (type != BP_VAR_UNSET) { in zend_fetch_dimension_address()
1140 if (type != BP_VAR_UNSET && Z_STRLEN_P(container)==0) { in zend_fetch_dimension_address()
1147 if (type != BP_VAR_UNSET) { in zend_fetch_dimension_address()
1159 if (type != BP_VAR_UNSET) { in zend_fetch_dimension_address()
1231 if (type != BP_VAR_UNSET && Z_LVAL_P(container)==0) { in zend_fetch_dimension_address()
1237 if (type == BP_VAR_UNSET) { in zend_fetch_dimension_address()
[all …]
H A Dzend_vm_def.h1072 case BP_VAR_UNSET:
1121 case BP_VAR_UNSET: {
1165 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_fetch_var_address_helper, type, BP_VAR_UNSET);
1304 container = GET_OP1_ZVAL_PTR_PTR(BP_VAR_UNSET);
1314 …EX_T(opline->result.var), container, GET_OP2_ZVAL_PTR(BP_VAR_R), OP2_TYPE, BP_VAR_UNSET TSRMLS_CC);
1548 container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_UNSET);
1562 …ontainer, property, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_UNSET TSRMLS_CC);
3964 container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_UNSET);
4063 container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_UNSET);
H A Dzend_vm_execute.h3389 case BP_VAR_UNSET: in zend_fetch_var_address_helper_SPEC_CONST_CONST()
3438 case BP_VAR_UNSET: { in zend_fetch_var_address_helper_SPEC_CONST_CONST()
5262 case BP_VAR_UNSET: in zend_fetch_var_address_helper_SPEC_CONST_VAR()
5311 case BP_VAR_UNSET: { in zend_fetch_var_address_helper_SPEC_CONST_VAR()
6007 case BP_VAR_UNSET: in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
6056 case BP_VAR_UNSET: { in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
8752 case BP_VAR_UNSET: in zend_fetch_var_address_helper_SPEC_TMP_CONST()
8801 case BP_VAR_UNSET: { in zend_fetch_var_address_helper_SPEC_TMP_CONST()
10492 case BP_VAR_UNSET: in zend_fetch_var_address_helper_SPEC_TMP_VAR()
10541 case BP_VAR_UNSET: { in zend_fetch_var_address_helper_SPEC_TMP_VAR()
[all …]
H A Dzend_compile.h762 #define BP_VAR_UNSET 6 macro
H A Dzend_language_parser.y362 …variable { zend_do_end_variable_parse(&$1, BP_VAR_UNSET, 0 TSRMLS_CC); zend_do_unset(&$1 TSRMLS_CC…
H A Dzend_object_handlers.c476 (type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET)) { in zend_std_read_property()
H A Dzend_compile.c1376 case BP_VAR_UNSET: in zend_do_end_variable_parse()
/PHP-5.5/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 180 milliseconds