---- EXPECTED OUTPUT Fatal error: Uncaught exception 'UnexpectedValueException' with message 'Failed to open directory ""' in %s:%d Stack trace: #0 %s(%d): DirectoryIterator->__construct('\x00/abc') #1 {main} thrown in %s on line %d ---- ACTUAL OUTPUT Fatal error: Uncaught exception 'UnexpectedValueException' with message 'Failed to open directory ""' in /usr/local/src/phpinst-webmail-ubuntu/php-5.5.11/ext/spl/tests/bug54291.php:2 Stack trace: #0 /usr/local/src/phpinst-webmail-ubuntu/php-5.5.11/ext/spl/tests/bug54291.php(2): DirectoryIterator->__construct('\x00/abca) #1 {main} thrown in /usr/local/src/phpinst-webmail-ubuntu/php-5.5.11/ext/spl/tests/bug54291.php on line 2 ---- FAILED