php-src/ext/standard/tests
Nikita Popov 6a8c094e2d Remove string length limit from levenshtein()
As noted on https://bugs.php.net/bug.php?id=80073, I don't think
having this limitation makes sense. The similar_text() function
has much worse asymptotic complexity than levenshtein() and does
not enforce such a limitation. levenshtein() does have fairly high
memory requirements, but they are a fixed factor of the string
length (and subject to memory limit).
2020-10-09 16:12:08 +02:00
..
array Update ext/standard parameter names 2020-09-29 16:49:46 +02:00
assert Update ext/standard parameter names 2020-09-29 16:49:46 +02:00
class_object Consolidate new union type ZPP macro names 2020-09-11 11:00:18 +02:00
crypt Remove deprecated DES fallback in crypt() 2020-06-24 12:57:04 +02:00
dir Run tidy 2020-09-18 14:28:32 +02:00
directory Don't accept dir handle in Directory methods 2020-09-29 14:50:40 +02:00
file Update ext/sockets parameter names 2020-10-06 12:12:43 +02:00
filters Update ext/standard parameter names 2020-09-29 16:49:46 +02:00
general_functions Update ext/standard parameter names 2020-09-29 16:49:46 +02:00
hrtime
http Allow http tests to run in parallel by using ephemeral ports 2020-09-17 14:38:54 +00:00
image Update ext/standard parameter names 2020-09-29 16:49:46 +02:00
ini_info
mail Update mbstring parameter names 2020-09-28 09:51:58 +02:00
math Update ext/standard parameter names 2020-09-29 16:49:46 +02:00
misc Promote a few remaining errors in ext/standard 2020-09-15 14:26:16 +02:00
network Merge branch 'PHP-7.4' 2020-09-29 10:59:46 +02:00
password Promote a few remaining errors in ext/standard 2020-09-15 14:26:16 +02:00
random Improve error messages mentioning parameters instead of arguments 2020-09-09 10:47:43 +02:00
serialize Run tidy 2020-09-18 14:28:32 +02:00
streams Update ext/sockets parameter names 2020-10-06 12:12:43 +02:00
strings Remove string length limit from levenshtein() 2020-10-09 16:12:08 +02:00
time Run tidy 2020-09-18 14:28:32 +02:00
url Merge branch 'PHP-7.4' into master 2020-09-20 15:38:18 +02:00
versioning Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
bug49244.phpt
bug64370_var1.phpt
bug64370_var2.phpt
bug71827.phpt
bug75220.phpt
bug79821.phpt Fixed bug #79830 introduced by fixing bug #79821 2020-07-11 14:37:25 +08:00
forward_static_call_array.phpt
php_version_win_const.phpt
setrawcookie_basic_001.phpt
setrawcookie_basic_002.phpt
skipif_root.inc