summaryrefslogtreecommitdiff
path: root/tests/classes
Commit message (Collapse)AuthorAgeFilesLines
* - MFH Add new testMarcus Boerger2005-11-151-0/+60
|
* - Add new testMarcus Boerger2005-10-061-0/+33
|
* - Fix tests due to changes in the error messages.foobar2005-09-151-1/+1
| | | | | # Also nuked some CRLF's
* Fixed bug #33996 (No information given for fatal error on passing invalid ↵Dmitry Stogov2005-08-051-1/+1
| | | | value to typed argument)
* fix testfoobar2005-07-311-1/+1
|
* - 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
|
* 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.
* 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
|
* - 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.
* - Add new testMarcus Boerger2005-06-191-0/+168
| | | | | | # This does the same as 009 but achieves its goal completely different. It # is easier but makes the array a reference which is not always practical.
* - Drop doubled $Marcus Boerger2005-06-191-8/+8
|
* - Add new testMarcus Boerger2005-06-191-0/+190
|
* - Update tests to reflect current situationMarcus Boerger2005-06-193-18/+30
| | | | | | | | # I don't feel like discussing this issue anymore - maybe we need to find # a way of returning proxies to get the requested behavior back - i'll give # it a try for PHP 5.2. So long we'll have to stay with the original # decision that we don't support references at all with ArrayAccess.
* Fixed test file affected by fix for bug #30820 (static member conflict with ↵Dmitry Stogov2005-06-081-0/+2
| | | | $this->member silently ignored)
* Fixed error messageDmitry Stogov2005-05-031-1/+1
|
* - Fix tests affected by fixMarcus Boerger2005-05-034-6/+6
|
* - Make sure E_STRICT is set when expecting Strict errors..foobar2005-04-291-0/+2
|
* Fix testfoobar2005-04-251-3/+3
|
* - Add new testsMarcus Boerger2005-04-231-0/+39
|
* - Add testMarcus Boerger2005-03-071-0/+79
|
* - Add new testMarcus Boerger2005-03-071-0/+68
|
* "Undefined variable: %s" noticies were fixed to use one spaceDmitry Stogov2004-12-271-2/+2
|
* - Fix testAndi Gutmans2004-10-201-1/+1
|
* - One more test fixAndi Gutmans2004-10-201-1/+1
|
* - Fix interface tests. Interfaces should not use access modifiersAndi Gutmans2004-10-203-8/+8
|
* - Add new testMarcus Boerger2004-10-041-0/+39
|
* - Fix tests by removing erroneous check from --SKIPIF--Marcus Boerger2004-09-295-5/+0
|
* - Fix tests by removing corrupt --SKIPIF--Marcus Boerger2004-09-294-16/+0
|
* - Add new testsMarcus Boerger2004-09-292-0/+118
|
* - Add new test (related to #30234)Marcus Boerger2004-09-263-0/+57
|
* add testcase for bug #29446Antony Dovgal2004-09-101-0/+19
|
* Fix: interfac -> interfaceDmitry Stogov2004-09-061-1/+1
|
* Add new testMarcus Boerger2004-08-261-0/+26
|
* fix for bug 26737 : private & protected member variables not serializedAndrey Hristov2004-08-211-3/+4
| | | | | | when user defined __sleep() is declared. Additionally E_NOTICE is being thrown if __sleep() returns a non-existing member variable name
* Fix tests after foreach patchMarcus Boerger2004-08-122-19/+1
|
* MFB Enforce protocol of magic methods/classesMarcus Boerger2004-08-026-0/+119
|
* MFB: Enforce protocol on magic methods/functionsMarcus Boerger2004-08-021-1/+1
|
* - Do not autoload classes in skip codeMarcus Boerger2004-07-254-4/+4
|
* - Add new testMarcus Boerger2004-07-251-0/+33
|
* - Add testMarcus Boerger2004-07-251-0/+45
|
* - Add new patch for reordered shutdown sequenceMarcus Boerger2004-07-251-0/+24
|
* Fix testcaseMarcus Boerger2004-07-221-1/+1
|
* Test for bug 26737:Magnus M��tt�2004-07-151-0/+21
| | | | | | Protected and private variables are not saved on serialization when a user defined __sleep is used.
* Add new tests (by magnus)Marcus Boerger2004-04-202-0/+51
|
* Adapt ecpectations to 5.0 realityMarcus Boerger2004-03-281-21/+8
|
* Add new testMarcus Boerger2004-03-271-0/+17
|
* - Test for possible data corruption with __setPierre Joye2004-03-181-0/+29
|