--TEST-- Bug #71536 (Access Violation crashes php-cgi.exe) --SKIPIF-- --FILE-- openUri('php://memory'); $xml->setIndent(false); $xml->startDocument('1.0', 'UTF-8'); $xml->startElement('response'); die('now'); // crashed with die() } } Test::init(); ?> --EXPECT-- now