Home
last modified time | relevance | path

Searched refs:BP_VAR_RW (Results 1 – 15 of 15) sorted by relevance

/php-src/ext/standard/
H A Dincomplete_class.c55 if (type == BP_VAR_W || type == BP_VAR_RW) { in incomplete_class_get_property()
/php-src/Zend/tests/offsets/
H A Dtest_offset_helpers.inc52 2 => 'BP_VAR_RW',
H A Dinternal_handlers.phpt257 …ayAccess, read: true, write: false, has: false, unset: false, readType: BP_VAR_RW, hasOffset: true…
262 …ayAccess, read: true, write: false, has: false, unset: false, readType: BP_VAR_RW, hasOffset: fals…
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c633 BP_VAR_IS : BP_VAR_RW); in zend_jit_fetch_dim_is_helper()
871 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_ARRAY), dim, BP_VAR_RW); in zend_jit_fetch_dim_rw_helper()
1144 BP_VAR_IS : BP_VAR_RW); in zend_jit_fetch_dim_str_is_helper()
1423 zend_check_string_offset(dim, BP_VAR_RW); in zend_jit_fetch_dim_obj_helper()
1445 ZEND_ASSERT(type == BP_VAR_RW); in zend_jit_fetch_dim_obj_helper()
1474 zend_jit_fetch_dim_obj_helper(object_ptr, dim, result, BP_VAR_RW); in zend_jit_fetch_dim_obj_rw_helper()
1613 zend_check_string_offset(dim, BP_VAR_RW); in zend_jit_assign_dim_op_helper()
2656 …if (EXPECTED((zptr = zobj->handlers->get_property_ptr_ptr(zobj, name, BP_VAR_RW, cache_slot)) != N… in zend_jit_assign_obj_op_helper()
2873 …if (EXPECTED((prop = zobj->handlers->get_property_ptr_ptr(zobj, name, BP_VAR_RW, cache_slot)) != N… in zend_jit_pre_inc_obj_helper()
2943 …if (EXPECTED((prop = zobj->handlers->get_property_ptr_ptr(zobj, name, BP_VAR_RW, cache_slot)) != N… in zend_jit_pre_dec_obj_helper()
[all …]
H A Dzend_jit_ir.c11486 } else if (type == BP_VAR_RW && not_found_exit_addr) {
11649 case BP_VAR_RW:
11831 case BP_VAR_RW:
11867 if (type != BP_VAR_RW) {
11903 case BP_VAR_RW:
12480 type = BP_VAR_RW;
12497 … if (type == BP_VAR_RW || (op2_info & ((MAY_BE_ANY|MAY_BE_UNDEF) - (MAY_BE_LONG|MAY_BE_STRING)))) {
13012 …if (!zend_jit_fetch_dimension_address_inner(jit, opline, BP_VAR_RW, op1_info, op2_info, dim_type, …
/php-src/ext/spl/
H A Dspl_array.c318 if ((type == BP_VAR_W || type == BP_VAR_RW) && intern->nApplyCount > 0) { in spl_array_get_dimension_ptr()
325 return (type == BP_VAR_W || type == BP_VAR_RW) ? in spl_array_get_dimension_ptr()
343 case BP_VAR_RW: in spl_array_get_dimension_ptr()
361 case BP_VAR_RW: in spl_array_get_dimension_ptr()
382 case BP_VAR_RW: in spl_array_get_dimension_ptr()
433 if ((type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET) && in spl_array_read_dimension_ex()
/php-src/Zend/
H A Dzend_vm_def.h1260 var_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_RW);
1485 var_ptr = GET_OP1_ZVAL_PTR_PTR_UNDEF(BP_VAR_RW);
1518 var_ptr = GET_OP1_ZVAL_PTR_PTR_UNDEF(BP_VAR_RW);
1536 var_ptr = GET_OP1_ZVAL_PTR_PTR_UNDEF(BP_VAR_RW);
1570 var_ptr = GET_OP1_ZVAL_PTR_PTR_UNDEF(BP_VAR_RW);
1588 var_ptr = GET_OP1_ZVAL_PTR_PTR_UNDEF(BP_VAR_RW);
1620 var_ptr = GET_OP1_ZVAL_PTR_PTR_UNDEF(BP_VAR_RW);
1636 var_ptr = GET_OP1_ZVAL_PTR_PTR_UNDEF(BP_VAR_RW);
1668 var_ptr = GET_OP1_ZVAL_PTR_PTR_UNDEF(BP_VAR_RW);
1760 if (type == BP_VAR_RW && !EG(exception)) {
[all …]
H A Dzend_object_handlers.c625 && (type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET)) { in zend_std_read_property()
642 if (type == BP_VAR_W || type == BP_VAR_RW) { in zend_std_read_property()
731 (type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET)) { in zend_std_read_property()
1106 if (UNEXPECTED(type == BP_VAR_RW || type == BP_VAR_R)) { in zend_std_get_property_ptr_ptr()
1160 if (UNEXPECTED(type == BP_VAR_RW || type == BP_VAR_R)) { in zend_std_get_property_ptr_ptr()
1623 if (UNEXPECTED((type == BP_VAR_R || type == BP_VAR_RW) in zend_std_get_static_property_with_info()
H A Dzend_execute.c305 case BP_VAR_RW: in _get_zval_cv_lookup()
1516 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_ARRAY), offset, BP_VAR_RW); in zend_illegal_array_offset_access()
2327 zend_check_string_offset(dim, BP_VAR_RW EXECUTE_DATA_CC); in zend_binary_assign_op_dim_slow()
2499 case BP_VAR_RW: in zend_fetch_dimension_address_inner()
2525 case BP_VAR_RW: in zend_fetch_dimension_address_inner()
2540 if (type != BP_VAR_W && type != BP_VAR_RW) { in zend_fetch_dimension_address_inner()
2552 retval = (type == BP_VAR_W || type == BP_VAR_RW) ? in zend_fetch_dimension_address_inner()
2576 return zend_fetch_dimension_address_inner(ht, dim, IS_CONST, BP_VAR_RW EXECUTE_DATA_CC); in zend_fetch_dimension_address_inner_RW_CONST()
3206 ZEND_ASSERT(type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET); in zend_fetch_property_address()
3444 if ((fetch_type == BP_VAR_R || fetch_type == BP_VAR_RW) in zend_fetch_static_property_address()
[all …]
H A Dzend_weakrefs.c369 if (type == BP_VAR_W || type == BP_VAR_RW) { in zend_weakmap_read_dimension()
H A Dzend_compile.h997 #define BP_VAR_RW 2 macro
H A Dzend_compile.c2192 case BP_VAR_RW: in zend_adjust_for_fetch_type()
3576 zend_delayed_compile_var(&var_node, var_ast, BP_VAR_RW, 0); in zend_compile_compound_assign()
3584 zend_delayed_compile_var(result, var_ast, BP_VAR_RW, 0); in zend_compile_compound_assign()
3599 zend_delayed_compile_dim(result, var_ast, BP_VAR_RW, /* by_ref */ false); in zend_compile_compound_assign()
3613 zend_delayed_compile_prop(result, var_ast, BP_VAR_RW); in zend_compile_compound_assign()
9402 zend_op *opline = zend_compile_prop(NULL, var_ast, BP_VAR_RW, 0); in zend_compile_post_incdec()
9406 zend_op *opline = zend_compile_static_prop(NULL, var_ast, BP_VAR_RW, 0, 0); in zend_compile_post_incdec()
9411 zend_op *opline = zend_compile_var(&var_node, var_ast, BP_VAR_RW, 0); in zend_compile_post_incdec()
9429 zend_op *opline = zend_compile_prop(result, var_ast, BP_VAR_RW, 0); in zend_compile_pre_incdec()
9440 zend_op *opline = zend_compile_var(&var_node, var_ast, BP_VAR_RW, 0); in zend_compile_pre_incdec()
[all …]
H A Dzend_vm_execute.h889 …ZEND_VM_TAIL_CALL(zend_fetch_static_prop_helper_SPEC(BP_VAR_RW ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_C… in ZEND_FETCH_STATIC_PROP_RW_SPEC_HANDLER()
10223 if (type == BP_VAR_RW && !EG(exception)) { in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
10246 if (type == BP_VAR_RW && !EG(exception)) { in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
18068 if (type == BP_VAR_RW && !EG(exception)) { in zend_fetch_var_address_helper_SPEC_TMPVAR_UNUSED()
18091 if (type == BP_VAR_RW && !EG(exception)) { in zend_fetch_var_address_helper_SPEC_TMPVAR_UNUSED()
23017 …if (EXPECTED((zptr = zobj->handlers->get_property_ptr_ptr(zobj, name, BP_VAR_RW, cache_slot)) != N… in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CONST_HANDLER()
23241 …if (EXPECTED((zptr = zobj->handlers->get_property_ptr_ptr(zobj, name, BP_VAR_RW, cache_slot)) != N… in ZEND_PRE_INC_OBJ_SPEC_VAR_CONST_HANDLER()
23308 …if (EXPECTED((zptr = zobj->handlers->get_property_ptr_ptr(zobj, name, BP_VAR_RW, cache_slot)) != N… in ZEND_POST_INC_OBJ_SPEC_VAR_CONST_HANDLER()
25938 …if (EXPECTED((zptr = zobj->handlers->get_property_ptr_ptr(zobj, name, BP_VAR_RW, cache_slot)) != N… in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_TMPVAR_HANDLER()
48466 if (type == BP_VAR_RW && !EG(exception)) { in zend_fetch_var_address_helper_SPEC_CV_UNUSED()
[all …]
/php-src/ext/simplexml/
H A Dsimplexml.c300 } else if (type == BP_VAR_W || type == BP_VAR_RW) { in sxe_prop_dim_read()
/php-src/ext/ffi/
H A Dffi.c1969 …zend_ffi_cdata_to_zval(NULL, ptr, dim_type, iter->by_ref ? BP_VAR_RW : BP_VAR_R, &iter->value, (cd… in zend_ffi_cdata_it_get_current_data()

Completed in 304 milliseconds