summaryrefslogtreecommitdiff
path: root/Zend/tests/bug78154.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-091-2/+2
| | | | Closes GH-5999
* Trim trailing whitespaces and fix code styleRod Elias2020-05-121-12/+12
| | | | Closes GH-5554.
* Make ASSIGN, ASSIGN_OP, INC and DEC opcodes to return IS_TMP_VAR instead of ↵Dmitry Stogov2020-02-071-12/+15
| | | | | | | | | 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"
* Fixed bug #78154Nikita Popov2019-06-131-0/+23