php-src/tests
Dmitry Stogov 64b40f69dc Make ASSIGN, ASSIGN_OP, INC and DEC opcodes to return IS_TMP_VAR instead of IS_VAR.
This helps to avoid unnecessary IS_REFERENCE checks.
This changes some notices "Only variables should be passed by reference" to exception "Cannot pass parameter %d by reference".

Also, for consistency, compile-time fatal error "Only variables can be passed by reference" was converted to exception "Cannot pass parameter %d by reference"
2020-02-07 13:36:52 +03:00
..
basic Reindent phpt files 2020-02-03 22:52:20 +01:00
classes Make ASSIGN, ASSIGN_OP, INC and DEC opcodes to return IS_TMP_VAR instead of IS_VAR. 2020-02-07 13:36:52 +03:00
func Reindent phpt files 2020-02-03 22:52:20 +01:00
lang Make ASSIGN, ASSIGN_OP, INC and DEC opcodes to return IS_TMP_VAR instead of IS_VAR. 2020-02-07 13:36:52 +03:00
output Reindent phpt files 2020-02-03 22:52:20 +01:00
run-test Remove track_errors and $php_errormsg 2019-01-28 15:58:23 +01:00
security Reindent phpt files 2020-02-03 22:52:20 +01:00
strings Reindent phpt files 2020-02-03 22:52:20 +01:00
quicktester.inc Reindent phpt files 2020-02-03 22:52:20 +01:00