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 |
|
Jay Smith
|
243dd060d1
|
Added some tests for ZE2 features and their functionality.
|
2003-03-03 16:44:38 +00:00 |
|
Marcus Boerger
|
cc52373c10
|
Adding tests for ctor/dtor handling
|
2003-03-03 11:18:59 +00:00 |
|
Marcus Boerger
|
447da280dd
|
Adding tests for abstract static methods
|
2003-03-03 11:13:56 +00:00 |
|
Marcus Boerger
|
326b793faf
|
Adding tests for final methods
|
2003-03-03 11:10:30 +00:00 |
|
Marcus Boerger
|
acef51e677
|
(re)check in non ZendOptimizer version of test
|
2003-03-03 00:58:15 +00:00 |
|
Moriyoshi Koizumi
|
a628a6a2de
|
Added test case for bug #22367
|
2003-02-24 19:37:27 +00:00 |
|
Moriyoshi Koizumi
|
a67e4dac8f
|
Fixed the test as the result is just considered to be expected
|
2003-02-24 16:50:35 +00:00 |
|
Marcus Boerger
|
5f1975a432
|
New test which currently fails
|
2003-02-23 03:03:09 +00:00 |
|
Moriyoshi Koizumi
|
1b79da954c
|
Added test case for bug #22231
|
2003-02-15 15:15:14 +00:00 |
|
Zeev Suraski
|
8713fdd102
|
Fix the test
|
2003-02-10 10:58:56 +00:00 |
|
Marcus Boerger
|
984cde3123
|
Add PPP method tests
|
2003-02-05 23:07:24 +00:00 |
|
Moriyoshi Koizumi
|
e2c4dffae0
|
Modified the test so it will be skipped under ZE1.
Thanks Kai
|
2003-02-03 16:38:22 +00:00 |
|
Moriyoshi Koizumi
|
0eb1c407b2
|
Added missing "?>"
|
2003-02-03 16:33:13 +00:00 |
|
Moriyoshi Koizumi
|
aded4d818a
|
Added test case for bug #21961
|
2003-02-03 14:02:21 +00:00 |
|
Melvyn Sopacua
|
ac3dc9d95e
|
Fix parse error and edink's fear of bison errors
|
2003-01-28 10:04:17 +00:00 |
|
Moriyoshi Koizumi
|
6174d2b446
|
Updated test so it describes the problem more clearly.
|
2003-01-27 01:15:14 +00:00 |
|
foobar
|
84e5fcb5de
|
MFB, removed unused GET/POST entries
|
2003-01-24 05:56:55 +00:00 |
|
Moriyoshi Koizumi
|
ad86154d90
|
Added test case for bug21849.phpt
|
2003-01-23 23:22:23 +00:00 |
|
Moriyoshi Koizumi
|
d4f59af5be
|
Fixed typo
|
2003-01-23 19:31:02 +00:00 |
|
Moriyoshi Koizumi
|
4199484313
|
Changed the test's file name as per the convention
|
2003-01-23 19:28:39 +00:00 |
|
foobar
|
80923f933d
|
Added test for bug: #21513
|
2003-01-23 03:28:41 +00:00 |
|
Moriyoshi Koizumi
|
da45161bd2
|
Added test case for bug #21800
|
2003-01-21 19:38:08 +00:00 |
|
Moriyoshi Koizumi
|
a395304c72
|
Added test case for bug #21094
|
2003-01-18 19:44:12 +00:00 |
|
Moriyoshi Koizumi
|
e89bace72c
|
Fixed typoFixed typoFixed typoFixed typoFixed typoFixed typoFixed typoFixed typo
|
2003-01-13 19:18:18 +00:00 |
|
Moriyoshi Koizumi
|
22a6b8f1a4
|
Added test case for bug #21600
|
2003-01-12 23:56:04 +00:00 |
|
Wez Furlong
|
59e4fdcc10
|
Implement fprintf() and vfprintf().
Add a couple of tests.
|
2003-01-09 17:29:31 +00:00 |
|
Derick Rethans
|
6197460836
|
- Fix tests if Zend Optimizer is loaded
|
2003-01-01 12:43:59 +00:00 |
|