Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dincomplete_class.c54 if (type == BP_VAR_W || type == BP_VAR_RW) { in incomplete_class_get_property()
/PHP-7.4/Zend/
H A Dzend_execute.c306 case BP_VAR_W: in _get_zval_cv_lookup()
318 if (type == BP_VAR_W) { in _get_zval_ptr_cv()
332 if (type == BP_VAR_W) { in _get_zval_ptr_cv_deref()
1564 offset = zend_check_string_offset(dim, BP_VAR_W EXECUTE_DATA_CC); in zend_assign_to_string_offset()
2152 case BP_VAR_W: in zend_fetch_dimension_address_inner()
2183 case BP_VAR_W: in zend_fetch_dimension_address_inner()
2208 case BP_VAR_W: in zend_fetch_dimension_address_inner()
2227 retval = (type == BP_VAR_W || type == BP_VAR_RW) ? in zend_fetch_dimension_address_inner()
2836 && type != BP_VAR_W in zend_fetch_property_address()
2931 cache_addr, BP_VAR_W, 0, 0 OPLINE_CC EXECUTE_DATA_CC); in zend_assign_to_property_reference()
[all …]
H A Dzend_vm_def.h1810 if (type == BP_VAR_W) {
1829 if (type == BP_VAR_W) {
1880 BP_VAR_W : BP_VAR_R;
1938 BP_VAR_W : BP_VAR_R;
2751 value_ptr = GET_OP2_ZVAL_PTR_PTR(BP_VAR_W);
2798 value_ptr = GET_OP_DATA_ZVAL_PTR_PTR(BP_VAR_W);
2840 value_ptr = GET_OP_DATA_ZVAL_PTR_PTR(BP_VAR_W);
4396 retval_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
4800 varptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
5672 expr_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
[all …]
H A Dzend_compile.c1840 case BP_VAR_W: in zend_adjust_for_fetch_type()
2774 zend_delayed_compile_var(result, var_ast, BP_VAR_W, 0); in zend_compile_assign()
2784 zend_delayed_compile_dim(result, var_ast, BP_VAR_W); in zend_compile_assign()
2807 zend_delayed_compile_prop(result, var_ast, BP_VAR_W); in zend_compile_assign()
2822 zend_compile_var(&expr_node, expr_ast, BP_VAR_W, 1); in zend_compile_assign()
2864 zend_compile_var(&source_node, source_ast, BP_VAR_W, 1); in zend_compile_assign_ref()
3035 zend_compile_var(&arg_node, arg, BP_VAR_W, 1); in zend_compile_args()
4301 zend_compile_var(&expr_node, expr_ast, BP_VAR_W, 1); in zend_compile_return()
4658 zend_compile_var(&expr_node, expr_ast, BP_VAR_W, 1); in zend_compile_foreach()
7637 zend_compile_var(&var_node_w, var_ast, BP_VAR_W, 0); in zend_compile_assign_coalesce()
[all …]
H A Dzend_compile.h890 #define BP_VAR_W 1 macro
H A Dzend_object_handlers.c769 (type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET)) { in zend_std_read_property()
H A Dzend_vm_execute.h924 BP_VAR_W : BP_VAR_R; in ZEND_FETCH_STATIC_PROP_FUNC_ARG_SPEC_HANDLER()
8951 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
8970 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
9021 BP_VAR_W : BP_VAR_R; in ZEND_FETCH_FUNC_ARG_SPEC_CONST_UNUSED_HANDLER()
16647 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_TMPVAR_UNUSED()
16666 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_TMPVAR_UNUSED()
16717 BP_VAR_W : BP_VAR_R; in ZEND_FETCH_FUNC_ARG_SPEC_TMPVAR_UNUSED_HANDLER()
22575 BP_VAR_W, opline->extended_value & ZEND_FETCH_OBJ_FLAGS, 1 OPLINE_CC EXECUTE_DATA_CC); in ZEND_FETCH_OBJ_W_SPEC_VAR_CONST_HANDLER()
45450 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_CV_UNUSED()
45469 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_CV_UNUSED()
[all …]
H A Dzend_API.c4235 property = zend_std_get_static_property_with_info(scope, name, BP_VAR_W, &prop_info); in zend_update_static_property_ex()
/PHP-7.4/ext/spl/
H A Dspl_array.c301 if ((type == BP_VAR_W || type == BP_VAR_RW) && intern->nApplyCount > 0) { in spl_array_get_dimension_ptr()
328 case BP_VAR_W: { in spl_array_get_dimension_ptr()
344 case BP_VAR_W: { in spl_array_get_dimension_ptr()
378 case BP_VAR_W: { in spl_array_get_dimension_ptr()
391 return (type == BP_VAR_W || type == BP_VAR_RW) ? in spl_array_get_dimension_ptr()
436 if ((type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET) && in spl_array_read_dimension_ex()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c342 } else if (type == BP_VAR_W || type == BP_VAR_RW) { in sxe_prop_dim_read()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c3894 variable_ptr = zend_std_get_static_property_with_info(ce, name, BP_VAR_W, &prop_info); in ZEND_METHOD()

Completed in 221 milliseconds