summaryrefslogtreecommitdiff
path: root/ext/standard/tests/assert
Commit message (Expand)AuthorAgeFilesLines
* Clean DONE tags from testsFabien Villepinte2019-11-071-2/+0
* Promote warnings to errors in assert_options()George Peter Banyard2019-08-291-0/+13
* Adjust tests for zpp TypeError changeNikita Popov2019-03-111-15/+0
* Merge branch 'PHP-7.4'Nikita Popov2019-03-071-35/+0
|\
| * More zpp error/variation test removalsNikita Popov2019-03-071-39/+0
* | Remove special treatment of strings in assertsNikita Popov2019-01-2919-323/+44
|/
* Remove some mentions of RECOVERABLE_ERROR in testsNikita Popov2018-11-151-7/+0
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-154-4/+0
* Trim trailing whitespace in *.phptPeter Kokot2018-10-147-7/+7
* Trim trailing whitespace in testsGabriel Caruso2018-10-1413-32/+32
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-202-2/+2
* Use int instead of integer in type errorsGabriel Caruso2018-02-042-2/+2
* Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecationRowan Collins2017-03-231-1/+1
* Deprecate assert() with string argumentNikita Popov2017-02-0313-3/+49
* Remove more PHP 6 leftovers from testsNikita Popov2016-11-241-1/+1
* Fixed bug #73303Nikita Popov2016-11-181-0/+23
* Implement \ArgumentCountError exceptionDavey Shafik2016-08-301-1/+1
* Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-053-28/+46
|\
| * E_RECOVERABLE_ERROR -> thrown ErrorAaron Piotrowski2016-06-143-28/+46
* | Implemented RFC: Replace "Missing argument" warning with "Too few arguments" ...Dmitry Stogov2016-06-161-3/+6
|/
* Always return boolean from assertAaron Piotrowski2015-10-184-9/+24
* Fix assert() implementation to match docsAaron Piotrowski2015-10-171-0/+15
* Reclassify E_STRICT noticesNikita Popov2015-04-011-1/+1
* Improved assert() according to expectations RFC.Dmitry Stogov2015-03-027-14/+12
* Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-212-2/+2
* Don't depend on exact parse error messages in assert testsNikita Popov2014-08-292-2/+2
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-101-0/+0
| * Fixed typo in tests (thx Eyal)Patrick Allaert2010-10-051-1/+1
* | assert() user messageLars Strojny2012-08-316-7/+107
* | Fixed typo in tests (thx Eyal)Patrick Allaert2010-10-051-1/+1
|/
* Fix INI blocksChristopher Jones2009-03-172-2/+2
* added INI and fixed assert02 to run on PHP6 and PHP53Zoe Slattery2009-01-254-11/+34
* - MFH: New parameter parsing APIFelipe Pena2008-07-232-7/+7
* Support for closuresDmitry Stogov2008-07-171-0/+16
* - Fix testsMarcus Boerger2008-02-021-1/+1
* WSIlia Alshanetsky2007-08-121-1/+1
* Assert test casesZoe Slattery2007-07-139-0/+392
* Fixed testDmitry Stogov2007-05-021-2/+2
* add new tests by <zoe dot slattery at googlemail dot co dot uk>Antony Dovgal2006-12-082-0/+74
* Fixed testIlia Alshanetsky2006-07-111-2/+2
* Make everyone happyHannes Magnusson2006-07-031-2/+2
* Fixed testIlia Alshanetsky2006-07-031-2/+2
* fix testsHannes Magnusson2006-07-031-4/+4
* fixed segfaults and such things within the new assert02.phpt testNuno Lopes2006-07-011-0/+42
* - fix testfoobar2004-02-161-2/+2
* Made assert test pass on systems with short open tags disabled.Edin Kadribasic2001-10-061-1/+1
* @ - assert() now accepts the array(&$obj,"methodname") syntax. (Thies)Thies C. Arntzen2001-07-091-7/+25
* added test for assertThies C. Arntzen2001-07-091-0/+21