summaryrefslogtreecommitdiff
path: root/Zend/tests/assert
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-032-113/+113
* 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
* | Merge branch 'PHP-7.4'Nikita Popov2019-09-261-0/+4
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-261-0/+4
| |\
| | * Fix null-pointer deref in if stmt printingNikita Popov2019-09-261-0/+4
* | | Merge branch 'PHP-7.4'Nikita Popov2019-06-281-0/+17
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-281-0/+17
| |\ \ | | |/
| | * Fix bugs in AST printersunnyeo2019-06-281-0/+17
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-152-2/+2
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-152-2/+2
* | | Remove special treatment of strings in assertsNikita Popov2019-01-292-45/+0
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-152-2/+2
|/ /
* | Remove extra semicolonsGabriel Caruso2018-07-261-1/+1
* | Merge branch 'PHP-7.2'Nikita Popov2018-06-291-2/+2
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-291-2/+2
| |\
| | * Fix nullable type pretty-printingNikita Popov2018-06-291-2/+2
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-202-2/+2
* | | Add _IS_NUMBER as cast_object() target typeNikita Popov2017-12-261-1/+1
|/ /
* | Deprecate assert() with string argumentNikita Popov2017-02-032-1/+4
|/
* Allow for [] = $array; (alias for list())Bob Weinand2016-05-201-1/+1
* Mark assert() as INDIRECT_VAR_ACCESSNikita Popov2016-05-171-0/+19
* Fix missed assertion testsAaron Piotrowski2015-10-182-3/+3
* Fixed bug #70528 (assert() with instanceof adds apostrophes around class name)Xinchen Hui2015-09-191-0/+23
* Fixed bug #70208 (Assert breaking access on objects)Bob Weinand2015-08-081-0/+23
* Handle empty (NULL) stmt in ast_exportnikita22062015-07-161-0/+11
* Changed AssertionException to AssertionErrorAaron Piotrowski2015-06-149-12/+12
* 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
* Tweak uncaught exception message displayNikita Popov2015-05-175-5/+5
* 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-0219-0/+657