Marcus Boerger
1d5f721fd9
- MFH Sync error messages and simplify error message generation code
2006-05-26 00:36:13 +00:00
Marcus Boerger
7577130156
- MFH improve error messages
2006-05-21 18:10:31 +00:00
Marcus Boerger
10ab729e88
- MFH Add new tests
2006-05-20 11:35:38 +00:00
Antony Dovgal
ab9429900a
fix test
2006-05-19 10:57:48 +00:00
Antony Dovgal
1f02fad528
fix test
2006-05-16 22:59:32 +00:00
Marcus Boerger
23b97b2530
- Update tests after MFH
2006-05-10 22:38:35 +00:00
Marcus Boerger
de9fa58e0b
- No more ze1
2006-05-10 22:36:49 +00:00
Marcus Boerger
3746ccb627
- Hardcoded error mode was changed to 8191
2006-05-10 21:46:59 +00:00
Marcus Boerger
9745215cf8
- MFH tests
2006-05-10 21:19:37 +00:00
Marcus Boerger
edfe649c6b
- MFH Constructors in interfaces
2006-05-10 01:23:55 +00:00
Pierre Joye
1192667679
- add test for multipart POST
...
- also first example of the POST_RAW section
2006-05-03 21:35:26 +00:00
Antony Dovgal
43db0fce03
more POST+array tests
2006-05-03 19:02:12 +00:00
Marcus Boerger
bb29557060
- Need to set precision in ini
2005-12-30 12:49:46 +00:00
Marcus Boerger
ad5af84a3c
- Fix test
2005-12-30 11:44:21 +00:00
Ilia Alshanetsky
b6f856fbec
Test fixes
2005-12-18 14:21:27 +00:00
Marcus Boerger
8d4080a6e1
- MFH Add missing prefixes
2005-12-18 13:01:20 +00:00
Marcus Boerger
29f5ce9af3
- MFH Speling
2005-12-18 12:54:41 +00:00
Marcus Boerger
18a99796ad
- MFH Fix Bug #35720 A final constructor can be overwritten
2005-12-17 15:51:52 +00:00
Marcus Boerger
10f77a5d71
- Add/fix tests
2005-12-16 22:19:02 +00:00
foobar
1ea0bae9c0
fix test
2005-11-26 13:38:28 +00:00
Marcus Boerger
57f76446cf
- MFH Add new test
2005-11-26 13:23:27 +00:00
Ilia Alshanetsky
cce5e8c9ea
Updated tests to use [] instead of {}
2005-11-16 15:13:20 +00:00
Marcus Boerger
c95360658f
- MFH Add new test
2005-11-15 21:33:10 +00:00
Dmitry Stogov
8c100e6451
Fixed bug #35176 (include()/require()/*_once() produce wrong error messages about main())
2005-11-15 11:13:43 +00:00
Ilia Alshanetsky
b0c0b79136
MFH: Fixed test for cygwin installs
2005-10-20 14:43:00 +00:00
Marcus Boerger
6eaf1671b5
- Add new test
2005-10-06 18:34:16 +00:00
foobar
ae281c372a
- Fix tests due to changes in the error messages.
...
# Also nuked some CRLF's
2005-09-15 19:49:58 +00:00
Dmitry Stogov
32d69c853a
Fixed bug #33996 (No information given for fatal error on passing invalid value to typed argument)
2005-08-05 09:35:09 +00:00
foobar
3593a55341
fix test when include_path does NOT have . in it
2005-08-02 15:13:21 +00:00
foobar
57be0d2ed7
fix test
2005-07-31 20:36:48 +00:00
Dmitry Stogov
99cb1b8004
$context is not longer passed by reference, so its modification has no effect
2005-07-22 07:34:24 +00:00
Marcus Boerger
bf75124011
- Add test to verify all ArrayAccess methods can throw
2005-07-19 20:10:37 +00:00
Marcus Boerger
b8eb8bc7d5
- Add test to verify all iterator methods can throw
2005-07-19 19:50:11 +00:00
Antony Dovgal
bf9288d457
fix tests that started to fail after the last change in ZE
...
(noticed by Nuno)
2005-07-12 11:20:05 +00:00
foobar
7f7c80babf
fix test when session.save_handler is "user"
2005-07-08 07:48:57 +00:00
Dmitry Stogov
f51e1c2064
Fixed bug #33512 (Add missing support for isset()/unset() overloading to complement the property get/set methods). Now empty($obj[...]) works proper but in addition it may call offsetGet() method.
2005-07-07 16:09:55 +00:00
foobar
498c2c7f3b
UTC is better
2005-07-04 12:41:00 +00:00
foobar
43210250ea
fix test
2005-07-04 08:32:07 +00:00
Rasmus Lerdorf
ba80543b16
Don't really need the ZE2 check since this is in HEAD
2005-06-23 11:01:08 +00:00
Rasmus Lerdorf
1caf22fdce
test for derived method name clashes
2005-06-23 10:24:23 +00:00
Dmitry Stogov
60328db583
Debug backtrace was fixed
2005-06-22 15:30:14 +00:00
Marcus Boerger
0fcdcbbfd9
- Add new test
2005-06-21 06:59:58 +00:00
Marcus Boerger
2f99f9d1c8
- Add new test
...
# In this version we do not need to make the subscripted array a reference.
# Thus this implementation is in most cases the ideal implementation.
2005-06-19 22:18:07 +00:00
Marcus Boerger
363bfdb404
- Add new test
...
# This does the same as 009 but achieves its goal completely different. It
# is easier but makes the array a reference which is not always practical.
2005-06-19 22:09:53 +00:00
Marcus Boerger
5c86a323e5
- Drop doubled $
2005-06-19 21:52:38 +00:00
Marcus Boerger
9a831f1e4d
- Add new test
2005-06-19 21:34:21 +00:00
Marcus Boerger
f01c842ef6
- Update tests to reflect current situation
...
# I don't feel like discussing this issue anymore - maybe we need to find
# a way of returning proxies to get the requested behavior back - i'll give
# it a try for PHP 5.2. So long we'll have to stay with the original
# decision that we don't support references at all with ArrayAccess.
2005-06-19 20:49:17 +00:00
foobar
8d952c906f
This test did not fit to the new interactive shell thing
2005-06-14 22:21:08 +00:00
Dmitry Stogov
e0b0ae9ce7
Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may result in seg fault)
2005-06-09 10:32:08 +00:00
Dmitry Stogov
0a08f62d21
Fixed test file affected by fix for bug #30820 (static member conflict with $this->member silently ignored)
2005-06-08 08:08:37 +00:00