1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00
Commit Graph

242 Commits

Author SHA1 Message Date
Marcus Boerger 30b7f39d07 Add more clone testing 2003-07-01 23:57:27 +00:00
Marcus Boerger 47a881f01c Check handling of private class members 2003-07-01 23:50:01 +00:00
Marcus Boerger 5dd671e3cc ups (2nd) 2003-07-01 23:20:48 +00:00
Marcus Boerger 11e5c08d39 ups 2003-07-01 21:28:15 +00:00
Marcus Boerger e92b88a8c5 Add more clone testing 2003-07-01 21:27:59 +00:00
Marcus Boerger 38e5f7b18e Fix test (damn copy'n'paste) 2003-07-01 21:05:02 +00:00
Marcus Boerger 0e300b7f77 Add tests for __clone visibility 2003-07-01 19:59:50 +00:00
Marcus Boerger 26d0753804 Add tests for static members 2003-07-01 19:12:23 +00:00
Derick Rethans 7d6d146a02 - Fixing this test, this is the correct behavior 2003-07-01 19:06:04 +00:00
Marcus Boerger c31e49e4cb Add tests for static members 2003-07-01 18:34:42 +00:00
Sterling Hughes c6876a53df test for bug #24399, segfault in is_subclass_of() 2003-06-30 19:40:48 +00:00
Sterling Hughes f27571134b its not a bug - its a feature. No longer allowed in ze2. 2003-06-30 19:16:36 +00:00
Rasmus Lerdorf 832ffd1970 Fix 3 tests that didn't adequately specify the .ini settings they rely on 2003-06-30 18:22:53 +00:00
foobar b377225d4f Added test case for bug #24396 2003-06-30 17:30:16 +00:00
Marcus Boerger 4ff79c7d84 Add test case for final classes 2003-06-21 22:02:16 +00:00
Marcus Boerger 8251858120 Add test case for abstract classes 2003-06-21 19:10:08 +00:00
Stanislav Malyshev 10642b81a0 Add test for the bug - will fail for now! 2003-06-16 12:26:07 +00:00
Stanislav Malyshev c44e4eddbe fix test so it does not depend on variable order 2003-06-16 09:27:33 +00:00
Stanislav Malyshev 91ec828de5 add tests for fixed bugs 2003-06-16 09:20:42 +00:00
Marcus Boerger cae9aab2c0 Goodbye namespaces 2003-06-07 00:57:07 +00:00
Jay Smith 0efbd4f925 Namespaces are gone, and so is this test. 2003-06-06 19:00:48 +00:00
foobar c8c45d14da Test for bug #24054 2003-06-06 11:09:55 +00:00
Derick Rethans 0346fb6a89 - Add test case for bug #23951 2003-06-02 11:12:25 +00:00
Sebastian Bergmann 26e7420615 Per request by Derick and Marcus. 2003-06-01 14:15:44 +00:00
Moriyoshi Koizumi 2e5013efec Added test case for bug #17115 2003-05-23 23:27:24 +00:00
foobar 412f54edab MFB 2003-05-14 15:02:30 +00:00
foobar 5d4bca6dbf Added test case for bug #23584 2003-05-14 00:06:55 +00:00
Sebastian Bergmann 938d90f1d8 Add test case for bug #23489. 2003-05-05 10:16:04 +00:00
Marcus Boerger a6d0c66a16 Change tests to reflect error message changes 2003-05-04 19:50:28 +00:00
Marcus Boerger cb1976cb13 MFB: Fix test 2003-05-03 17:30:46 +00:00
foobar fc8d7c2a8e Added test case for bug #21820 2003-04-25 08:33:25 +00:00
Marcus Boerger dc27fbd90f Add a test for ctor precedence 2003-04-19 18:21:58 +00:00
foobar b02dd10e03 SKIP -> SKIPIF 2003-04-16 02:21:30 +00:00
Moriyoshi Koizumi fa0ac8a273 Made dirname() binary-safe. 2003-04-12 21:53:46 +00:00
Sara Golemon f22fb07ecd Avoid having output_buffering cause this test to improperly fail. 2003-04-02 01:51:34 +00:00
Marcus Boerger 0ee6377b42 bugfix #22961 by cynic@php.net 2003-03-30 12:47:05 +00:00
Marcus Boerger 18ff958ad3 fix these tests 2003-03-28 18:58:18 +00:00
Moriyoshi Koizumi ba8e57b2cb Added test for bug22592 2003-03-15 23:37:17 +00:00
Moriyoshi Koizumi 3f04205371 Fixed typo 2003-03-14 17:12:24 +00:00
Marcus Boerger a1cafdf0c4 Added some interface tests 2003-03-12 00:09:59 +00:00
Jay Smith 5f25e6b1dd modified test to reflect change in var_dump(). 2003-03-10 21:27:48 +00:00
Moriyoshi Koizumi a41e0c1382 Modified the test to reflect the recent change on var_dump() 2003-03-10 20:46:39 +00:00
Jay Smith 61de56b7f5 Added tests for interfaces and class type hinting. 2003-03-07 15:56:31 +00:00
Marcus Boerger 4a152cad0c abstract classes must now be declared abstract 2003-03-07 00:01:08 +00:00
Moriyoshi Koizumi 2d40fe2222 Further testing on this feature should have been done... 2003-03-06 19:37:19 +00:00
Moriyoshi Koizumi c775318c44 Fixed typo 2003-03-06 16:55:00 +00:00
foobar 888a084ccb added test for the memleak part from bug #19943 2003-03-06 16:29:05 +00:00
Moriyoshi Koizumi 1f85425c4d Fixed typo 2003-03-06 16:20:08 +00:00
Moriyoshi Koizumi a06b5bde22 Added a test case for bug #22510 2003-03-04 19:52:22 +00:00
Marcus Boerger 66c8b5d71c If this doesn't show "3.4" there is another error 2003-03-04 18:35:03 +00:00