1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 11:32:11 +02:00
Files
archived-php-src/ext/opcache/Optimizer
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
..
2019-11-08 15:15:48 +01:00
2019-02-05 10:33:28 +03:00
2019-12-05 14:55:22 +01:00
2019-11-08 15:15:48 +01:00
2019-02-05 10:33:28 +03:00
2019-12-16 12:25:40 +03:00
2020-01-16 19:14:31 +01:00
2019-02-05 10:33:28 +03:00
2019-10-09 13:48:39 +03:00
2020-01-16 19:14:31 +01:00
2019-02-05 10:33:28 +03:00
2019-05-28 11:23:02 +02:00
2019-10-14 21:49:08 +03:00
2019-10-03 02:18:16 +03:00
2019-02-05 10:33:28 +03:00