summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* fix tests on freebsdHannes Magnusson2006-08-271-2/+2
|
* - SpelingMarcus Boerger2006-08-081-1/+1
|
* - MFH Fixed Bug #38064 ignored constructor visibilityMarcus Boerger2006-08-071-0/+69
|
* typofixAntony Dovgal2006-07-171-1/+1
|
* there is no Unicode in 5_2Antony Dovgal2006-07-111-54/+0
|
* fix testsAntony Dovgal2006-07-052-2/+2
|
* - Add new testsMarcus Boerger2006-05-302-0/+42
|
* - MFH Sync error messages and simplify error message generation codeMarcus Boerger2006-05-261-1/+1
|
* - MFH improve error messagesMarcus Boerger2006-05-215-5/+5
|
* - MFH Add new testsMarcus Boerger2006-05-202-0/+66
|
* fix testAntony Dovgal2006-05-191-1/+1
|
* fix testAntony Dovgal2006-05-161-1/+1
|
* - Update tests after MFHMarcus Boerger2006-05-104-2/+44
|
* - No more ze1Marcus Boerger2006-05-101-131/+0
|
* - Hardcoded error mode was changed to 8191Marcus Boerger2006-05-103-3/+3
|
* - MFH testsMarcus Boerger2006-05-1010-129/+298
|
* - MFH Constructors in interfacesMarcus Boerger2006-05-104-0/+103
|
* - add test for multipart POSTPierre Joye2006-05-031-0/+42
| | | | | - also first example of the POST_RAW section
* more POST+array testsAntony Dovgal2006-05-038-0/+155
|
* - Need to set precision in iniMarcus Boerger2005-12-301-0/+2
|
* - Fix testMarcus Boerger2005-12-301-0/+64
|
* Test fixesIlia Alshanetsky2005-12-182-5/+5
|
* - MFH Add missing prefixesMarcus Boerger2005-12-184-5/+5
|
* - MFH SpelingMarcus Boerger2005-12-181-1/+1
|
* - MFH Fix Bug #35720 A final constructor can be overwrittenMarcus Boerger2005-12-172-0/+58
|
* - Add/fix testsMarcus Boerger2005-12-161-1/+2
|
* fix testfoobar2005-11-261-2/+2
|
* - MFH Add new testMarcus Boerger2005-11-261-0/+9
|
* Updated tests to use [] instead of {}Ilia Alshanetsky2005-11-164-17/+17
|
* - MFH Add new testMarcus Boerger2005-11-151-0/+60
|
* Fixed bug #35176 (include()/require()/*_once() produce wrong error messages ↵Dmitry Stogov2005-11-151-0/+14
| | | | about main())
* MFH: Fixed test for cygwin installsIlia Alshanetsky2005-10-201-1/+4
|
* - Add new testMarcus Boerger2005-10-061-0/+33
|
* - Fix tests due to changes in the error messages.foobar2005-09-153-3/+3
| | | | | # Also nuked some CRLF's
* Fixed bug #33996 (No information given for fatal error on passing invalid ↵Dmitry Stogov2005-08-052-2/+2
| | | | value to typed argument)
* fix test when include_path does NOT have . in itfoobar2005-08-021-0/+1
|
* fix testfoobar2005-07-311-1/+1
|
* $context is not longer passed by reference, so its modification has no effectDmitry Stogov2005-07-221-2/+4
|
* - Add test to verify all ArrayAccess methods can throwMarcus Boerger2005-07-191-0/+58
|
* - Add test to verify all iterator methods can throwMarcus Boerger2005-07-191-0/+43
|
* fix tests that started to fail after the last change in ZEAntony Dovgal2005-07-122-5/+5
| | | | | (noticed by Nuno)
* fix test when session.save_handler is "user"foobar2005-07-081-0/+1
|
* Fixed bug #33512 (Add missing support for isset()/unset() overloading to ↵Dmitry Stogov2005-07-072-0/+8
| | | | complement the property get/set methods). Now empty($obj[...]) works proper but in addition it may call offsetGet() method.
* UTC is betterfoobar2005-07-041-1/+1
|
* fix testfoobar2005-07-041-0/+2
|
* Don't really need the ZE2 check since this is in HEADRasmus Lerdorf2005-06-231-2/+0
|
* test for derived method name clashesRasmus Lerdorf2005-06-231-0/+24
|
* Debug backtrace was fixedDmitry Stogov2005-06-221-1/+1
|
* - Add new testMarcus Boerger2005-06-211-0/+34
|
* - Add new testMarcus Boerger2005-06-191-0/+187
| | | | | | # In this version we do not need to make the subscripted array a reference. # Thus this implementation is in most cases the ideal implementation.