📄 Viewing: 005.phpt

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

🌑 DarkStealth — WP Plugin Edition

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