Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dincomplete_class.c55 if (type == BP_VAR_W || type == BP_VAR_RW) { in incomplete_class_get_property()
/PHP-8.0/ext/spl/
H A Dspl_array.c289 if ((type == BP_VAR_W || type == BP_VAR_RW) && intern->nApplyCount > 0) { in spl_array_get_dimension_ptr()
316 case BP_VAR_W: { in spl_array_get_dimension_ptr()
332 case BP_VAR_W: { in spl_array_get_dimension_ptr()
366 case BP_VAR_W: { in spl_array_get_dimension_ptr()
379 return (type == BP_VAR_W || type == BP_VAR_RW) ? in spl_array_get_dimension_ptr()
424 if ((type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET) && in spl_array_read_dimension_ex()
/PHP-8.0/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()
1554 offset = zend_check_string_offset(dim, BP_VAR_W EXECUTE_DATA_CC); in zend_assign_to_string_offset()
2163 case BP_VAR_W: in zend_fetch_dimension_address_inner()
2194 case BP_VAR_W: in zend_fetch_dimension_address_inner()
2219 case BP_VAR_W: in zend_fetch_dimension_address_inner()
2238 retval = (type == BP_VAR_W || type == BP_VAR_RW) ? in zend_fetch_dimension_address_inner()
2845 && type != BP_VAR_W in zend_fetch_property_address()
2950 cache_addr, BP_VAR_W, 0, 0 OPLINE_CC EXECUTE_DATA_CC); in zend_assign_to_property_reference()
[all …]
H A Dzend_vm_def.h1738 if (type == BP_VAR_W) {
1757 if (type == BP_VAR_W) {
1808 BP_VAR_W : BP_VAR_R;
1866 BP_VAR_W : BP_VAR_R;
2687 value_ptr = GET_OP2_ZVAL_PTR_PTR(BP_VAR_W);
4375 retval_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
4857 varptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
4894 varptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
4987 varptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
5901 expr_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
[all …]
H A Dzend_compile.c2010 case BP_VAR_W: in zend_adjust_for_fetch_type()
3089 zend_delayed_compile_var(result, var_ast, BP_VAR_W, 0); in zend_compile_assign()
3101 zend_delayed_compile_dim(result, var_ast, BP_VAR_W); in zend_compile_assign()
3127 zend_delayed_compile_prop(result, var_ast, BP_VAR_W); in zend_compile_assign()
3144 zend_compile_var(&expr_node, expr_ast, BP_VAR_W, 1); in zend_compile_assign()
3189 zend_compile_var(&source_node, source_ast, BP_VAR_W, 1); in zend_compile_assign_ref()
3448 zend_compile_var(&arg_node, arg, BP_VAR_W, 1); in zend_compile_args()
4782 zend_compile_var(&expr_node, expr_ast, BP_VAR_W, 1); in zend_compile_return()
5156 zend_compile_var(&expr_node, expr_ast, BP_VAR_W, 1); in zend_compile_foreach()
8539 zend_compile_var(&var_node_w, var_ast, BP_VAR_W, 0); in zend_compile_assign_coalesce()
[all …]
H A Dzend_weakrefs.c331 if (type == BP_VAR_W || type == BP_VAR_RW) { in zend_weakmap_read_dimension()
H A Dzend_compile.h914 #define BP_VAR_W 1 macro
H A Dzend_object_handlers.c651 (type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET)) { in zend_std_read_property()
H A Dzend_vm_execute.h885 BP_VAR_W : BP_VAR_R; in ZEND_FETCH_STATIC_PROP_FUNC_ARG_SPEC_HANDLER()
4304 retval_ptr = get_zval_ptr_ptr(opline->op1_type, opline->op1, BP_VAR_W); in ZEND_RETURN_BY_REF_SPEC_OBSERVER_HANDLER()
9521 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
9540 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
9591 BP_VAR_W : BP_VAR_R; in ZEND_FETCH_FUNC_ARG_SPEC_CONST_UNUSED_HANDLER()
17338 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_TMPVAR_UNUSED()
17357 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_TMPVAR_UNUSED()
17408 BP_VAR_W : BP_VAR_R; in ZEND_FETCH_FUNC_ARG_SPEC_TMPVAR_UNUSED_HANDLER()
46463 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_CV_UNUSED()
46482 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_CV_UNUSED()
[all …]
H A Dzend_API.c4263 property = zend_std_get_static_property_with_info(scope, name, BP_VAR_W, &prop_info); in zend_update_static_property_ex()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c1434 zend_jit_fetch_dim_obj_helper(object_ptr, dim, result, BP_VAR_W); in zend_jit_fetch_dim_obj_w_helper()
2015 retval = zobj->handlers->get_property_ptr_ptr(zobj, name, BP_VAR_W, cache_slot); in zend_jit_fetch_obj_w_slow()
2017 retval = zobj->handlers->read_property(zobj, name, BP_VAR_W, cache_slot, result); in zend_jit_fetch_obj_w_slow()
H A Dzend_jit_x86.dasc5544 if (type == BP_VAR_W) {
5752 case BP_VAR_W:
5900 case BP_VAR_W:
5986 case BP_VAR_W:
6548 …if (!zend_jit_fetch_dimension_address_inner(Dst, opline, BP_VAR_W, op1_info, op2_info, NULL, NULL,…
12423 type = BP_VAR_W;
/PHP-8.0/ext/simplexml/
H A Dsimplexml.c332 } else if (type == BP_VAR_W || type == BP_VAR_RW) { in sxe_prop_dim_read()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c3935 variable_ptr = zend_std_get_static_property_with_info(ce, name, BP_VAR_W, &prop_info); in ZEND_METHOD()

Completed in 295 milliseconds