Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dincomplete_class.c55 if (type == BP_VAR_W || type == BP_VAR_RW) { in incomplete_class_get_property()
/PHP-8.2/ext/spl/
H A Dspl_array.c322 if ((type == BP_VAR_W || type == BP_VAR_RW) && intern->nApplyCount > 0) { in spl_array_get_dimension_ptr()
329 return (type == BP_VAR_W || type == BP_VAR_RW) ? in spl_array_get_dimension_ptr()
350 case BP_VAR_W: { in spl_array_get_dimension_ptr()
368 case BP_VAR_W: { in spl_array_get_dimension_ptr()
389 case BP_VAR_W: { 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()
/PHP-8.2/Zend/
H A Dzend_execute.c302 case BP_VAR_W: in _get_zval_cv_lookup()
314 if (type == BP_VAR_W) { in _get_zval_ptr_cv()
328 if (type == BP_VAR_W) { in _get_zval_ptr_cv_deref()
1668 offset = zend_check_string_offset(dim, BP_VAR_W EXECUTE_DATA_CC); in zend_assign_to_string_offset()
2380 if (type != BP_VAR_W) { in zend_fetch_dimension_address_inner()
2407 if (type != BP_VAR_W) { in zend_fetch_dimension_address_inner()
2433 if (type != BP_VAR_W && type != BP_VAR_RW) { in zend_fetch_dimension_address_inner()
2445 retval = (type == BP_VAR_W || type == BP_VAR_RW) ? in zend_fetch_dimension_address_inner()
3067 && type != BP_VAR_W in zend_fetch_property_address()
3187 cache_addr, BP_VAR_W, 0 OPLINE_CC EXECUTE_DATA_CC); in zend_assign_to_property_reference()
[all …]
H A Dzend_vm_def.h1746 if (type == BP_VAR_W) {
1773 if (type == BP_VAR_W) {
1825 BP_VAR_W : BP_VAR_R;
1883 BP_VAR_W : BP_VAR_R;
2720 value_ptr = GET_OP2_ZVAL_PTR_PTR(BP_VAR_W);
4404 retval_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
4888 varptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
4925 varptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
5018 varptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
5960 expr_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
[all …]
H A Dzend_compile.c2045 case BP_VAR_W: in zend_adjust_for_fetch_type()
3274 zend_delayed_compile_var(result, var_ast, BP_VAR_W, 0); in zend_compile_assign()
3299 zend_delayed_compile_prop(result, var_ast, BP_VAR_W); in zend_compile_assign()
3318 zend_compile_var(&expr_node, expr_ast, BP_VAR_W, 1); in zend_compile_assign()
3364 zend_compile_var(&source_node, source_ast, BP_VAR_W, 1); in zend_compile_assign_ref()
3625 zend_compile_var(&arg_node, arg, BP_VAR_W, 1); in zend_compile_args()
5034 zend_compile_var(&expr_node, expr_ast, BP_VAR_W, 1); in zend_compile_return()
5408 zend_compile_var(&expr_node, expr_ast, BP_VAR_W, 1); in zend_compile_foreach()
9211 zend_compile_var(&var_node_w, var_ast, BP_VAR_W, 0); in zend_compile_assign_coalesce()
9334 zend_compile_var(&value_node, value_ast, BP_VAR_W, 1); in zend_compile_yield()
[all …]
H A Dzend_object_handlers.c611 && (type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET)) { in zend_std_read_property()
626 if (type == BP_VAR_W || type == BP_VAR_RW) { in zend_std_read_property()
718 (type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET)) { in zend_std_read_property()
H A Dzend_weakrefs.c353 if (type == BP_VAR_W || type == BP_VAR_RW) { in zend_weakmap_read_dimension()
H A Dzend_compile.h953 #define BP_VAR_W 1 macro
H A Dzend_vm_execute.h885 BP_VAR_W : BP_VAR_R; in ZEND_FETCH_STATIC_PROP_FUNC_ARG_SPEC_HANDLER()
9863 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
9890 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
9942 BP_VAR_W : BP_VAR_R; in ZEND_FETCH_FUNC_ARG_SPEC_CONST_UNUSED_HANDLER()
17679 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_TMPVAR_UNUSED()
17706 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_TMPVAR_UNUSED()
17758 BP_VAR_W : BP_VAR_R; in ZEND_FETCH_FUNC_ARG_SPEC_TMPVAR_UNUSED_HANDLER()
22992 BP_VAR_W, opline->extended_value OPLINE_CC EXECUTE_DATA_CC); in ZEND_FETCH_OBJ_W_SPEC_VAR_CONST_HANDLER()
47260 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_CV_UNUSED()
47287 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_CV_UNUSED()
[all …]
H A Dzend_API.c4753 property = zend_std_get_static_property_with_info(scope, name, BP_VAR_W, &prop_info); in zend_update_static_property_ex()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_helpers.c1438 if (type == BP_VAR_W) { in zend_jit_fetch_dim_obj_helper()
1465 zend_jit_fetch_dim_obj_helper(object_ptr, dim, result, BP_VAR_W); in zend_jit_fetch_dim_obj_w_helper()
2050 retval = zobj->handlers->get_property_ptr_ptr(zobj, name, BP_VAR_W, cache_slot); in zend_jit_fetch_obj_w_slow()
2052 retval = zobj->handlers->read_property(zobj, name, BP_VAR_W, cache_slot, result); in zend_jit_fetch_obj_w_slow()
H A Dzend_jit_arm64.dasc5114 if (type == BP_VAR_W) {
5138 if (dim_type == IS_UNDEF && type == BP_VAR_W) {
5336 case BP_VAR_W:
5451 case BP_VAR_W:
5527 case BP_VAR_W:
6093 …if (!zend_jit_fetch_dimension_address_inner(Dst, opline, BP_VAR_W, op1_info, op2_info, dim_type, N…
11509 type = BP_VAR_W;
H A Dzend_jit_x86.dasc5632 if (type == BP_VAR_W) {
5656 if (dim_type == IS_UNDEF && type == BP_VAR_W && packed_loaded) {
5864 case BP_VAR_W:
5976 case BP_VAR_W:
6064 case BP_VAR_W:
6635 …if (!zend_jit_fetch_dimension_address_inner(Dst, opline, BP_VAR_W, op1_info, op2_info, dim_type, N…
12249 type = BP_VAR_W;
/PHP-8.2/ext/simplexml/
H A Dsimplexml.c319 } else if (type == BP_VAR_W || type == BP_VAR_RW) { in sxe_prop_dim_read()
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c4192 variable_ptr = zend_std_get_static_property_with_info(ce, name, BP_VAR_W, &prop_info); in ZEND_METHOD()

Completed in 311 milliseconds