ID: 35606
User updated by: php-work at yandex dot ru
Reported By: php-work at yandex dot ru
Status: Open
Bug Type: SPL related
Operating System: Windows XP
PHP Version: 5CVS-2005-12-08 (CVS)
New Comment:
Reproduce code:
---------------
<?php
$a = new SplFileObject('_file_does_not_exists_', 'r');
?>
Expected result:
----------------
Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2
Actual result:
--------------
PHP Crashes
Previous Comments:
------------------------------------------------------------------------
[2005-12-08 21:08:36] php-work at yandex dot ru
Reproduce code:
---------------
<?php
$a = new SplFileObject('_file_does_not_exists_', 'r');
?>
Expected result:
----------------
Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2
Actual result:
--------------
PHP Crashes
------------------------------------------------------------------------
[2005-12-08 21:08:34] php-work at yandex dot ru
Reproduce code:
---------------
<?php
$a = new SplFileObject('_file_does_not_exists_', 'r');
?>
Expected result:
----------------
Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2
Actual result:
--------------
PHP Crashes
------------------------------------------------------------------------
[2005-12-08 21:08:33] php-work at yandex dot ru
Reproduce code:
---------------
<?php
$a = new SplFileObject('_file_does_not_exists_', 'r');
?>
Expected result:
----------------
Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2
Actual result:
--------------
PHP Crashes
------------------------------------------------------------------------
[2005-12-08 21:08:32] php-work at yandex dot ru
Reproduce code:
---------------
<?php
$a = new SplFileObject('_file_does_not_exists_', 'r');
?>
Expected result:
----------------
Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2
Actual result:
--------------
PHP Crashes
------------------------------------------------------------------------
[2005-12-08 21:08:31] php-work at yandex dot ru
Reproduce code:
---------------
<?php
$a = new SplFileObject('_file_does_not_exists_', 'r');
?>
Expected result:
----------------
Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2
Actual result:
--------------
PHP Crashes
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606
--
Edit this bug report at http://bugs.php.net/?id=35606&edit=1