Commit Graph

1528 Commits

Author SHA1 Message Date
Antony Dovgal
af4b7aca6e fix test 2009-04-15 20:54:52 +00:00
Rasmus Lerdorf
11a8e2e82e Fix the test case 2009-04-09 16:04:45 +00:00
Ilia Alshanetsky
0e59140380 MFB: Added test for php_sapi_name() 2009-04-09 13:29:01 +00:00
Rasmus Lerdorf
70c7e179de Fixed bug #44929 - Better handling of leading zeros 2009-04-08 18:10:46 +00:00
Dmitry Stogov
875a27b7ed Fixed bug #47851 (is_callable throws fatal error) 2009-04-02 09:56:33 +00:00
Matt Wilmas
f18b366ec8 MFH: Fixed tests, reverted changes from bug #47546 2009-04-02 09:42:26 +00:00
Matt Wilmas
c27bf17f63 MFH: explode() stuff:
- Fixed bug #47560 (explode()'s limit parameter odd behaviour) by reverting change for bug #47546
- Changed int to long where needed (should fix memory errors from overflow seen in bug #47854)
- Simplified logic a bit with limit and its default value
- php_explode_negative_limit(): removed safe_emalloc (not needed; plain erealloc is used later)
 - Moved declarations/allocation to optimize if the delimiter isn't found
 - Changed ALLOC_STEP size for less realloc's (and maybe better memory block alignment?)
2009-04-01 17:05:36 +00:00
Arnaud Le Blanc
513837539b MFH: fix skip-if 2009-03-27 02:35:37 +00:00
Arnaud Le Blanc
13061cf0a0 Removed deprecation warning for ticks 2009-03-27 02:32:57 +00:00
Zoe Slattery
c71cc4eda8 added skip if for root 2009-03-20 08:58:09 +00:00
Matt Wilmas
927880b5cc MFH: Fixed bug #46882 (Serialize / Unserialize misbehaviour under OS with different bit numbers) 2009-03-17 22:04:10 +00:00
Scott MacVicar
bb2283bf4e MFH Fix bug #47359 - Use the official unofficial mimetype for bmp files, this stops IE from getting confused. 2009-03-17 03:25:57 +00:00
Christopher Jones
1d5dbea704 Fix INI blocks 2009-03-17 01:52:52 +00:00
Dmitry Stogov
122232aa54 Fixed test 2009-03-16 15:00:00 +00:00
Dmitry Stogov
cc91da1bd7 Fixed bug #47664 (get_class returns NULL instead of FALSE) 2009-03-16 09:51:32 +00:00
Brian Shire
dd031eee68 MFH: Fix scanner handling of NULL values in heredoc, nowdoc, strings, comments, and non-parsed content. 2009-03-16 01:40:14 +00:00
Brian Shire
9c16bfa194 MFH: Add proper EOF handling for language scanner. Fixes bug #46817. 2009-03-11 22:11:53 +00:00
Kalle Sommer Nielsen
9d4718e098 MFH: Fix tests 2009-03-08 06:20:00 +00:00
Zoe Slattery
456d5e9381 fixed test 2009-03-04 10:23:01 +00:00
Kalle Sommer Nielsen
627caefc4d MFH: Fixed bug #47546 (Default value for limit parameter in explode is 0, not -1) 2009-03-03 11:47:31 +00:00
Zoe Slattery
7834afebde removing UEXPECT 2009-03-03 09:59:36 +00:00
Felipe Pena
92775cd150 - New test 2009-02-18 22:53:56 +00:00
Zoe Slattery
1f4f3e269a Increased the sleep() from 1 to 5 to prevent intermittent failures 2009-02-17 15:16:45 +00:00
Zoe Slattery
6d87ab650f bug 46680 2009-02-17 10:36:12 +00:00
Zoe Slattery
f2fc027427 fix tests 2009-02-16 20:03:47 +00:00
Zoe Slattery
237d0378e7 exit -1 and exit -2 don't work for all sh. changed to exit 1 2009-02-16 13:16:50 +00:00
Antony Dovgal
7a4b9d26d7 fix tests 2009-02-15 21:46:01 +00:00
Moriyoshi Koizumi
b2b61661ed - MFH: Refix bug #43840.
- MFH: Fix bug #43841.
- MFH: Remove redundant trailing dots from the error messages.
- MFH: Fix tests.
2009-02-15 07:10:29 +00:00
Zoe Slattery
ca63494a39 splitting array_chunk into smaller tests 2009-02-14 10:32:26 +00:00
Zoe Slattery
db2f7c5559 remove UEXPECT 2009-02-13 22:01:28 +00:00
Felipe Pena
d4be93e87d - Improve test 2009-02-06 10:40:28 +00:00
Felipe Pena
68cfe99fa5 - MFH: Fixed bug #47322 (sscanf %d does't work) 2009-02-06 10:20:09 +00:00
Nuno Lopes
7f6ff02f5c fix bug #46347: allow * in ini keys 2009-02-02 19:23:13 +00:00
andy wharmby
28073afe56 New set_magic_quotes() tests. Tested on Windows, Linux and linux 64 2009-02-01 19:29:31 +00:00
andy wharmby
dbb272789d New php_uname() tests. Tested on Windows, Linux and linux 64 2009-02-01 19:17:48 +00:00
andy wharmby
7c07a980ed New get_defined_vars(), get_included_files(), get_magic_quotes() and getmypid() tests. Tested on Winows, Linux and Linux 64 2009-02-01 18:55:26 +00:00
andy wharmby
1cdf8160ce New escapeshellarg() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:39:50 +00:00
andy wharmby
9484e82e01 New floatval() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:32:40 +00:00
Scott MacVicar
68c140b288 Broken test, skipif sections had a parse error 2009-01-28 22:49:14 +00:00
andy wharmby
4f3a4e597b Split-ip var_export.phpt and add new error tests. Tested on Windows, Linux and Linux 64 bit 2009-01-26 22:27:03 +00:00
Antony Dovgal
09ac5971f5 MFH use example.com 2009-01-25 23:26:45 +00:00
andy wharmby
ba1b99e4aa Split is_callable test. Test on Windows, Linux and Linux 64 bit 2009-01-25 22:16:33 +00:00
Ilia Alshanetsky
4eb69eadc6 Improved fix for bug #47174 & added a test 2009-01-25 18:27:12 +00:00
Felipe Pena
c3631156fc - Fixed tests 2009-01-25 16:53:07 +00:00
Zoe Slattery
450c5afedf added INI and fixed assert02 to run on PHP6 and PHP53 2009-01-25 11:06:36 +00:00
Antony Dovgal
ff3ee30872 fix test 2009-01-24 22:02:36 +00:00
andy wharmby
4e71f2a5fc New get_extension_funcs() and getrusage() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-24 12:47:25 +00:00
andy wharmby
ada3990c1a Make test more robust; avoid hangs if fsockopen() fails. Tested on Windows, Linux and Linux 64 bit 2009-01-23 23:49:38 +00:00
Dave Kelsey
0610bbd12a deleted invalid test. 2009-01-23 18:56:51 +00:00
Dave Kelsey
f94acf2a27 added some mail tests. Tested on windows, linux and linux 64bit 2009-01-23 17:12:08 +00:00