Commit Graph

154 Commits

Author SHA1 Message Date
Marcus Boerger
c4272645ce Add test against redeclaring an overloaded method abstract 2002-11-24 15:51:57 +00:00
Marcus Boerger
622b45e2a9 Add test against mixing static/non static methods 2002-11-24 15:50:28 +00:00
Derick Rethans
1019b2ea94 - Adjust tests for removed old_function() in Zend Engine 2 2002-11-23 22:08:05 +00:00
Andrey Hristov
850586cfe7 typo fix. 2002-11-22 11:11:31 +00:00
Marcus Boerger
4e78286eaf Update error message and say 'method' instead of 'function' 2002-11-22 10:44:36 +00:00
Marcus Boerger
b66a39eb6e Test: An abstract function can be overwritten but not called 2002-11-21 15:06:54 +00:00
Derick Rethans
8011c17fd3 - Add test for bison weirdness as some people experienced (seems fixed
now though)
2002-11-19 14:53:31 +00:00
Marcus Boerger
16af3f7d11 Update to new syntax suggestion 2002-11-15 15:19:02 +00:00
Moriyoshi Koizumi
5e2464ed38 Removed the test. I should have been more aware of variability of
error messages. Thanks Ilia.
2002-11-11 00:16:09 +00:00
Moriyoshi Koizumi
f13fd7a713 Made it conscious of the line number 2002-11-10 19:27:48 +00:00
Moriyoshi Koizumi
b8d56f5ec2 Added a test case for bug #17882 2002-11-10 18:43:19 +00:00
Moriyoshi Koizumi
c0dfdd2ff6 Added a test for bug #19566 2002-11-08 17:46:29 +00:00
Marcus Boerger
bc9757f07a Comment out part 3 for now
Added Part 4
2002-11-05 09:51:09 +00:00
Marcus Boerger
b8f8591326 2nd wow returns different results with ZE1/ZE2 2002-11-04 17:12:21 +00:00
Ilia Alshanetsky
79d6b61523 Removed \r, which caused the test to fail. 2002-11-04 16:46:28 +00:00
Marcus Boerger
29372b231b See http://bugs.php.net/20175 2002-11-04 10:51:08 +00:00
Marcus Boerger
2b927548d3 -testing the tests
-moved tests/dirname.phpt to tests/run-test/test007.phpt because many
 tests use this to find their additional files.
-no more tests in tests directly only in subdirectories
2002-11-04 10:43:22 +00:00
Moriyoshi Koizumi
f94e45aaf3 Moved the test into the suitable place 2002-10-31 15:28:21 +00:00
Marcus Boerger
0725405d74 Rewrite: Taken from ZE2 RFC + a little textual modification 2002-10-29 13:51:44 +00:00
Marcus Boerger
f168c6feef no notices here 2002-10-29 13:30:22 +00:00
Derick Rethans
edf4496491 - Add test case for bug 20120, bison bug. 2002-10-27 18:44:35 +00:00
Derick Rethans
31224b8923 - Use new setlocal semantics 2002-10-23 20:35:16 +00:00
Marcus Boerger
f1d158c41c No longer needed. See README.TESTING 2002-10-22 17:48:50 +00:00
Marcus Boerger
42d33c38b3 Test result depends on these ini settings 2002-10-22 09:34:53 +00:00
Melvyn Sopacua
6dde848d9e Sorry, shouldn't use undo on packetloss connections 2002-10-10 19:52:13 +00:00
Andrei Zmievski
9275b2bd9a Fix the test after Ilia's patch. 2002-10-10 18:36:12 +00:00
Melvyn Sopacua
0ff44ce57b Fix platform dependencies, setlocale output, bug #19836
Testing numerics, so set numeric. If the platform doesn't support this
category, passing this test is more likely to be coincedence than expected
behavior.
2002-10-10 16:39:52 +00:00
Derick Rethans
d53dd88854 - Drop requirement for php.ini-dist
- Adjust test script to hard code ini settings
2002-10-08 07:49:36 +00:00
Sander Roobol
83189bd742 Skip this test if we're not using ZE2 2002-10-06 19:39:12 +00:00
Derick Rethans
2ae0e71c97 - Fix highlight_string test. 2002-10-06 17:37:25 +00:00
Derick Rethans
dbc6935c16 - Fix descriptions 2002-10-03 11:00:13 +00:00
Derick Rethans
7ad71ed442 - Add highlight_string buffering test 2002-10-03 10:47:47 +00:00
Derick Rethans
b6323ef5e2 - Add tests 2002-10-03 10:43:43 +00:00
Yasuo Ohgaki
d4c7e8bbaf Improve test to show output bufferring bypass bug clearly. 2002-10-02 05:29:06 +00:00
Yasuo Ohgaki
7cacf9713d WS and added missing output.
It seems this bug is fixed in latest version at least.
2002-10-01 11:18:31 +00:00
Marcus Boerger
eb6e31f802 Test argument passing for CLI 2002-08-21 23:10:44 +00:00
Marcus Boerger
9cec8a13bd This does not work for CLI 2002-08-21 23:08:21 +00:00
Stig Bakken
04788f9503 @- Added set_exception_handler() function for registering a global,
@  catch-all exception handling function (Stig)
- Added set_exception_handler() function for registering a global,
  catch-all exception handling function (Stig)
2002-08-16 00:41:37 +00:00
foobar
7d8c9d2f7f Fix the levels. (php.ini-dist has output_buffering OFF) 2002-08-01 12:02:22 +00:00
foobar
725b3573be Use the constant instead of string for locale type. 2002-08-01 11:49:41 +00:00
Hartmut Holzgraefe
40007c2049 Zend Engine behaviour is affected by setlocale() due to use of
locale aware functions like strtod(), atof(), tolower(), toupper() :(
2002-07-17 08:49:26 +00:00
Sander Roobol
fcb692a75d Made the tests (and not only run-tests.php) actually use php.ini-dist, and
removed unused php.ini file.
2002-06-16 10:58:54 +00:00
Preston L. Bannister
3d4d3e3330 Default INI file used with run-tests.php 2002-05-17 03:43:18 +00:00
Preston L. Bannister
5c1d215976 More detailed/explanatory output. 2002-05-16 21:57:24 +00:00
Preston L. Bannister
285b73fa1f Make failed case tell you what was different. 2002-05-16 21:56:44 +00:00
Preston L. Bannister
c2c16263e8 Make test valid for either "register globals" setting. 2002-05-16 21:56:08 +00:00
Preston L. Bannister
b1dbd42c4b Add TEST_PHP_DETAILED usage for verbose test runs. 2002-05-16 21:46:32 +00:00
Preston L. Bannister
7fa0e68dcc Fix typo in SKIP clause. 2002-05-16 16:07:47 +00:00
Preston L. Bannister
aa0702f051 dirname() checks that work for both Unix and Win32. 2002-05-16 15:59:39 +00:00
Preston L. Bannister
e2da502e03 Win32 project and makefile used to invoke run-tests.php 2002-05-15 23:56:04 +00:00