Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_vm_def.h167 op1 = GET_OP1_ZVAL_PTR(BP_VAR_R);
168 op2 = GET_OP2_ZVAL_PTR(BP_VAR_R);
220 op1 = GET_OP1_ZVAL_PTR(BP_VAR_R);
221 op2 = GET_OP2_ZVAL_PTR(BP_VAR_R);
235 op1 = GET_OP1_ZVAL_PTR(BP_VAR_R);
236 op2 = GET_OP2_ZVAL_PTR(BP_VAR_R);
250 op1 = GET_OP1_ZVAL_PTR(BP_VAR_R);
251 op2 = GET_OP2_ZVAL_PTR(BP_VAR_R);
672 GET_OP1_ZVAL_PTR(BP_VAR_R));
1580 case BP_VAR_R:
[all …]
H A Dzend_vm_execute.h5071 case BP_VAR_R:
5092 case BP_VAR_R:
7039 case BP_VAR_R:
7060 case BP_VAR_R:
7557 case BP_VAR_R:
7578 case BP_VAR_R:
31489 case BP_VAR_R:
33729 case BP_VAR_R:
34689 case BP_VAR_R:
41963 case BP_VAR_R:
[all …]
H A Dzend_execute.c238 case BP_VAR_R: in _get_zval_cv_lookup()
1249 zval *value = get_zval_ptr_deref(value_type, value_op, execute_data, &free_value, BP_VAR_R); in zend_assign_to_object_dim()
1286 (z = Z_OBJ_HT_P(object)->read_dimension(object, property, BP_VAR_R, &rv)) != NULL) { in zend_binary_assign_op_obj_dim()
1374 z = Z_OBJ_HT(obj)->read_property(&obj, property, BP_VAR_R, cache_slot, &rv); in zend_post_incdec_overloaded_property()
1419 zptr = z = Z_OBJ_HT(obj)->read_property(&obj, property, BP_VAR_R, cache_slot, &rv); in zend_pre_incdec_overloaded_property()
1464 z = Z_OBJ_HT(obj)->read_property(&obj, property, BP_VAR_R, cache_slot, &rv); in zend_assign_op_overloaded_property()
1560 case BP_VAR_R: in zend_fetch_dimension_address_inner()
1591 case BP_VAR_R: in zend_fetch_dimension_address_inner()
1609 case BP_VAR_R: in zend_fetch_dimension_address_inner()
1906 zend_fetch_dimension_address_read(result, container, dim, dim_type, BP_VAR_R); in zend_fetch_dimension_address_read_R()
H A Dzend_compile.h827 #define BP_VAR_R 0 macro
H A Dzend_object_handlers.c869 if (UNEXPECTED(type == BP_VAR_RW || type == BP_VAR_R)) { in zend_std_get_property_ptr_ptr()
900 if (UNEXPECTED(type == BP_VAR_RW || type == BP_VAR_R)) { in zend_std_get_property_ptr_ptr()
H A Dzend_compile.c1825 case BP_VAR_R: in zend_adjust_for_fetch_type()
2281 if (type != BP_VAR_R && type != BP_VAR_IS && zend_is_call(ast)) { in zend_separate_if_call_and_write()
2322 if (type == BP_VAR_R || type == BP_VAR_IS) { in zend_delayed_compile_dim()
2596 zend_compile_simple_var_no_cv(&expr_node, expr_ast, BP_VAR_R, 0); in zend_compile_assign()
2619 zend_compile_simple_var_no_cv(&expr_node, expr_ast, BP_VAR_R, 0); in zend_compile_assign()
2757 zend_compile_var(&arg_node, arg, BP_VAR_R); in zend_compile_args()
2776 zend_compile_var(&arg_node, arg, BP_VAR_R); in zend_compile_args()
6503 zend_compile_simple_var_no_cv(result, expr_ast, BP_VAR_R, 0 ); in zend_compile_silence()
7214 zend_compile_var(result, ast, BP_VAR_R); in zend_compile_expr()
H A Dzend_API.c4036 value = Z_OBJ_HT_P(object)->read_property(object, &property, silent?BP_VAR_IS:BP_VAR_R, NULL, rv); in zend_read_property()
/PHP-7.0/ext/intl/transliterator/
H A Dtransliterator_class.c249 if( ( type != BP_VAR_R && type != BP_VAR_IS ) && in Transliterator_read_property()
/PHP-7.0/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.0/ext/date/
H A Dphp_date.c5133 if (type != BP_VAR_IS && type != BP_VAR_R) { in date_period_read_property()
/PHP-7.0/ext/standard/
H A Darray.c3412 prop = Z_OBJ_HANDLER_P(data, read_property)(data, name, BP_VAR_R, NULL, rv);

Completed in 253 milliseconds