Kalle Sommer Nielsen
9a38f301d6
Remove highlight.bg, it was removed in the old trunk and its not referenced in zend_highlight.c, meaning its not even implemented correctly in 5.3.
2010-04-21 21:56:24 +00:00
Rasmus Lerdorf
906dd4eac5
Switch default_charset, if not specified, from ISO-8859-1 to UTF-8
...
I have been wanting to make this change for years, but there is a small
chance of BC issues, so it shouldn't go into a minor release.
2010-03-23 18:08:06 +00:00
Joey Smith
f829a21659
MFH'd crypt() tests - renamed to fit phpt schema, tests for DES-fallback,
...
use b'' on strings.
2010-02-23 21:14:51 +00:00
Pierre Joye
aff51406ef
- update test
2010-02-23 17:46:10 +00:00
Pierre Joye
c402adc3b2
- Corrected the sanity check of the "setting" string in _crypt_blowfish_rn() to
...
reject iteration counts encoded as 36 through 39. Previously, these would be
misinterpreted as being the same as 04 through 07. (Solar Designer)
2010-02-21 23:47:14 +00:00
Raphael Geissert
009a48ab3f
Fix the name of the locale in some tests
2010-02-21 18:22:46 +00:00
Pierre Joye
23fdc85e3a
- Fix #51059 , crypt can fail and return NULL, on almost all implementations
2010-02-21 18:11:11 +00:00
Joey Smith
7a0b1e55d8
MFH crypt() tests
2010-02-20 19:13:09 +00:00
Raphael Geissert
cf0e2b7026
Fix strtolower.phpt (bug #51031 )
2010-02-13 16:43:04 +00:00
Ilia Alshanetsky
b0f76c2534
Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long)
2010-02-01 12:59:08 +00:00
Moriyoshi Koizumi
7d9a7dbad6
- Fix bug #46478 (htmlentities() uses obsolete mapping table for character
...
entity references)
2009-12-22 05:50:34 +00:00
Pierre Joye
6ec6a9d62e
- add a test case and update the skip clause
2009-12-16 10:09:34 +00:00
Pierre Joye
77afccc28c
- #50334 , add CRYPT_SHA* constants and tests [DOC]
2009-12-09 01:43:23 +00:00
Moriyoshi Koizumi
413196c574
- Take account of surrogate pairs.
2009-12-07 15:41:43 +00:00
Pierre Joye
826ca288e7
- Fixed #50052 , Different Hashes on Windows and Linux on wrong Salt size
2009-11-02 20:46:52 +00:00
Moriyoshi Koizumi
20737bac6a
- Bug #49785 : take 5. What the hell happened to me...
2009-10-13 05:18:37 +00:00
Moriyoshi Koizumi
1835a63dfd
- A couple more fix for my previous fix.
...
(one of the fix by Arnaud Le Blanc. Thanks!)
2009-10-11 23:52:33 +00:00
Moriyoshi Koizumi
8a22597b65
- More tests to go.
2009-10-09 17:13:05 +00:00
Moriyoshi Koizumi
9d19866476
- Fixed bug #49785 (insufficient input string validation of htmlspecialchars()).
2009-10-09 10:02:38 +00:00
Dmitry Stogov
17aff0eb25
Fixed test (removed "bad" locale)
2009-09-22 08:22:29 +00:00
Dmitry Stogov
d12c66770f
Fixed tests ("none" is an alias of "false" and it can't be used as a string value of ini option)
2009-09-21 14:32:20 +00:00
Dmitry Stogov
7bfe056174
Fixed tests
2009-09-21 09:52:19 +00:00
Zoe Slattery
1c98e49afd
Test from 2009 testfest
2009-08-26 17:17:58 +00:00
andy wharmby
e90f0eda2d
New basic test for md5(). Tested on Windows, Linux and Linux 64 bit
2009-08-19 08:39:33 +00:00
andy wharmby
e9a960bba6
New str_replace() tests. All tested on Windows, Linux and Linux 64
2009-08-17 22:41:30 +00:00
andy wharmby
1cfc27bb8c
New basic string tests - includes back-porting a few existing tests back to 5.2. All tested on Windows, Linux and Linux 64
2009-08-17 10:37:30 +00:00
Stanislav Malyshev
e52517d610
standardise and clean up string functions parameter parsing
2009-08-13 06:44:50 +00:00
Rasmus Lerdorf
ecb9a94472
The system error here may not be "Filename too long". On OSX, for example,
...
it is "Invalid ioctl" in this case.
2009-08-09 14:20:54 +00:00
Rasmus Lerdorf
53349c7769
Doing a strnatcasecmp(chr(128),chr(255)) is completely non-sensical.
...
Logically one might think that chr(128) would collate before chr(255) except
this is a case-insensitive comparison and internally we toupper() both args.
toupper(chr(128)) is 128. There is no upper-case equivalent of this char.
toupper(chr(255)) is 120 so chr(255) collates before chr(128) in this
case-insensitive comparison. And these are rather bogus characters to feed
to a natsort test anyway.
2009-08-08 14:48:47 +00:00
andy wharmby
e0b0c49ae3
Add new use-case to parse_str() test. Tested on Windows, Linux and Linux 64
2009-08-05 08:54:27 +00:00
andy wharmby
3eaa521ed9
Fix tests
2009-08-04 23:16:25 +00:00
Jani Taskinen
96498c468c
- These tests fail if mbstring is enabled, not because of bad libc..
2009-08-03 10:23:23 +00:00
Jani Taskinen
48a514673a
- Skip some tests in 32bit systems, add cleanups where missing
2009-07-28 19:16:02 +00:00
Jani Taskinen
d6091b2521
- Fix test
2009-07-24 19:51:55 +00:00
Jani Taskinen
b991dfdb1f
- Fixed tests to be more portable
2009-07-23 19:06:56 +00:00
Jani Taskinen
af0c2c4760
- Fix test
2009-07-23 16:25:07 +00:00
Zoe Slattery
9ff94c82df
Remove empty sections. Fix bad use of --SKIP--
2009-07-21 14:02:24 +00:00
Alexey Zakhlestin
edb55a4166
fixed tests. money_format() is implemented in underlying system, not in php. So, we shouldn't test for actual values returned. They are different between systems
2009-07-17 15:56:36 +00:00
Jani Taskinen
785f1bd170
- Fixed bug #47481 (natcasesort() does not sort extended ASCII characters correctly)
2009-07-17 11:13:51 +00:00
Alexey Zakhlestin
3e326b91e7
fix tests corrupted by svn's eol-style=native
2009-07-15 13:44:14 +00:00
Felipe Pena
0e294f2121
- MFH: Fixed bug #48709 (metaphone and 'wh')
2009-06-30 11:46:20 +00:00
andy wharmby
3aaaf77a0e
New and fixed html tests. Tested in Windows, Linux and Linux 64.
2009-06-23 22:45:31 +00:00
andy wharmby
e6f4ec2f07
New basic parse_str() tests. Tested on Windows,Linux and Lnux 64 bit. Some tests fail on PHP 6 (tagged with XFAIL) due to bug 48658
2009-06-23 22:39:44 +00:00
andy wharmby
d7072fa367
New strcoll error test. Tested on Windows, Linux and Linux 64.
2009-06-16 19:39:39 +00:00
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