summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* - 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.
* This test did not fit to the new interactive shell thingfoobar2005-06-141-19/+0
|
* Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may ↵Dmitry Stogov2005-06-091-2/+2
| | | | result in seg fault)
* Fixed test file affected by fix for bug #30820 (static member conflict with ↵Dmitry Stogov2005-06-081-0/+2
| | | | $this->member silently ignored)
* Fixed bug #29971 (variables_order behaviour)Dmitry Stogov2005-05-251-0/+15
|
* fix testAntony Dovgal2005-05-231-1/+1
|
* Adjust highlight test.Ilia Alshanetsky2005-05-221-2/+2
|
* <? should die..foobar2005-05-061-1/+1
|
* Fixed bug #31525 (object reference being dropped. $this getting lost)Dmitry Stogov2005-05-052-4/+12
|
* add testStanislav Malyshev2005-05-042-0/+16
|
* 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-294-0/+7
|
* Added test for bug #30578foobar2005-04-291-0/+31
|
* add test for bug #32828Antony Dovgal2005-04-281-0/+21
|
* 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
|
* - Add new testMarcus Boerger2005-02-071-0/+15
|
* - Sanitize outputfoobar2005-01-181-1/+1
|
* Add test case for bug #30726.Magnus M��tt�2005-01-181-0/+8
|
* "Undefined variable: %s" noticies were fixed to use one spaceDmitry Stogov2004-12-271-2/+2
|
* - Added test case for bug #30862.Derick Rethans2004-11-221-0/+30
|
* - Fixed bug #30630: Added a BSD based strtod function that isDerick Rethans2004-11-032-2/+21
| | | | | locale-independent. (PHP part)
* - 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
|
* - Added test for bug #29944.Derick Rethans2004-09-021-0/+20
|
* Do not rely on behaviour of integers which might be greater thanJoe Orton2004-08-311-5/+5
| | | | | LONG_MAX on 32-bit architectures.
* add testcase for bug #29893Antony Dovgal2004-08-301-0/+11
|
* Add new testMarcus Boerger2004-08-261-0/+26
|
* No short tagsMarcus Boerger2004-08-251-1/+1
|
* Add new testMarcus Boerger2004-08-241-0/+16
|
* 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