Commit Graph

583 Commits

Author SHA1 Message Date
Steve Seear
da3c0d3904 Adding language tests. 2008-03-19 18:06:22 +00:00
Steve Seear
07fb7b6377 Added some class tests; Replaced some hardcoded instance ids with %d. 2008-03-19 17:56:08 +00:00
Antony Dovgal
147967fd66 fix test 2008-03-19 14:00:47 +00:00
Antony Dovgal
42120518c1 fix tests 2008-03-17 14:59:16 +00:00
David Coallier
6f041a57b9 - MFB. Ok to fail on OSX. Patch from scoates 2008-03-08 19:05:48 +00:00
Felipe Pena
40af7d8db4 Fix tests (removed space on error message "Undefined index: ...") 2008-03-08 13:01:41 +00:00
Robin Fernandes
f0acfb157d Add new tests for class/object functions and features. 2008-03-06 11:07:29 +00:00
Dmitry Stogov
5a2e02b084 Fixed wrong result of cascading assignment to string offset 2008-03-04 10:07:28 +00:00
Robin Fernandes
0188a097cc Remove inconsistent behaviour when a protected static prop is overridden by public static prop (details: http://turl.ca/phhhf ). 2008-03-03 14:24:11 +00:00
Felipe Pena
2e057d7013 Fixed tests 2008-02-26 16:52:10 +00:00
Felipe Pena
8c3f599f32 Fix the fix 2008-02-24 14:22:44 +00:00
Felipe Pena
9694b3476e Fix test 2008-02-24 14:18:35 +00:00
Felipe Pena
ecd1fe0b39 Fixed tests (new error message - E_DEPRECATED) 2008-02-24 13:10:33 +00:00
Felipe Pena
2e893877af Fixed tests 2008-02-24 12:42:16 +00:00
Marcus Boerger
6b58678c63 - Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus) 2008-02-23 17:03:53 +00:00
Nuno Lopes
1b7f72e555 MFB: add new test 2008-02-08 13:49:53 +00:00
Felipe Pena
5b335a2ff0 Fix tests (new error message) 2008-02-04 13:56:50 +00:00
Marcus Boerger
d3ebb36928 - Only one line heading 2008-02-03 13:33:05 +00:00
Robin Fernandes
4e210ade93 Adding tests for class features, including __autoload(), property inheritance rules and class constants. Note: autoload_012.phpt failing on php6, fix expected via bug 43973. 2008-01-30 14:29:19 +00:00
Antony Dovgal
c355a6a813 fix test 2008-01-10 08:45:54 +00:00
Robert Nicholson
241247db2f Fix incorrect use of assignment in where equality was intended - class tests. 2007-11-23 15:34:04 +00:00
Dmitry Stogov
0ab5a2c203 Fixed tests 2007-11-19 08:21:58 +00:00
Nuno Lopes
eaa67896c9 MFB: fix expected output 2007-09-13 19:31:08 +00:00
Johannes Schlüter
e80d138b1c - Add possibility to call static class members using variables (Etienne Kneuss) 2007-08-02 21:53:53 +00:00
Dmitry Stogov
92d3bc0c93 Fixed bug #40757 (get_object_vars get nothing in child class)
Fixed bug #41929 (Foreach on object does not iterate over all visible properties)
2007-07-24 11:40:07 +00:00
Dmitry Stogov
35579e463f removed seccond --UEXPECT-- 2007-07-11 06:36:24 +00:00
Dmitry Stogov
b6f62bd0d4 Skip unicode tests in non-unicode mode 2007-07-10 10:21:08 +00:00
Dmitry Stogov
d5ddac9720 Fixed test file 2007-06-18 07:31:45 +00:00
Antony Dovgal
89447d110f fix test, add missing ones 2007-06-05 11:25:21 +00:00
Hannes Magnusson
52ce2c5737 Fix the expected results
# This test still fails though
2007-06-04 00:11:11 +00:00
foobar
feab02f3ed - Improved the error message for exceeding max_input_nesting_level. 2007-06-03 16:53:37 +00:00
Ilia Alshanetsky
7d74c2c3e6 MFB: Improved fix for MOPB-02-2007 2007-06-03 16:19:55 +00:00
Antony Dovgal
301632ddf4 fix test 2007-05-29 11:34:58 +00:00
Antony Dovgal
9c47899565 fix tests 2007-05-18 11:29:40 +00:00
Antony Dovgal
ccd97f3a21 fix test names 2007-05-07 17:23:53 +00:00
Michael Wallner
adfa6209e6 - output handler buffers are always binary, thanks Johannes 2007-05-05 15:16:48 +00:00
Antony Dovgal
47d3276cd7 removed unused highlight.bg ini option 2007-04-26 09:39:03 +00:00
Johannes Schlüter
98155ab1c0 - Fix test 2007-04-26 07:19:29 +00:00
Antony Dovgal
52e4f43e42 more test fixes 2007-04-18 08:09:02 +00:00
Johannes Schlüter
65aca2f200 - Fix old behaviour, ob_list_handlers() should always return an array 2007-03-03 10:27:04 +00:00
Antony Dovgal
4c4d865e9b fix tests 2007-02-19 20:02:08 +00:00
Antony Dovgal
686bfdca07 add a note 2007-02-11 20:12:45 +00:00
Dmitry Stogov
e28fd01d7d Fixed tests 2007-01-10 16:00:57 +00:00
Hannes Magnusson
a7b594d3bc Cookie tests 2006-12-09 15:57:33 +00:00
Dmitry Stogov
f37ad2e146 Fixed bug #39775 ("Indirect modification ..." message is not shown) 2006-12-08 16:23:04 +00:00
Antony Dovgal
8f98226510 fix tests 2006-12-06 13:11:02 +00:00
Antony Dovgal
91ef42e47e fix test on those platforms where infinity is not "INF", but "Infinity" 2006-11-20 16:32:46 +00:00
Michael Wallner
c4e3b71acc - fix tests 2006-11-13 14:05:49 +00:00
Dmitry Stogov
dcc12b4f70 Fixed tests 2006-11-10 17:34:26 +00:00
Dmitry Stogov
94d9a548d4 Fixed tests 2006-11-10 14:21:26 +00:00