--TEST-- Bug #60523 (PHP Errors are not reported in browsers using built-in SAPI) --SKIPIF-- --INI-- display_errors=1 --FILE-- "); list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS); $port = intval($port)?:80; $output = ''; $fp = fsockopen($host, $port, $errno, $errstr, 0.5); if (!$fp) { die("connect failed"); } if(fwrite($fp, <<
--EXPECTF-- HTTP/1.1 200 OK Host: %s Connection: close X-Powered-By: PHP/%s Content-type: text/html; charset=UTF-8
Fatal error: Call to undefined function non_exists_function() in %ssyntax_error.php on line %s