Home
last modified time | relevance | path

Searched refs:BP_VAR_RW (Results 1 – 10 of 10) sorted by relevance

/PHP-5.4/Zend/
H A Dzend_language_parser.y731 …r { zend_check_writable_variable(&$1); zend_do_end_variable_parse(&$1, BP_VAR_RW, 0 TSRMLS_CC); z…
732 …pr { zend_check_writable_variable(&$1); zend_do_end_variable_parse(&$1, BP_VAR_RW, 0 TSRMLS_CC); z…
733 …r { zend_check_writable_variable(&$1); zend_do_end_variable_parse(&$1, BP_VAR_RW, 0 TSRMLS_CC); z…
734 …r { zend_check_writable_variable(&$1); zend_do_end_variable_parse(&$1, BP_VAR_RW, 0 TSRMLS_CC); z…
736 …r { zend_check_writable_variable(&$1); zend_do_end_variable_parse(&$1, BP_VAR_RW, 0 TSRMLS_CC); z…
737 …r { zend_check_writable_variable(&$1); zend_do_end_variable_parse(&$1, BP_VAR_RW, 0 TSRMLS_CC); z…
738 … { zend_check_writable_variable(&$1); zend_do_end_variable_parse(&$1, BP_VAR_RW, 0 TSRMLS_CC); z…
739 … { zend_check_writable_variable(&$1); zend_do_end_variable_parse(&$1, BP_VAR_RW, 0 TSRMLS_CC); z…
740 …pr { zend_check_writable_variable(&$1); zend_do_end_variable_parse(&$1, BP_VAR_RW, 0 TSRMLS_CC); z…
741 …pr { zend_check_writable_variable(&$1); zend_do_end_variable_parse(&$1, BP_VAR_RW, 0 TSRMLS_CC); z…
[all …]
H A Dzend_vm_def.h334 zval **object_ptr = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_RW);
475 var_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_RW);
598 object_ptr = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_RW);
702 object_ptr = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_RW);
800 var_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_RW);
847 var_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_RW);
894 var_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_RW);
937 var_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_RW);
1070 case BP_VAR_RW:
1225 container = GET_OP1_ZVAL_PTR_PTR(BP_VAR_RW);
[all …]
H A Dzend_execute.c202 case BP_VAR_RW: in _get_zval_cv_lookup()
1033 case BP_VAR_RW: in zend_fetch_dimension_address_inner()
1065 case BP_VAR_RW: in zend_fetch_dimension_address_inner()
1081 return (type == BP_VAR_W || type == BP_VAR_RW) ? in zend_fetch_dimension_address_inner()
H A Dzend_vm_execute.h3300 case BP_VAR_RW: in zend_fetch_var_address_helper_SPEC_CONST_CONST()
4808 case BP_VAR_RW: in zend_fetch_var_address_helper_SPEC_CONST_VAR()
5371 case BP_VAR_RW: in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
7782 case BP_VAR_RW: in zend_fetch_var_address_helper_SPEC_TMP_CONST()
9152 case BP_VAR_RW: in zend_fetch_var_address_helper_SPEC_TMP_VAR()
9713 case BP_VAR_RW: in zend_fetch_var_address_helper_SPEC_TMP_UNUSED()
12786 case BP_VAR_RW: in zend_fetch_var_address_helper_SPEC_VAR_CONST()
17048 case BP_VAR_RW: in zend_fetch_var_address_helper_SPEC_VAR_VAR()
18869 case BP_VAR_RW: in zend_fetch_var_address_helper_SPEC_VAR_UNUSED()
28616 case BP_VAR_RW: in zend_fetch_var_address_helper_SPEC_CV_CONST()
[all …]
H A Dzend_compile.h728 #define BP_VAR_RW 2 macro
H A Dzend_object_handlers.c475 (type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET)) { in zend_std_read_property()
H A Dzend_compile.c1360 case BP_VAR_RW: in zend_do_end_variable_parse()
/PHP-5.4/ext/standard/
H A Dincomplete_class.c61 if (type == BP_VAR_W || type == BP_VAR_RW) { in incomplete_class_get_property()
/PHP-5.4/ext/spl/
H A Dspl_array.c313 if ((type == BP_VAR_W || type == BP_VAR_RW) && (ht->nApplyCount > 0)) { in spl_array_get_dimension_ptr_ptr()
331 case BP_VAR_RW: in spl_array_get_dimension_ptr_ptr()
359 case BP_VAR_RW: in spl_array_get_dimension_ptr_ptr()
371 return (type == BP_VAR_W || type == BP_VAR_RW) ? in spl_array_get_dimension_ptr_ptr()
405 …if ((type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET) && !Z_ISREF_PP(ret) && ret != … in spl_array_read_dimension_ex()
863 return spl_array_get_dimension_ptr_ptr(1, object, member, BP_VAR_RW TSRMLS_CC); in spl_array_get_property_ptr_ptr()
/PHP-5.4/ext/simplexml/
H A Dsimplexml.c352 } else if (type == BP_VAR_W || type == BP_VAR_RW) { in sxe_prop_dim_read()

Completed in 163 milliseconds