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

126 Commits

Author SHA1 Message Date
Marcus Boerger
2a1d0e96c0 - Update tests affexted by fix 2005-05-03 12:52:08 +00:00
Anantha Kesari H Y
a40637da0e removed skipif sections that check for the existence of ArrayAccess class which is nomore a class but a interface.As the corresponding files in PHP-5.1-HEAD had removed the SKIPIF blocks themselves, removing the same for PHP5_0 branch also. 2005-01-07 10:40:44 +00:00
Dmitry Stogov
a1815304b6 "Undefined variable: %s" noticies were fixed to use one space 2004-12-27 13:04:02 +00:00
SVN Migration
0285963ec3 This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. 2004-10-04 17:30:54 +00:00
SVN Migration
a810fefdde This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. 2004-09-26 18:16:34 +00:00
Marcus Boerger
29048d8d7e Fix test 2004-09-09 11:33:31 +00:00
SVN Migration
87fca31a3f This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. 2004-08-26 22:53:52 +00:00
Andrey Hristov
2be03f0d73 MFH (bug 26737) 2004-08-21 14:11:56 +00:00
Marcus Boerger
4bedc6bb31 - Add new tests 2004-08-01 21:55:58 +00:00
Marcus Boerger
f84d03b2bc - Update/Add tests 2004-07-25 19:35:30 +00:00
SVN Migration
2db28891e4 This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. 2004-07-25 19:21:22 +00:00
Marcus Boerger
983fa5a21e Fix testcase 2004-07-22 18:39:45 +00:00
Magnus M��tt�
cfc8accd3e Test for bug 26737:
Protected and private variables are not saved on serialization
when a user defined __sleep is used.
2004-07-15 11:52:04 +00:00
Marcus Boerger
dddbe6f60e Add new tests (by magnus) 2004-04-20 00:00:51 +00:00
Marcus Boerger
a7b9cb454e Adapt ecpectations to 5.0 reality 2004-03-28 14:09:47 +00:00
Marcus Boerger
c9c13a7336 Add new test 2004-03-27 15:49:23 +00:00
Pierre Joye
3d331bc64c - Test for possible data corruption with __set 2004-03-18 15:14:02 +00:00
Marcus Boerger
6d7f04307d Update message 2004-03-16 18:09:52 +00:00
Pierre Joye
fd8cea693a - initial commit
test case for #27504 (http://bugs.php.net/bug.php?id=27504)
2004-03-16 16:45:44 +00:00
Marcus Boerger
2bdcfe4d0e Update test 2004-03-09 16:51:02 +00:00
Marcus Boerger
b6b7c9eb65 Rename hasMore() to valid() as discussed. (Part I) 2004-03-08 17:33:31 +00:00
Dmitry Stogov
09a7d5bb2f Test files were fixed acording to new constructor redeclaration semantic 2004-03-05 12:18:16 +00:00
Dmitry Stogov
215c71ee7c Test file was fixed (stack trace is removed) 2004-03-05 12:16:28 +00:00
Derick Rethans
21141e1378 - Fixed timing issues in test 2004-03-02 21:14:10 +00:00
Derick Rethans
5f7553e24c - Added testcase for bug #27468 2004-03-02 21:03:24 +00:00
Marcus Boerger
ced7dfddbd The order of error has changed here. So the expectations must change too. 2004-02-27 09:17:55 +00:00
Marcus Boerger
9346ff2de4 Fixes for abstract classes 2004-02-26 20:11:28 +00:00
Zeev Suraski
fe4239d0d7 Fix test 2004-02-12 14:12:37 +00:00
Marcus Boerger
c6cbafa273 Fix: <interface> [extends <interface> [, <ineterface>]* ] 2004-02-11 22:13:39 +00:00
Marcus Boerger
629c3da19d Add test 2004-02-04 22:18:35 +00:00
Zeev Suraski
aa4fa62fc8 Update test (reason: early binding changes its behavior) 2004-02-04 17:47:35 +00:00
Zeev Suraski
4b4351c2d9 Update test (reason: early binding changes its behavior) 2004-02-04 17:45:08 +00:00
Marcus Boerger
dfad2955ee Update tests 2004-02-03 22:07:29 +00:00
Marcus Boerger
38e5a2a374 Update tests 2004-02-03 21:52:46 +00:00
Marcus Boerger
a3a19e915a Change to correct syntax.
# The test will still fail though.
2004-01-21 22:36:49 +00:00
foobar
f4983c0d3f - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
foobar
f584b9e168 typofix 2004-01-17 06:18:09 +00:00
Marcus Boerger
2fc7a07e62 Use __tostring() in all printing functions. 2003-12-29 22:26:48 +00:00
Marcus Boerger
23191fb208 Add some __autoload() tests. 2003-12-29 12:36:31 +00:00
Marcus Boerger
e29f589d46 Add more tests. 2003-12-28 18:03:05 +00:00
Marcus Boerger
26a0abbd0c Fix tests now that class names are shown in correct casing 2003-12-22 22:50:02 +00:00
Marcus Boerger
06788f0438 Fixed bug #26675 (Segfault on ArrayAccess use)
Update NEWS
2003-12-22 16:27:14 +00:00
Dmitry Stogov
df76eba657 New tests for memory leaks 2003-12-19 15:08:56 +00:00
Dmitry Stogov
25a811da65 Assign_op operators (+=) were fixed for elements of overloaded objects 2003-12-19 11:22:13 +00:00
Marcus Boerger
e515b246cb Fix test 2003-12-19 10:23:05 +00:00
Marcus Boerger
06aad2d22d Add test for foreach visibility 2003-12-19 10:16:08 +00:00
Marcus Boerger
73b895ca5f Add new test 2003-12-17 22:14:59 +00:00
Marcus Boerger
d4f64f88ba Reenable __tostring() magic for print,echo,concatenation,function naming...
but not for other internal things.
# As discussed with Andi
2003-12-15 16:59:21 +00:00
Marcus Boerger
1e2349a1f1 Fix test 2003-12-14 17:42:57 +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