diff options
author | Sara Golemon <pollita@php.net> | 2017-05-10 16:50:47 -0700 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2017-05-10 16:50:47 -0700 |
commit | 81064cd0451c9699b14951ed0752de7f1c1f9dce (patch) | |
tree | 302d06997e06831ecc11c8565654b010fb3da427 | |
parent | dfffe6cb32632d0eaeaa696aada62dc803542d66 (diff) | |
parent | 90bd4be3f9362f766ef5f1998acad0029fde3275 (diff) | |
download | php-git-81064cd0451c9699b14951ed0752de7f1c1f9dce.tar.gz |
Merge branch 'PHP-7.1'
* PHP-7.1:
Remove typo from test header
-rw-r--r-- | ext/standard/tests/array/bug14580.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/array/bug14580.phpt b/ext/standard/tests/array/bug14580.phpt index 8a80bddcb4..1cf27f22d6 100644 --- a/ext/standard/tests/array/bug14580.phpt +++ b/ext/standard/tests/array/bug14580.phpt @@ -1,4 +1,4 @@ ---TEST--n +--TEST-- Bug #14580 (key() not binary safe) --FILE-- <?php |