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: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

------------------------------------------------------------------------

[2005-12-08 21:08:29] 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:27] 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 20:38:52] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.




------------------------------------------------------------------------

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

Reply via email to