Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_vm_def.h35 GET_OP1_ZVAL_PTR(BP_VAR_R),
50 GET_OP1_ZVAL_PTR(BP_VAR_R),
65 GET_OP1_ZVAL_PTR(BP_VAR_R),
80 GET_OP1_ZVAL_PTR(BP_VAR_R),
95 GET_OP1_ZVAL_PTR(BP_VAR_R),
110 GET_OP1_ZVAL_PTR(BP_VAR_R),
125 GET_OP1_ZVAL_PTR(BP_VAR_R),
140 GET_OP1_ZVAL_PTR(BP_VAR_R),
155 GET_OP1_ZVAL_PTR(BP_VAR_R),
1071 case BP_VAR_R:
[all …]
H A Dzend_language_parser.y731 …call { zend_do_pop_object(&$$ TSRMLS_CC); zend_do_end_variable_parse(&$2, BP_VAR_R, 0 TSRMLS_CC); }
807 | combined_scalar_offset { zend_do_end_variable_parse(&$1, BP_VAR_R, 0 TSRMLS_CC); }
861 …_NEKUDOTAYIM variable_without_objects { zend_do_end_variable_parse(&$3, BP_VAR_R, 0 TSRMLS_CC); ze…
865 …_NEKUDOTAYIM variable_without_objects { zend_do_end_variable_parse(&$3, BP_VAR_R, 0 TSRMLS_CC); ze…
867 …| variable_without_objects { zend_do_end_variable_parse(&$1, BP_VAR_R, 0 TSRMLS_CC); zend_do_begin…
888 …| dynamic_class_name_reference { zend_do_end_variable_parse(&$1, BP_VAR_R, 0 TSRMLS_CC); zend_do_f…
1006 variable { zend_do_end_variable_parse(&$1, BP_VAR_R, 0 TSRMLS_CC); $$ = $1; }
1065 reference_variable { zend_do_end_variable_parse(&$1, BP_VAR_R, 0 TSRMLS_CC); $$=$1;; }
1156 …encaps_list encaps_var { zend_do_end_variable_parse(&$2, BP_VAR_R, 0 TSRMLS_CC); zend_do_add_vari…
1158 …| encaps_var { zend_do_end_variable_parse(&$1, BP_VAR_R, 0 TSRMLS_CC); zend_do_add_variable(&$$, N…
[all …]
H A Dzend_vm_execute.h3434 case BP_VAR_R: in zend_fetch_var_address_helper_SPEC_CONST_CONST()
5307 case BP_VAR_R: in zend_fetch_var_address_helper_SPEC_CONST_VAR()
6052 case BP_VAR_R: in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
8797 case BP_VAR_R: in zend_fetch_var_address_helper_SPEC_TMP_CONST()
10537 case BP_VAR_R: in zend_fetch_var_address_helper_SPEC_TMP_VAR()
11284 case BP_VAR_R: in zend_fetch_var_address_helper_SPEC_TMP_UNUSED()
14688 case BP_VAR_R: in zend_fetch_var_address_helper_SPEC_VAR_CONST()
19307 case BP_VAR_R: in zend_fetch_var_address_helper_SPEC_VAR_VAR()
21300 case BP_VAR_R: in zend_fetch_var_address_helper_SPEC_VAR_UNUSED()
32222 case BP_VAR_R: in zend_fetch_var_address_helper_SPEC_CV_CONST()
[all …]
H A Dzend_objects_API.c378 …return Z_OBJ_HT_P(probj->object)->read_property(probj->object, probj->property, BP_VAR_R, 0 TSRMLS… in zend_object_proxy_get()
H A Dzend_execute.c197 case BP_VAR_R: in _get_zval_cv_lookup()
662 zval *value = get_zval_ptr(value_type, value_op, execute_data, &free_value, BP_VAR_R); in zend_assign_to_object()
1025 case BP_VAR_R: in zend_fetch_dimension_address_inner()
1057 case BP_VAR_R: in zend_fetch_dimension_address_inner()
H A Dzend_compile.h756 #define BP_VAR_R 0 macro
H A Dzend_compile.c1340 if (type != BP_VAR_R && type != BP_VAR_IS) { in zend_do_end_variable_parse()
1355 case BP_VAR_R: in zend_do_end_variable_parse()
1978 zend_do_end_variable_parse(left_bracket, BP_VAR_R, 0 TSRMLS_CC); in zend_do_begin_method_call()
2617 zend_do_end_variable_parse(param, BP_VAR_R, 0 TSRMLS_CC); in zend_do_pass_param()
2621 zend_do_end_variable_parse(param, BP_VAR_R, 0 TSRMLS_CC); in zend_do_pass_param()
2707 zend_do_end_variable_parse(expr, BP_VAR_R, 0 TSRMLS_CC); in zend_do_return()
2767 zend_do_end_variable_parse(value, BP_VAR_R, 0 TSRMLS_CC); in zend_do_yield()
6123 zend_do_end_variable_parse(variable, BP_VAR_R, 0 TSRMLS_CC); in zend_do_indirect_references()
H A Dzend_object_handlers.c779 if (UNEXPECTED(type == BP_VAR_RW || type == BP_VAR_R)) { in zend_std_get_property_ptr_ptr()
H A Dzend_API.c3922 …value = Z_OBJ_HT_P(object)->read_property(object, property, silent?BP_VAR_IS:BP_VAR_R, 0 TSRMLS_CC… in zend_read_property()
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c290 if( ( type != BP_VAR_R && type != BP_VAR_IS ) && in Transliterator_read_property()
/PHP-5.5/ext/spl/
H A Dspl_array.c325 case BP_VAR_R: in spl_array_get_dimension_ptr_ptr()
353 case BP_VAR_R: in spl_array_get_dimension_ptr_ptr()
705 value = spl_array_read_dimension_ex(0, getThis(), index, BP_VAR_R TSRMLS_CC); in SPL_METHOD()
/PHP-5.5/ext/date/
H A Dphp_date.c5006 if (type != BP_VAR_IS && type != BP_VAR_R) { in date_period_read_property()

Completed in 230 milliseconds