1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 03:32:20 +02:00
Commit Graph

579 Commits

Author SHA1 Message Date
Felipe Pena
69097f305c - Fixed tests 2009-12-04 11:32:39 +00:00
Jani Taskinen
f34f334638 - Use correct revision 2009-11-28 00:47:42 +00:00
Jani Taskinen
8eb333ffa2 - No dots here 2009-11-28 00:35:56 +00:00
Zoe Slattery
28c5f6948b More tests from 2009 testfest 2009-08-30 09:30:13 +00:00
andy wharmby
b5145cb74d Fix time_sleep_until() tests; not supported on Windows on 5.2 2009-08-27 19:30:35 +00:00
Zoe Slattery
7e791e6e19 Test from 2009 testfest 2009-08-26 17:17:58 +00:00
Patrick Allaert
6dacd1d269 MFH: The exact error message might differ (it's "Not owner" on Solaris) (r265951) 2009-07-22 12:20:56 +00:00
Zoe Slattery
920290d0dc Removing unnecessary SKIPIF sections 2009-07-18 13:47:08 +00:00
andy wharmby
f558744785 New lang tests. 2009-06-21 17:42:16 +00:00
andy wharmby
edd936517a Backport ob test to php 5.2 and 53. 2009-06-18 21:03:32 +00:00
andy wharmby
57e2723ce9 New test for standard object compare handler. Tested on Windows, Linux and Linux 64 2009-06-17 19:15:20 +00:00
andy wharmby
38db2b869c New foreach tests. Tested on Windows, Linux and Linux 64 bit. 2009-06-17 19:07:19 +00:00
Robin Fernandes
282eab49fb Additional class related tests. 2009-06-17 10:38:23 +00:00
andy wharmby
7f492c7f66 New test for bitwise operators. Tested on Linux 64 bit 2009-06-15 17:38:55 +00:00
andy wharmby
7012611307 Backport ob test to php 5.2 and 53. 2009-06-14 16:47:12 +00:00
andy wharmby
5cd01fa48b New foreach tests. Tested on Windows, Linux and Linux 64 bit. 2009-06-14 14:17:48 +00:00
Robert Nicholson
14620596ab New tests for operators. These tests were auto generated to verify correctness for a number of significant values. The work was done by Dave Kelsey. 2009-06-08 12:02:57 +00:00
Robert Nicholson
9818b12488 New tests for foreach loops. These were written by another member of the Projectzero team. 2009-06-07 21:05:10 +00:00
Zoe Slattery
d033f6904a Engine execution order tests 2009-06-01 13:01:27 +00:00
Zoe Slattery
e4a93c6d0a Engine execution order tests 2009-05-29 07:52:28 +00:00
Robert Nicholson
e29517872b Language Tests: returnByReference 2009-05-27 22:36:04 +00:00
Jani Taskinen
48c50e616a - Bug 45392 was never fixed in PHP_5_2 2009-05-07 13:45:48 +00:00
Jani Taskinen
0445f9025b - Reflection can be disabled in PHP_5_2 2009-04-30 11:14:09 +00:00
Felipe Pena
7b62380d6b - Fix test 2009-04-28 23:46:39 +00:00
Antony Dovgal
ba70e77b43 nuke unicode crap, fix test 2009-04-28 09:02:37 +00:00
Sebastian Schürmann
cb22f59dbd Initial commit 2009-04-25 18:51:52 +00:00
Sebastian Schürmann
706152d40d Initial commit 2009-04-25 18:44:42 +00:00
Dave Kelsey
81af2ad666 fixed subtle bugs regarding attempting to chdir, plus cleanup issues. improved tempnam test, removed hardcoded line number. tested on windows, linux and linux 64bit. 2009-01-22 07:57:09 +00:00
Robin Fernandes
dae1582b66 Additional output buffering tests. 2008-12-18 15:20:46 +00:00
Stefan Esser
f2d5b34f26 Added test for magic_quotes_gpc 2008-12-11 13:06:29 +00:00
Arnaud Le Blanc
74a872c001 MFH: fixed test 2008-12-09 22:54:16 +00:00
Jani Taskinen
0cc37e4a06 MFH 2008-12-09 16:05:57 +00:00
Jani Taskinen
84f868ded7 MFH: fix tests 2008-12-09 15:44:47 +00:00
Scott MacVicar
864632a1b1 MFB 5.3 Add test for the recent magic_quotes_gpc regression. 2008-12-09 01:48:32 +00:00
Robin Fernandes
27c06db0bd Add some class related tests, fix hard-coded object ID in serialize_001.phpt. 2008-12-05 22:12:06 +00:00
Ant Phillips
fbdf0ba4e5 Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:40:37 +00:00
Felipe Pena
77bce434a0 - Fixed test 2008-10-26 23:00:53 +00:00
Arnaud Le Blanc
f31c8fb4aa MFB PHP_5_3: Fixed #46313 (Magic quotes broke $_FILES) 2008-10-20 18:45:24 +00:00
Arnaud Le Blanc
667a563da0 MFH: Fix test 2008-09-10 11:12:38 +00:00
Johannes Schlüter
7b668c6a7d - MFH: The exact error message might differ (it's "Not owner" on Solaris) 2008-09-07 22:35:15 +00:00
Dmitry Stogov
bc053b7628 Fixed Bug #43958 (class name added into the error message) 2008-09-02 09:45:36 +00:00
Jani Taskinen
69378b449c [DOC]- Fixed bug #45956 (parse_ini_file() does not return false with syntax errors in parsed file)
[DOC] note: change will be in since 5.2.7
2008-08-31 00:21:19 +00:00
Arnaud Le Blanc
6f44413558 MFH: Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit). 2008-08-18 04:09:38 +00:00
Jani Taskinen
26d7d2519d MFH:fix test 2008-08-14 21:56:13 +00:00
Arnaud Le Blanc
cf273715fb MFH: Check the relevant path for open_basedir in symlink() 2008-08-11 15:31:01 +00:00
Jani Taskinen
9f0c8398d6 MFH: fix test 2008-07-15 01:57:37 +00:00
Ilia Alshanetsky
9d3385ff08 MFB: Added missing INI handler 2008-05-18 14:36:59 +00:00
Ant Phillips
c6822cd936 Collect all the open_basedir security tests into one place 2008-05-09 08:36:41 +00:00
Ant Phillips
f6b00dcf5b open_basedir tests for error_log 2008-05-09 08:33:55 +00:00
Steve Seear
bc8c649878 Adding language tests. 2008-03-19 18:06:26 +00:00