Matt Wilmas
26cde1ee2f
MFH: Updated tests after double->long conversion change (basically to match 5.2)
...
# Let me know about other failing tests I missed
2009-06-04 18:25:06 +00:00
Ilia Alshanetsky
c1c9645128
Fixed test
2009-06-02 12:19:34 +00:00
Ilia Alshanetsky
c3e3d607b4
Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns wrong
...
result)
2009-05-12 12:34:55 +00:00
Matt Wilmas
09034cf3f4
MFH: Implemented manual scanning for strings/comments, plus misc. fixes
2009-05-05 01:35:44 +00:00
Zoe Slattery
3bd566f7c4
Refixing to follow documented behaviour
2009-04-29 07:53:10 +00:00
Antony Dovgal
319491b658
fix test
2009-04-28 09:04:28 +00:00
Arnaud Le Blanc
1bef730840
MFH
2009-04-25 21:13:07 +00:00
Sebastian Schürmann
f972956b9d
- Initial commit
2009-04-25 11:23:01 +00:00
Arnaud Le Blanc
a772d7c3ef
MFH
2009-04-24 19:48:41 +00:00
Zoe Slattery
11d43ac5d2
fixing incorrect --CLEAN-- sections
2009-04-16 12:28:03 +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
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
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
Felipe Pena
92775cd150
- New test
2009-02-18 22:53:56 +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
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
Felipe Pena
c3631156fc
- Fixed tests
2009-01-25 16:53:07 +00:00
andy wharmby
ba5407d065
Fix test
2009-01-22 00:23:01 +00:00
Antony Dovgal
30a0135d18
fix tests
2009-01-21 12:50:10 +00:00
andy wharmby
de5f62bba9
Fix SKIPIF logic
2009-01-20 23:19:44 +00:00
andy wharmby
6a5b8a57e5
New stripcslashes() tests. Tested on Window, Linux and Linux 64 bit
2009-01-20 22:54:36 +00:00
andy wharmby
d4e765f4a6
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
2009-01-20 14:19:31 +00:00
andy wharmby
71d0cd594c
New substr_replace() and unpack() error tests. Tested on Windows, Linux and Linux 64 bit.
2009-01-19 17:13:18 +00:00
andy wharmby
a7e129f217
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
2009-01-19 16:03:44 +00:00
andy wharmby
0a34f4ad2c
New strval() tests. Tested on Windows, Linux and Linux 64 bit.
2009-01-19 15:54:47 +00:00
andy wharmby
68b5346285
New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit
2009-01-19 15:46:41 +00:00
andy wharmby
b83859120d
New nl_langinfo(), number_format() and ord() tests. Tested on Windows. Linux and Linux 64 bit
2009-01-18 22:51:02 +00:00
andy wharmby
571650e64d
New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit
2009-01-18 21:59:39 +00:00
andy wharmby
2075498207
New sha1f() tests. Tested on Windows. Linux and Linux 64 bit
2009-01-18 19:37:45 +00:00
andy wharmby
b819f60eed
New sscanf() tests. Tested on Windows. Linux and Linux 64 bit
2009-01-18 14:40:29 +00:00
andy wharmby
cdef2ee23b
New explode() tests. Tested on Windows. Linux and Linux 64 bit
2009-01-18 14:35:00 +00:00
andy wharmby
18a6f9e55d
New money_format() tests. Tested on Windows, Linux and Linux 64 bit
2009-01-17 22:52:26 +00:00
andy wharmby
98076f58db
New trim() tests. Tested on Windows, Linux and Linux 64 bit
2009-01-17 16:41:15 +00:00
andy wharmby
d70ea4bc8a
New ltrim() tests. Tested on Windows, Linux and Linux 64 bit
2009-01-17 15:47:59 +00:00
andy wharmby
80ef307033
New string tests. Tested on Windows, Linux and Linu 64 bit
2009-01-16 22:46:08 +00:00
andy wharmby
7cf16584df
New string function tests. Tested on Windows, Linux and Linux 64 bit.
2009-01-16 12:53:27 +00:00
andy wharmby
1de33abc50
New test for strripos() string function. All tests checked on Windows, Linux and Linux 64 bit.
2009-01-15 13:40:05 +00:00
Felipe Pena
857959838f
- Fixed tests
2009-01-09 02:11:54 +00:00
Brian Shire
b4141cc424
MFH: fix explode behavior to respect negative limit when string is empty.
2008-12-27 05:15:51 +00:00
Arnaud Le Blanc
18794addbd
MFH: Added ENT_IGNORE as a compatibility flag for htmlentities() and
...
htmlspecialchars() to skip multibyte sequences intead of returning an
empty string (as iconv's //IGNORE). These functions will still never
return an invalid or incomplete multibyte sequence.
Fixes #43896
2008-11-26 03:00:06 +00:00
Felipe Pena
b4150fdc3f
- MFH: Fixed bug #46578 (strip_tags() does not honor end-of-comment when it encounters a single quote)
2008-11-21 19:16:50 +00:00
Felipe Pena
83c0eb69ad
- Fixed tests
2008-11-19 16:58:28 +00:00
Felipe Pena
8f12025b21
- MFH: Added str_getcsv()
2008-11-02 18:24:34 +00:00
Antony Dovgal
bbbb0f1ae5
fix test
2008-09-16 13:41:34 +00:00
Dmitry Stogov
1474d9dfad
Fixed bug #43053 (Regression: some numbers shown in scientific notation). (int-e at gmx dot de)
...
some 64bit test files may need to be fixed
2008-09-15 11:47:16 +00:00
Pierre Joye
8c6ea95dc3
- MFH: fix test on windows
2008-08-21 18:25:13 +00:00