summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add new testMarcus Boerger2004-03-271-0/+17
|
* Fixed (strict warning was added to expected output)Dmitry Stogov2004-03-241-0/+1
|
* Fix testMarcus Boerger2004-03-201-1/+1
|
* - Test for possible data corruption with __setPierre Joye2004-03-181-0/+29
|
* Update messageMarcus Boerger2004-03-161-1/+1
|
* - initial commitPierre Joye2004-03-161-0/+24
| | | | | test case for #27504 (http://bugs.php.net/bug.php?id=27504)
* Update testMarcus Boerger2004-03-091-3/+16
|
* - Added test for bug #27535 (Objects pointing to each other cause Apache toDerick Rethans2004-03-091-0/+28
| | | | | crash).
* Rename hasMore() to valid() as discussed. (Part I)Marcus Boerger2004-03-085-51/+51
|
* Test files were fixed acording to new constructor redeclaration semanticDmitry Stogov2004-03-052-17/+1
|
* Test file was fixed (stack trace is removed)Dmitry Stogov2004-03-051-4/+0
|
* - Fixed timing issues in testDerick Rethans2004-03-021-2/+2
|
* - Added testcase for bug #27468Derick Rethans2004-03-021-0/+19
|
* - Consistent namingDerick Rethans2004-03-021-1/+1
|
* - initial test for #27439, covers more cases we got duringPierre Joye2004-03-021-0/+74
| | | | | foreach($this->foo as $bar) bug
* - Fixed bug #27443 (defined() returns wrong type).Derick Rethans2004-03-011-0/+8
|
* The order of error has changed here. So the expectations must change too.Marcus Boerger2004-02-271-1/+1
|
* Fixes for abstract classesMarcus Boerger2004-02-261-0/+20
|
* Add new test (from pierre)Marcus Boerger2004-02-261-0/+25
|
* Remove bogus test: see bug #20993foobar2004-02-261-60/+0
|
* - Fix tests after change to highlight_string()Derick Rethans2004-02-252-7/+7
|
* Revert and add the compatibility option.foobar2004-02-251-2/+2
|
* Test for bug #27395foobar2004-02-251-0/+60
|
* This is no longer valid out of the box PHP 5 code.Zeev Suraski2004-02-251-0/+3
| | | | | | | We tried to enable compatibility mode but the test engine doesn't appear to take the --INI-- section into account in compile time, so it didn't work...
* - Added testcase for bug #27354 (Modulus operator crashes PHP).Derick Rethans2004-02-221-0/+14
|
* Fix testZeev Suraski2004-02-121-1/+1
|
* extend ExceptionZeev Suraski2004-02-121-1/+1
|
* extend ExceptionZeev Suraski2004-02-121-1/+1
|
* Fix: <interface> [extends <interface> [, <ineterface>]* ]Marcus Boerger2004-02-111-3/+5
|
* Get rid of some yucky past, and reenable these testsZeev Suraski2004-02-113-22/+23
|
* Fix a couple of testsAndi Gutmans2004-02-102-0/+2
|
* Add test case for bug #26866foobar2004-02-101-0/+25
|
* Add testMarcus Boerger2004-02-041-0/+54
|
* The &new is no longer needed, prevent E_STRICT messageMarcus Boerger2004-02-041-3/+1
|
* Update test (reason: can no longer assign to $this)Zeev Suraski2004-02-041-3/+4
|
* Update test (reason: early binding changes its behavior)Zeev Suraski2004-02-041-3/+0
|
* Update test (reason: early binding changes its behavior)Zeev Suraski2004-02-041-3/+0
|
* Update testsMarcus Boerger2004-02-032-2/+2
|
* No longer neededMarcus Boerger2004-02-031-15/+0
|
* Update testsMarcus Boerger2004-02-035-11/+20
|
* test for bug #26900foobar2004-01-261-0/+15
|
* Switch from ZEND_ACC_DYNAMIC to ZEND_ACC_ALLOW_STATIC and disallow callingMarcus Boerger2004-01-241-1/+4
| | | | | | | | | | | internal non-static methods statically. # As discussed with Zeev: # - For BC standard userspace methods allow this with an E_STRICT message. # - If you want to implement an internal method taht can be called both # statically and non-statically then use flag ZEND_ACC_ALLOW_STATIC. # - Magic user space methods __*() cannot and __construct, __destruct, # __clone can never be called statically.
* Change to correct syntax.Marcus Boerger2004-01-211-3/+3
| | | | | # The test will still fail though.
* test case for bug #26696foobar2004-01-201-0/+28
|
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-172-19/+4
|
* typofixfoobar2004-01-171-1/+1
|
* add test case for bug #26869foobar2004-01-111-0/+15
|
* Use __tostring() in all printing functions.Marcus Boerger2003-12-291-1/+17
|
* Add some __autoload() tests.Marcus Boerger2003-12-296-0/+120
|
* Add more tests.Marcus Boerger2003-12-282-0/+42
|