Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_execute.c239 case BP_VAR_UNSET: in _get_zval_cv_lookup()
1563 case BP_VAR_UNSET: in zend_fetch_dimension_address_inner()
1594 case BP_VAR_UNSET: in zend_fetch_dimension_address_inner()
1612 case BP_VAR_UNSET: in zend_fetch_dimension_address_inner()
1666 if (type != BP_VAR_UNSET) { in zend_check_string_offset()
1732 if (type != BP_VAR_UNSET && UNEXPECTED(Z_STRLEN_P(container) == 0)) { in zend_fetch_dimension_address()
1782 } else if (type != BP_VAR_UNSET) { in zend_fetch_dimension_address()
1789 if (type == BP_VAR_UNSET) { in zend_fetch_dimension_address()
1811 zend_fetch_dimension_address(result, container_ptr, dim, dim_type, BP_VAR_UNSET); in zend_fetch_dimension_address_UNSET()
1942 if (type != BP_VAR_UNSET && in zend_fetch_property_address()
H A Dzend_compile.h832 #define BP_VAR_UNSET 5 macro
H A Dzend_vm_def.h1581 case BP_VAR_UNSET:
1602 case BP_VAR_UNSET:
1675 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_fetch_var_address_helper, type, BP_VAR_UNSET);
1804 container = GET_OP1_ZVAL_PTR_PTR(BP_VAR_UNSET);
2076 container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_UNSET);
2091 …y, OP2_TYPE, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_UNSET);
5642 container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_UNSET);
5739 container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_UNSET);
H A Dzend_compile.c1841 case BP_VAR_UNSET: in zend_adjust_for_fetch_type()
2325 if (type == BP_VAR_UNSET) { in zend_delayed_compile_dim()
3555 opline = zend_compile_simple_var_no_cv(NULL, var_ast, BP_VAR_UNSET, 0); in zend_compile_unset()
3560 opline = zend_compile_dim_common(NULL, var_ast, BP_VAR_UNSET); in zend_compile_unset()
3564 opline = zend_compile_prop_common(NULL, var_ast, BP_VAR_UNSET); in zend_compile_unset()
3568 opline = zend_compile_static_prop_common(NULL, var_ast, BP_VAR_UNSET, 0); in zend_compile_unset()
7349 || type == BP_VAR_RW || type == BP_VAR_UNSET in zend_compile_var()
H A Dzend_vm_execute.h5072 case BP_VAR_UNSET:
5093 case BP_VAR_UNSET:
7040 case BP_VAR_UNSET:
7061 case BP_VAR_UNSET:
7558 case BP_VAR_UNSET:
7579 case BP_VAR_UNSET:
31490 case BP_VAR_UNSET:
33730 case BP_VAR_UNSET:
34690 case BP_VAR_UNSET:
41964 case BP_VAR_UNSET:
[all …]
H A Dzend_object_handlers.c593 (type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET)) { in zend_std_read_property()
/PHP-7.0/ext/spl/
H A Dspl_array.c323 case BP_VAR_UNSET: in spl_array_get_dimension_ptr()
339 case BP_VAR_UNSET: in spl_array_get_dimension_ptr()
373 case BP_VAR_UNSET: in spl_array_get_dimension_ptr()
437 if ((type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET) && in spl_array_read_dimension_ex()

Completed in 197 milliseconds