Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_vm_def.h167 op1 = GET_OP1_ZVAL_PTR(BP_VAR_R);
168 op2 = GET_OP2_ZVAL_PTR(BP_VAR_R);
276 op1 = GET_OP1_ZVAL_PTR(BP_VAR_R);
277 op2 = GET_OP2_ZVAL_PTR(BP_VAR_R);
623 op1 = GET_OP1_ZVAL_PTR(BP_VAR_R);
624 op2 = GET_OP2_ZVAL_PTR(BP_VAR_R);
719 op1 = GET_OP1_ZVAL_PTR(BP_VAR_R);
734 GET_OP1_ZVAL_PTR(BP_VAR_R));
1540 case BP_VAR_R:
1572 case BP_VAR_R:
[all …]
H A Dzend_vm_execute.h2640 GET_OP1_UNDEF_CV(val, BP_VAR_R);
2673 GET_OP1_UNDEF_CV(z, BP_VAR_R);
7159 case BP_VAR_R:
7191 case BP_VAR_R:
7215 case BP_VAR_R:
41963 case BP_VAR_R:
41995 case BP_VAR_R:
42019 case BP_VAR_R:
53796 case BP_VAR_R:
53828 case BP_VAR_R:
[all …]
H A Dzend_execute.c225 case BP_VAR_R: in _get_zval_cv_lookup()
1110 (z = Z_OBJ_HT_P(object)->read_dimension(object, property, BP_VAR_R, &rv)) != NULL) { in zend_binary_assign_op_obj_dim()
1376 z = Z_OBJ_HT(obj)->read_property(&obj, property, BP_VAR_R, cache_slot, &rv); in zend_post_incdec_overloaded_property()
1421 zptr = z = Z_OBJ_HT(obj)->read_property(&obj, property, BP_VAR_R, cache_slot, &rv); in zend_pre_incdec_overloaded_property()
1466 z = Z_OBJ_HT(obj)->read_property(&obj, property, BP_VAR_R, cache_slot, &rv); in zend_assign_op_overloaded_property()
1554 case BP_VAR_R: in zend_fetch_dimension_address_inner()
1584 case BP_VAR_R: in zend_fetch_dimension_address_inner()
1602 case BP_VAR_R: in zend_fetch_dimension_address_inner()
1903 zend_fetch_dimension_address_read(result, container, dim, dim_type, BP_VAR_R, 1, 0); in zend_fetch_dimension_address_read_R()
1908 zend_fetch_dimension_address_read(result, container, dim, IS_CV, BP_VAR_R, 1, 1); in zend_fetch_dimension_address_read_R_slow()
[all …]
H A Dzend_compile.c1968 case BP_VAR_R: in zend_adjust_for_fetch_type()
2662 if (type != BP_VAR_R && type != BP_VAR_IS && zend_is_call(ast)) { in zend_separate_if_call_and_write()
2703 if (type == BP_VAR_R || type == BP_VAR_IS) { in zend_delayed_compile_dim()
3010 zend_compile_simple_var_no_cv(&expr_node, expr_ast, BP_VAR_R, 0); in zend_compile_assign()
3033 zend_compile_simple_var_no_cv(&expr_node, expr_ast, BP_VAR_R, 0); in zend_compile_assign()
3179 zend_compile_var(&arg_node, arg, BP_VAR_R); in zend_compile_args()
3201 zend_compile_var(&arg_node, arg, BP_VAR_R); in zend_compile_args()
3707 } else if (zend_string_equals_literal(lcname, "chr") && type == BP_VAR_R) { in zend_try_compile_special_func()
3709 } else if (zend_string_equals_literal(lcname, "ord") && type == BP_VAR_R) { in zend_try_compile_special_func()
7206 zend_compile_simple_var_no_cv(result, expr_ast, BP_VAR_R, 0 ); in zend_compile_silence()
[all …]
H A Dzend_compile.h854 #define BP_VAR_R 0 macro
H A Dzend_object_handlers.c923 if (UNEXPECTED(type == BP_VAR_RW || type == BP_VAR_R)) { in zend_std_get_property_ptr_ptr()
954 if (UNEXPECTED(type == BP_VAR_RW || type == BP_VAR_R)) { in zend_std_get_property_ptr_ptr()
H A Dzend_API.c4076 value = Z_OBJ_HT_P(object)->read_property(object, &property, silent?BP_VAR_IS:BP_VAR_R, NULL, rv); in zend_read_property_ex()
/PHP-7.1/ext/intl/transliterator/
H A Dtransliterator_class.c241 if( ( type != BP_VAR_R && type != BP_VAR_IS ) && in Transliterator_read_property()
/PHP-7.1/ext/spl/
H A Dspl_array.c321 case BP_VAR_R: in spl_array_get_dimension_ptr()
337 case BP_VAR_R: in spl_array_get_dimension_ptr()
371 case BP_VAR_R: in spl_array_get_dimension_ptr()
630 value = spl_array_read_dimension_ex(1, object, offset, BP_VAR_R, &rv); in spl_array_has_dimension_ex()
685 value = spl_array_read_dimension_ex(1, object, offset, BP_VAR_R, &rv); in spl_array_has_dimension_ex()
743 value = spl_array_read_dimension_ex(0, getThis(), index, BP_VAR_R, return_value); in SPL_METHOD()
/PHP-7.1/ext/standard/
H A Darray.c3456 prop = Z_OBJ_HANDLER_P(data, read_property)(data, name, BP_VAR_R, NULL, rv);
/PHP-7.1/ext/date/
H A Dphp_date.c5263 if (type != BP_VAR_IS && type != BP_VAR_R) { in date_period_read_property()

Completed in 219 milliseconds