summaryrefslogtreecommitdiff
path: root/Zend/tests/assert/expect_015.phpt
Commit message (Expand)AuthorAgeFilesLines
* Implement named parametersNikita Popov2020-07-311-0/+2
* Add AST export support for nullsafe operatorNikita Popov2020-07-271-0/+4
* refactor: class constants parsingmoliata2020-07-061-2/+2
* Handle static return type in AST printerNikita Popov2020-02-191-8/+8
* Reindent phpt filesNikita Popov2020-02-031-111/+111
* Merge branch 'PHP-7.4'Nikita Popov2019-12-041-2/+2
|\
| * Fix AST printing of nullable builtin typesNikita Popov2019-12-041-2/+2
* | Implement union typesNikita Popov2019-11-081-2/+2
|/
* Fix null-pointer deref in if stmt printingNikita Popov2019-09-261-0/+4
* Fix nullable type pretty-printingNikita Popov2018-06-291-2/+2
* Allow for [] = $array; (alias for list())Bob Weinand2016-05-201-1/+1
* Revert "Revert "Expand optimizations regarding short-circuting a bit""Bob Weinand2015-06-141-6/+0
* Revert "Expand optimizations regarding short-circuting a bit"Xinchen Hui2015-06-141-0/+6
* Expand optimizations regarding short-circuting a bitBob Weinand2015-06-141-6/+0
* Add "yield from" support to ast pretty printerNikita Popov2015-04-141-0/+2
* Handle incorrect break/continue statements at compile-timeDmitry Stogov2015-04-011-22/+26
* Improved assert() according to expectations RFC.Dmitry Stogov2015-03-021-0/+295