📄 Viewing: 004.phpt

--TEST--
Two variables in POST data
--POST--
a=Hello+World&b=Hello+Again+World
--FILE--
<?php
error_reporting(0);
echo "{$_POST['a']} {$_POST['b']}" ?>
--EXPECT--
Hello World Hello Again World

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.4.23/tests/basic