summaryrefslogtreecommitdiff
path: root/ext/standard/tests/assert
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | Added 2nd, optional, param to assert. When passed in it will be added to the printed warnings and passed as a 4th param to a callback. PR 150 by Lonny Kapelushnik
* | 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
| | | | | Added .cvsignore
* @ - assert() now accepts the array(&$obj,"methodname") syntax. (Thies)Thies C. Arntzen2001-07-091-7/+25
| | | | | + some cleanups
* added test for assertThies C. Arntzen2001-07-091-0/+21