--TEST-- Bug #60159 (Router returns false, but POST is not passed to requested resource) --SKIPIF-- --FILE-- docRoot; file_put_contents($doc_root . '/request.php', ''); $host = PHP_CLI_SERVER_HOSTNAME; $fp = php_cli_server_connect(); if(fwrite($fp, <<
--EXPECTF-- HTTP/1.1 200 OK Host: %s Date: %s Connection: close X-Powered-By: PHP/%s Content-type: text/html; charset=UTF-8 Array ( [a] => b ) Array ( [a] => b [foo] => bar )