Hannes Magnusson
|
3f9a4baa31
|
Fix test according to bug#40009
|
2007-01-05 15:22:35 +00:00 |
|
Ilia Alshanetsky
|
78d8808f42
|
Mark test as being 32bit only
|
2006-12-30 02:00:51 +00:00 |
|
Nuno Lopes
|
54f3ff34b7
|
oops: remove uneeded code in the skip condition
|
2006-12-27 15:17:04 +00:00 |
|
Nuno Lopes
|
d07a46ebab
|
add fr_FR@euro to the setlocale list
|
2006-12-27 15:11:35 +00:00 |
|
Antony Dovgal
|
c52bc49f50
|
fix test
|
2006-12-25 14:27:51 +00:00 |
|
Antony Dovgal
|
6e8a7d7b20
|
fix tests
|
2006-12-25 11:16:23 +00:00 |
|
Ilia Alshanetsky
|
f40ebf4171
|
Fixed bug #36392 (wrong number of decimal digits with %e specifier in
sprintf).
|
2006-12-22 15:29:41 +00:00 |
|
Ilia Alshanetsky
|
fd8f758ecd
|
Fixed bug #39873 (number_format() breaks with locale & decimal points).
|
2006-12-22 04:03:15 +00:00 |
|
Antony Dovgal
|
5fc3e649b6
|
MFH
|
2006-12-18 11:12:55 +00:00 |
|
Hannes Magnusson
|
9ef3575c25
|
MFH:
- make %f locale aware again
- fix precision loss with %F (noticed by Sebastian Nohn)
- add new tests
|
2006-12-18 09:26:54 +00:00 |
|
Antony Dovgal
|
4d44a5b71d
|
MFH: use BSD licensed implementation of double-to-string utilities instead of LGPL one
this patch also fixes thread safety issues in zend_strtod()
|
2006-12-06 09:52:51 +00:00 |
|
Antony Dovgal
|
93fc85b2af
|
MFH: fix #39621 (str_replace() is not binary safe on strings with equal length)
|
2006-11-24 21:59:09 +00:00 |
|
Antony Dovgal
|
e412981f7b
|
remove redundant error message
add test by <zoe dot slattery at googlemail dot com>
|
2006-11-21 17:42:11 +00:00 |
|
Antony Dovgal
|
c220da74ef
|
MFH test
|
2006-11-20 20:55:51 +00:00 |
|
Ilia Alshanetsky
|
714abb7ea1
|
pack()/unpack() tests
|
2006-11-19 18:31:07 +00:00 |
|
Ilia Alshanetsky
|
0d338f463c
|
Fixed bug #38770 (unpack() broken with longs on 64 bit machines).
|
2006-11-19 18:20:48 +00:00 |
|
Antony Dovgal
|
36d66521c9
|
add new tests
|
2006-11-16 13:01:23 +00:00 |
|
Antony Dovgal
|
84ff4aaf1a
|
add new tests
|
2006-11-15 17:27:03 +00:00 |
|
Antony Dovgal
|
34db368fe4
|
MFH: fix leaks in get_meta_tags() when used with b0rked HTML
add test
|
2006-11-13 20:18:12 +00:00 |
|
Ilia Alshanetsky
|
07cdfefdee
|
Fixed bug #39350 (crash with implode("\n", array(false))).
|
2006-11-06 17:21:05 +00:00 |
|
Antony Dovgal
|
9b7ba01618
|
MFH: avoid reading str[-1], add warning when invalid format specified
add test
|
2006-10-11 13:15:30 +00:00 |
|
Ilia Alshanetsky
|
7b77d536c3
|
Fixed bug #37262 (var_export() does not escape \0 character).
|
2006-10-09 18:08:34 +00:00 |
|
Antony Dovgal
|
24195cf941
|
re-add the test
|
2006-10-06 14:50:46 +00:00 |
|
Antony Dovgal
|
b37dd23c35
|
<tony2001> ilia: are you serious?
<ilia> tony2001: yes
|
2006-10-05 20:28:15 +00:00 |
|
Antony Dovgal
|
e2999137a7
|
add test
|
2006-10-05 19:49:43 +00:00 |
|
Antony Dovgal
|
d8648eae57
|
MFH: fix #39032 (strcspn() stops on null character)
|
2006-10-04 11:14:32 +00:00 |
|
Ilia Alshanetsky
|
e919a873cd
|
Fixed bug #38859 (parse_url() fails if passing '@' in passwd).
|
2006-09-28 14:52:31 +00:00 |
|
Hannes Magnusson
|
a180abdbfd
|
fix tests on freebsd
|
2006-08-27 15:06:53 +00:00 |
|
Antony Dovgal
|
a3b62c8eed
|
add test for real
|
2006-08-22 20:10:50 +00:00 |
|
Antony Dovgal
|
1a4b715ef2
|
use memrchr/zend_memrchr instead of strrchr
|
2006-08-08 10:22:25 +00:00 |
|
Antony Dovgal
|
9596bda7fc
|
add new test
|
2006-08-08 09:51:06 +00:00 |
|
Antony Dovgal
|
d17c2ec46d
|
add new test
|
2006-08-04 15:01:37 +00:00 |
|
Antony Dovgal
|
f3f44275f4
|
MFH
|
2006-07-17 06:45:08 +00:00 |
|
Antony Dovgal
|
e79591b081
|
fix test
|
2006-07-16 15:59:08 +00:00 |
|
Marcus Boerger
|
dc571fa9e2
|
- MFH Fixed Bug #29538 number_format and problem with 0
|
2006-07-16 10:50:58 +00:00 |
|
Marcus Boerger
|
f03f2c5eae
|
- MFH Pathinfo allows to get filename (Toby S, Christian S)
|
2006-07-16 10:37:24 +00:00 |
|
Antony Dovgal
|
3cce465528
|
fix invalid read - no need to compare strings if haystack is "" or shorter than needle
add test
|
2006-07-12 12:33:48 +00:00 |
|
Hannes Magnusson
|
c9c2c0e1f8
|
MFH: test for bug #37244
|
2006-06-26 22:20:27 +00:00 |
|
Marcus Boerger
|
7110650668
|
- Update test
|
2006-05-25 10:46:53 +00:00 |
|
Antony Dovgal
|
0a38d6bd8c
|
remove nonexistent tag
|
2006-04-25 12:49:59 +00:00 |
|
Antony Dovgal
|
896a5216d7
|
fix possible substr_compare() crash
add new tests
|
2006-04-25 12:48:42 +00:00 |
|
Antony Dovgal
|
522a5e128f
|
ok, let's make this test to work on all systems
currently it fails at least on Linux PPC and Solaris, probably because of different strncmp/strncasecmp implementations.
|
2006-04-14 20:30:11 +00:00 |
|
Antony Dovgal
|
46e0ede425
|
fix test title
|
2006-04-12 22:20:52 +00:00 |
|
Antony Dovgal
|
c0592d17e9
|
add test
|
2006-04-05 12:29:21 +00:00 |
|
Ilia Alshanetsky
|
535a2e6092
|
Fixed bug #36351 (parse_url() does not parse numeric paths properly).
|
2006-02-12 16:39:44 +00:00 |
|
Pierre Joye
|
8600417c79
|
- revert last fix
- ensure that we are in 32bit
- do not try to compare the decimal values but hex, php does not have
unsigned integer
|
2006-02-09 15:33:53 +00:00 |
|
Pierre Joye
|
f3e11a705c
|
- #36306, crc32() function result differs on 32-bit and 64-bit platforms
|
2006-02-07 00:23:55 +00:00 |
|
Ilia Alshanetsky
|
c5ef24bfee
|
Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character to the
end of the string).
|
2006-01-26 15:45:33 +00:00 |
|
Ilia Alshanetsky
|
0e396980a1
|
Fixed bug #35817 (unpack() does not decode odd number of hexadecimal values)
|
2005-12-28 20:55:14 +00:00 |
|
Ilia Alshanetsky
|
66fbae9d75
|
Added tests for new parse_url() and http_build_query() functionality.
|
2005-12-04 17:58:15 +00:00 |
|