summaryrefslogtreecommitdiff
path: root/tests/basic/023.phpt
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2020-09-28 22:55:37 -0700
committerStanislav Malyshev <stas@php.net>2020-09-28 22:55:37 -0700
commite14f835d8c4d8f595cc085f7ffae7ea07ae4e745 (patch)
treea68f8ef533ccb73b5e4551ff3c10a9eb3e92aaa0 /tests/basic/023.phpt
parentea03cbebbcebf3988a2274cf916e3f12a1dbea73 (diff)
parentc4dc080245006e011a484ca609b9d4eaa6cc4963 (diff)
downloadphp-git-e14f835d8c4d8f595cc085f7ffae7ea07ae4e745.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Update UPGRADING Update UPGRADING Update NEWS & UPGRADING Do not decode cookie names anymore Fix bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV)
Diffstat (limited to 'tests/basic/023.phpt')
-rw-r--r--tests/basic/023.phpt4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/basic/023.phpt b/tests/basic/023.phpt
index ca5f1dcfbb..0e2e0ac669 100644
--- a/tests/basic/023.phpt
+++ b/tests/basic/023.phpt
@@ -10,9 +10,11 @@ c o o k i e=value; c o o k i e= v a l u e ;;c%20o+o k+i%20e=v;name="value","valu
var_dump($_COOKIE);
?>
--EXPECT--
-array(3) {
+array(4) {
["c_o_o_k_i_e"]=>
string(5) "value"
+ ["c%20o+o_k+i%20e"]=>
+ string(1) "v"
["name"]=>
string(24) ""value","value",UEhQIQ=="
["UEhQIQ"]=>