1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 08:28:26 +02:00
Commit Graph

159 Commits

Author SHA1 Message Date
Marcus Boerger 965783b7c1 Add new test 2004-08-24 21:35:46 +00:00
Ilia Alshanetsky 6dd2613d7b MFB: Fixed bug #28800 (strings beginning with "inf" improperly converted). 2004-07-16 02:03:25 +00:00
Stefan Esser 0b9d614988 Fixed typo 2004-07-13 11:30:50 +00:00
Alan Knowles 6284b34e6e remove test dependance on postgres ** this still fails however 2004-07-13 07:20:45 +00:00
Alan Knowles ad2b89c9a3 ensure that test passes on systems without postgres built in. 2004-07-13 07:12:06 +00:00
Marcus Boerger 91f0369c80 Add more tests 2004-06-27 13:28:01 +00:00
Marcus Boerger 46e9abe602 Add more tests 2004-06-27 13:15:31 +00:00
George Schlossnagle 6cc2073d91 tests for the crash in bug 28213 2004-06-18 18:10:52 +00:00
Marcus Boerger d94136fc30 - Remove unused blocks 2004-05-19 08:45:46 +00:00
Derick Rethans 5b5207292b - Fixed test 2004-05-06 17:45:27 +00:00
Dmitry Stogov f9c5fc6ecb Fix (using patterns) 2004-04-05 05:24:15 +00:00
Dmitry Stogov 794358f385 Test file was fixed (implicit cloning strict warnings) 2004-04-02 13:43:58 +00:00
Dmitry Stogov 6d9d08bf55 Fixed (strict warning was added to expected output) 2004-03-24 14:14:16 +00:00
Marcus Boerger bad2a4bca9 Fix test 2004-03-20 12:30:57 +00:00
Derick Rethans 360b98566c - Added test for bug #27535 (Objects pointing to each other cause Apache to
crash).
2004-03-09 08:19:19 +00:00
Derick Rethans 17790a0369 - Consistent naming 2004-03-02 16:12:25 +00:00
Pierre Joye 2fba0d7b7a - initial test for #27439, covers more cases we got during
foreach($this->foo as $bar) bug
2004-03-02 16:00:49 +00:00
Derick Rethans a84efbe923 - Fixed bug #27443 (defined() returns wrong type). 2004-03-01 08:07:25 +00:00
Marcus Boerger cd7833ec81 Add new test (from pierre) 2004-02-26 19:51:08 +00:00
foobar a79c7c7c84 Remove bogus test: see bug #20993 2004-02-26 01:08:04 +00:00
foobar cd2d5c4631 Revert and add the compatibility option. 2004-02-25 20:37:11 +00:00
foobar 4a32ba458c Test for bug #27395 2004-02-25 18:54:15 +00:00
Zeev Suraski 982b44e073 This is no longer valid out of the box PHP 5 code.
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...
2004-02-25 14:57:43 +00:00
Derick Rethans b9d56576bf - Added testcase for bug #27354 (Modulus operator crashes PHP). 2004-02-22 20:04:30 +00:00
Zeev Suraski 59a5701a8e extend Exception 2004-02-12 12:37:04 +00:00
Zeev Suraski 229aa6351f extend Exception 2004-02-12 12:21:16 +00:00
Andi Gutmans 597410a0e0 Fix a couple of tests 2004-02-10 15:20:51 +00:00
foobar 6529000fff Add test case for bug #26866 2004-02-10 12:58:36 +00:00
Marcus Boerger 8710688358 The &new is no longer needed, prevent E_STRICT message 2004-02-04 21:34:10 +00:00
Zeev Suraski 75d1fbec60 Update test (reason: can no longer assign to $this) 2004-02-04 17:55:44 +00:00
Marcus Boerger 4137d77ca9 No longer needed 2004-02-03 22:05:30 +00:00
foobar dbff3d8b97 test for bug #26900 2004-01-26 04:37:50 +00:00
Marcus Boerger 3ca44539a1 Switch from ZEND_ACC_DYNAMIC to ZEND_ACC_ALLOW_STATIC and disallow calling
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.
2004-01-24 16:59:24 +00:00
foobar a5ad026469 test case for bug #26696 2004-01-20 00:25:30 +00:00
foobar fcf131ce23 add test case for bug #26869 2004-01-11 13:59:48 +00:00
Marcus Boerger 717604ea70 Add more tests 2003-12-22 22:53:48 +00:00
Marcus Boerger 26a0abbd0c Fix tests now that class names are shown in correct casing 2003-12-22 22:50:02 +00:00
Ilia Alshanetsky fec7c2997a Update test. 2003-12-17 17:25:00 +00:00
Ilia Alshanetsky 097ed939a6 Fixed test. 2003-12-14 18:25:13 +00:00
foobar c6c4c4fbc4 - Nuke property_exists() calls
- Fix the test. (this is BUG in PHP 5, works in PHP 4)
2003-12-01 12:07:36 +00:00
Marcus Boerger c3fddcab62 Fix tests for E_STRICT and check for E_STRICT in run-tests.php. 2003-11-30 13:57:20 +00:00
Marcus Boerger af3f48b7e1 Research reveals that the error text depends on the tools and their
versions used to create the language parser.
2003-11-29 12:51:37 +00:00
foobar b0d921697d test for bug #24908 2003-11-29 07:54:19 +00:00
foobar d0f9ba8955 - Fix expected output. 2003-11-29 07:29:42 +00:00
foobar 3e7dd7eb29 oops.. 2003-11-29 07:16:58 +00:00
foobar 5ff5a9fbb3 test for bug #25652 2003-11-29 07:15:31 +00:00
foobar 5faa087a0e test for bug #24926 2003-11-29 02:28:49 +00:00
Marcus Boerger 3be27ecc78 Add a support function to check for property existance which is different
from checking a property from being empty/set.
Update test #26182.
2003-11-27 17:06:26 +00:00
Marcus Boerger 7780cbc9f3 In PHP5 this will create an implicit public property 2003-11-26 08:47:58 +00:00
Marcus Boerger f40ecad640 Errro message has changed 2003-11-26 08:45:42 +00:00