Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_execute.c277 case BP_VAR_UNSET: in _get_zval_cv_lookup()
1186 if (type != BP_VAR_UNSET) { in zend_check_string_offset()
1700 case BP_VAR_UNSET: in zend_fetch_dimension_address_inner()
1730 case BP_VAR_UNSET: in zend_fetch_dimension_address_inner()
1748 case BP_VAR_UNSET: in zend_fetch_dimension_address_inner()
1899 if (type != BP_VAR_UNSET) { in zend_fetch_dimension_address()
1909 if (type == BP_VAR_UNSET) { in zend_fetch_dimension_address()
1935 zend_fetch_dimension_address(result, container_ptr, dim, dim_type, BP_VAR_UNSET EXECUTE_DATA_CC); in zend_fetch_dimension_address_UNSET()
2208 if (type == BP_VAR_UNSET || in zend_fetch_property_address()
2294 case BP_VAR_UNSET: in zend_fetch_this_var()
H A Dzend_compile.h877 #define BP_VAR_UNSET 5 macro
H A Dzend_compile.c1931 case BP_VAR_UNSET: in zend_adjust_for_fetch_type()
2658 if (type == BP_VAR_UNSET) { in zend_delayed_compile_dim()
4343 opline = zend_compile_simple_var_no_cv(NULL, var_ast, BP_VAR_UNSET, 0); in zend_compile_unset()
4348 opline = zend_compile_dim(NULL, var_ast, BP_VAR_UNSET); in zend_compile_unset()
4352 opline = zend_compile_prop(NULL, var_ast, BP_VAR_UNSET); in zend_compile_unset()
4356 opline = zend_compile_static_prop(NULL, var_ast, BP_VAR_UNSET, 0); in zend_compile_unset()
8482 if (type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET) { in zend_compile_var()
H A Dzend_vm_def.h1492 ZEND_VM_DISPATCH_TO_HELPER(zend_fetch_var_address_helper, type, BP_VAR_UNSET);
1618 ZEND_VM_DISPATCH_TO_HELPER(zend_fetch_static_prop_helper, type, BP_VAR_UNSET);
1757 container = GET_OP1_ZVAL_PTR_PTR_UNDEF(BP_VAR_UNSET);
2033 container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_UNSET);
2041 …YPE, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(opline->extended_value) : NULL), BP_VAR_UNSET OPLINE_CC);
5565 container = GET_OP1_OBJ_ZVAL_PTR_PTR_UNDEF(BP_VAR_UNSET);
5658 container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_UNSET);
H A Dzend_object_handlers.c717 (type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET)) { in zend_std_read_property()
H A Dzend_vm_execute.h4638 …ZEND_VM_TAIL_CALL(zend_fetch_static_prop_helper_SPEC_CONST_CONST(BP_VAR_UNSET ZEND_OPCODE_HANDLER_…
8080 …ZEND_VM_TAIL_CALL(zend_fetch_static_prop_helper_SPEC_CONST_VAR(BP_VAR_UNSET ZEND_OPCODE_HANDLER_AR…
8466 …ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_CONST_UNUSED(BP_VAR_UNSET ZEND_OPCODE_HANDLER…
8591 …ZEND_VM_TAIL_CALL(zend_fetch_static_prop_helper_SPEC_CONST_UNUSED(BP_VAR_UNSET ZEND_OPCODE_HANDLER…
13444 …ZEND_VM_TAIL_CALL(zend_fetch_static_prop_helper_SPEC_TMPVAR_CONST(BP_VAR_UNSET ZEND_OPCODE_HANDLER…
15868 …ZEND_VM_TAIL_CALL(zend_fetch_static_prop_helper_SPEC_TMPVAR_VAR(BP_VAR_UNSET ZEND_OPCODE_HANDLER_A…
16167 …ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_TMPVAR_UNUSED(BP_VAR_UNSET ZEND_OPCODE_HANDLE…
39672 …ZEND_VM_TAIL_CALL(zend_fetch_static_prop_helper_SPEC_CV_CONST(BP_VAR_UNSET ZEND_OPCODE_HANDLER_ARG…
45833 …ZEND_VM_TAIL_CALL(zend_fetch_static_prop_helper_SPEC_CV_VAR(BP_VAR_UNSET ZEND_OPCODE_HANDLER_ARGS_…
46546 …ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_CV_UNUSED(BP_VAR_UNSET ZEND_OPCODE_HANDLER_AR…
[all …]
/PHP-7.3/ext/spl/
H A Dspl_array.c321 case BP_VAR_UNSET: in spl_array_get_dimension_ptr()
337 case BP_VAR_UNSET: in spl_array_get_dimension_ptr()
371 case BP_VAR_UNSET: in spl_array_get_dimension_ptr()
435 if ((type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET) && in spl_array_read_dimension_ex()

Completed in 232 milliseconds