summaryrefslogtreecommitdiff
path: root/tests/lang
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #71897Andrea Faulds2016-05-041-0/+16
* Skip test on ZTS buildDmitry Stogov2016-04-251-0/+1
* Fixed race conditions in testDmitry Stogov2016-04-251-0/+2
* Merge branch 'PHP-7.0'Bob Weinand2016-04-161-1/+2
|\
| * Fix non-/Zend tests tooBob Weinand2016-04-161-1/+2
* | Warn about invalid strings in arithmeticAndrea Faulds2016-03-305-36/+64
* | strpos()/stripos(): Add support for negative offsetsFrancois Laupretre2016-03-091-2/+3
|/
* Remove mentions of "type hint" and "typehint"Levi Morrison2015-12-241-2/+2
* Fix bug #66179Andrea Faulds2015-12-181-2/+2
* Fixed test (shift operators throw Error)Dmitry Stogov2015-07-061-1/+1
* Catch the specifical exceptionXinchen Hui2015-07-036-9/+9
* Introduce ArithmeticErrorBob Weinand2015-07-024-399/+399
* Use DivisionByZeroError instead of exception for %/intdiv()Bob Weinand2015-07-022-410/+410
* Revert "Fixed last previously broken tests"Dmitry Stogov2015-06-294-1089/+1373
* Fixed last previously broken testsBob Weinand2015-06-294-1373/+1089
* Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-144-4/+4
|\
| * Fix typo in Unicode escape testAndrea Faulds2015-06-061-1/+1
| * Show argument causing TypeException in traceNikita Popov2015-05-203-3/+3
* | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-178-8/+8
* | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-179-9/+22
|\ \ | |/
| * Display TypeExceptions like normal exceptionsNikita Popov2015-05-173-3/+16
| * Tweak uncaught exception message displayNikita Popov2015-05-176-6/+6
* | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-166-6/+6
|/
* Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-155-5/+20
* 0.0 / 0.0 = NaNDmitry Stogov2015-04-061-9/+9
* Fixed weird operators behavior. Division by zero now emits warning and return...Dmitry Stogov2015-04-069-404/+444
* Throw ParseException from lexerNikita Popov2015-04-027-7/+7
* Reclassify E_STRICT noticesNikita Popov2015-04-0113-26/+24
* Finish PHP 4 constructor deprecationNikita Popov2015-03-311-1/+1
* Deprecate PHP 4 constructorsAndrea Faulds2015-03-319-11/+11
* Fixed error messagesDmitry Stogov2015-03-201-1/+1
* Fix executor issue with ignoring strict types, which cleans up a bunch of err...Anthony Ferrara2015-03-181-1/+1
* Errors converted to exceptions are not "recoverable" anymore.Dmitry Stogov2015-03-103-3/+3
* Implement engine exceptionsDmitry Stogov2015-03-091-14/+6
* Merge branch 'pull-request/1007'Stanislav Malyshev2015-02-181-0/+94
|\
| * Blast off to space.Andrea Faulds2015-01-291-0/+94
* | Stop using internal array/object pointer in foreach by reference according to...Dmitry Stogov2015-02-121-1/+1
* | Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_for...Dmitry Stogov2015-02-128-272/+152
|/
* Remove preg_replace /e modifierNikita Popov2015-01-261-21/+0
* Remove assignment of new by referenceNikita Popov2015-01-264-19/+11
* Error on invalid octal (fixes PHPSadness #31)Andrea Faulds2015-01-171-0/+8
* Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-2179-79/+79
* Unicode Codepoint Escape SyntaxAndrea Faulds2014-12-199-0/+98
* Merge branch 'PHP-5.6'Anatol Belski2014-12-062-8/+0
|\
| * Fixed bug #65230 setting locale randomly brokenAnatol Belski2014-12-062-8/+0
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-192-2/+2
* | Remove <% and <script language="php"> tagsNikita Popov2014-10-053-51/+1
* | Moved checks and error reporting related to static methods from DO_FCALL inti...Dmitry Stogov2014-10-041-10/+10
* | Mark three foreach tests as XFAILNikita Popov2014-10-033-1/+7
* | Merge branch 'coalesce_operator'Andrea Faulds2014-09-281-0/+79
|\ \