Home
last modified time | relevance | path

Searched refs:BP_VAR_FUNC_ARG (Results 1 – 6 of 6) sorted by relevance

/php-src/Zend/tests/
H A Dgh12102_1.phpt2 GH-12102: Incorrect "Cannot use temporary expression in write context" error for BP_VAR_FUNC_ARG
H A Dgh12102_3.phpt2 GH-12102: Incorrect "Cannot use temporary expression in write context" error for BP_VAR_FUNC_ARG
H A Dgh12102_2.phpt2 GH-12102: Incorrect "Cannot use temporary expression in write context" error for BP_VAR_FUNC_ARG
/php-src/Zend/tests/offsets/
H A Dtest_offset_helpers.inc54 4 => 'BP_VAR_FUNC_ARG',
/php-src/Zend/
H A Dzend_compile.h1001 #define BP_VAR_FUNC_ARG 4 macro
H A Dzend_compile.c2202 case BP_VAR_FUNC_ARG: in zend_adjust_for_fetch_type()
2972 && type != BP_VAR_FUNC_ARG in zend_separate_if_call_and_write()
3187 if (by_ref && (type == BP_VAR_W || type == BP_VAR_FUNC_ARG)) { /* shared with cache_slot */ in zend_compile_static_prop()
3809 zend_compile_var(&arg_node, arg, BP_VAR_FUNC_ARG, 1); in zend_compile_args()

Completed in 58 milliseconds