#21311 [NEW]: strip_tags strips everything after
From: [EMAIL PROTECTED] Operating system: WinXP PHP version: 4.3.0 PHP Bug Type: Strings related Bug description: strip_tags strips everything after World."; $str1 = strip_tags($str1); After this $str1 contains only 'Hello' and not 'Hello World.' -- Edit bug report at http://bugs.php.net/?id=21311&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21311&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21311&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21311&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21311&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21311&r=oldversion Not developer issue:http://bugs.php.net/fix.php?id=21311&r=support Expected behavior: http://bugs.php.net/fix.php?id=21311&r=notwrong Not enough info:http://bugs.php.net/fix.php?id=21311&r=notenoughinfo Submitted twice:http://bugs.php.net/fix.php?id=21311&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21311&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21311&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21311&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21311&r=isapi Install GNU Sed:http://bugs.php.net/fix.php?id=21311&r=gnused
#21311 [Com]: strip_tags strips everything after
ID: 21311 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Strings related Operating System: WinXP PHP Version: 4.3.0 New Comment: Oh, funny new year questions... >When was PHP 4.3.0 released? 27-Dec-2002 >When did you report this bug? 31-Dec-2002 - Download of latest Stable (4.3.x-dev) does not help. In which version from http://snaps.php.net, Stable (4.3.x-dev) or Latest CVS (4.4.x-dev), is it fixed? Please can somebody answer clearly? Thanks, Claudio Previous Comments: [2003-01-03 04:33:42] [EMAIL PROTECTED] Trick questions: When was PHP 4.3.0 released? When did you report this bug? [2003-01-03 04:32:48] [EMAIL PROTECTED] Was this fixed in the 4.4 or in 4.3? [2002-12-31 09:19:16] [EMAIL PROTECTED] Fixed in CVS [2002-12-31 07:32:40] [EMAIL PROTECTED] $str1 = "Hello World."; $str1 = strip_tags($str1); After this $str1 contains only 'Hello' and not 'Hello World.' -- Edit this bug report at http://bugs.php.net/?id=21311&edit=1
#27357 [NEW]: Configure reports zlib version wrong when iconv missing
From: work at zguy dot com Operating system: Solaris 8 PHP version: 5.0.0b4 (beta4) PHP Bug Type: *Configuration Issues Bug description: Configure reports zlib version wrong when iconv missing Description: Running configure on my system I get: ./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/local/apache/bin/apxs --with-zlib=/usr/local ... checking if the location of ZLIB install directory is defined... no checking for gzgets in -lz... no configure: error: ZLIB extension requires zlib >= 1.0.9 Eventually I think to check config.log and find: configure:19568: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/loca l/lib -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc-lib/sp arc-sun-solaris2.8/3.3.2 -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.3.2 -R /usr/local/lib -L/usr/local/lib conftest.c -lz -lresolv -lm -ldl -lnsl -lsocke t -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 ld: fatal: library -liconv: not found ld: fatal: File processing errors. No output written to conftest collect2: ld returned 1 exit status Expected result: It would be nicer if it checked for iconv and reported it missing rather than complaining about the zlib version. -- Edit bug report at http://bugs.php.net/?id=27357&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27357&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27357&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27357&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27357&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27357&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27357&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27357&r=oldversion Not developer issue:http://bugs.php.net/fix.php?id=27357&r=support Expected behavior: http://bugs.php.net/fix.php?id=27357&r=notwrong Not enough info:http://bugs.php.net/fix.php?id=27357&r=notenoughinfo Submitted twice:http://bugs.php.net/fix.php?id=27357&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27357&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27357&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27357&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27357&r=isapi Install GNU Sed:http://bugs.php.net/fix.php?id=27357&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27357&r=float
Req #65296 [Com]: Support named parameters in constructors to inline initialize objects with new()
Edit report at https://bugs.php.net/bug.php?id=65296&edit=1 ID: 65296 Comment by: work at nowhere dot de Reported by:llmll at gmx dot de Summary:Support named parameters in constructors to inline initialize objects with new() Status: Wont fix Type: Feature/Change Request Package:Scripting Engine problem Operating System: any PHP Version:Irrelevant Block user comment: N Private report: N New Comment: Hi, would really like to see this feature. @ab, you did not understand the main request. Arrays *are* possible, but THESE are the bad style you talk about. Initializing properties by strings is error prone, since it is a concept brake: mapping anything-strings to defined-constants. The OP talked about named constants in constructors. What is the problem with such a language feature? Previous Comments: [2013-08-14 11:02:05] none at none dot de I think the main point was missed: Original request was about Named Parameters. (http://en.wikipedia.org/wiki/Named_parameter) This will not extend the language or its features but enhance code readability for both humans and IDEs. [2013-07-22 10:32:31] a...@php.net What i mean, each property should be contained in the class declaration before it's actually defined in construct :) [2013-07-22 10:27:57] a...@php.net I really hope we won't turn php into javascript :) Please take a look, the sugar you talk about is possible with the following class Props { function __construct(array $argv) { foreach($argv as $arg => $val) { $this->$arg = $val; } } } $u = new Props(['hello' => 'world', 'good' => 'bye', 'obj' => new Props(['my' => 'god'])]); Or even use func_get_args() to make $argv optional. However this is a VERY bad style. Every object property should be defined with the class. [2013-07-19 21:11:24] llmll at gmx dot de Just forgot to mention one more readability advantage: It would support "nested" initializations, like it is now possible with arrays full of strings $object = new Object({ Property: $aValue, Property2: $aValue2, Subobject: new Object({ ... }) }); [2013-07-19 21:05:31] llmll at gmx dot de Of course its working, this is not about a bug but about sleekness and PHP-to-programmer support ;-) These assignment-lists are really lengthy and contain too many repetitions. Its more like requesting the ternary operator instead of the "old" if ... then ... else ... 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 https://bugs.php.net/bug.php?id=65296 -- Edit this bug report at https://bugs.php.net/bug.php?id=65296&edit=1
Req #65296 [Com]: Support named parameters in constructors to inline initialize objects with new()
Edit report at https://bugs.php.net/bug.php?id=65296&edit=1 ID: 65296 Comment by: work at nowhere dot de Reported by:llmll at gmx dot de Summary:Support named parameters in constructors to inline initialize objects with new() Status: Wont fix Type: Feature/Change Request Package:Scripting Engine problem Operating System: any PHP Version:Irrelevant Block user comment: N Private report: N New Comment: If anyone votes for "properties shoudl be defined in the class", why does php support magic setters and getters? Previous Comments: [2013-09-29 20:55:14] work at nowhere dot de Hi, would really like to see this feature. @ab, you did not understand the main request. Arrays *are* possible, but THESE are the bad style you talk about. Initializing properties by strings is error prone, since it is a concept brake: mapping anything-strings to defined-constants. The OP talked about named constants in constructors. What is the problem with such a language feature? [2013-08-14 11:02:05] none at none dot de I think the main point was missed: Original request was about Named Parameters. (http://en.wikipedia.org/wiki/Named_parameter) This will not extend the language or its features but enhance code readability for both humans and IDEs. [2013-07-22 10:32:31] a...@php.net What i mean, each property should be contained in the class declaration before it's actually defined in construct :) [2013-07-22 10:27:57] a...@php.net I really hope we won't turn php into javascript :) Please take a look, the sugar you talk about is possible with the following class Props { function __construct(array $argv) { foreach($argv as $arg => $val) { $this->$arg = $val; } } } $u = new Props(['hello' => 'world', 'good' => 'bye', 'obj' => new Props(['my' => 'god'])]); Or even use func_get_args() to make $argv optional. However this is a VERY bad style. Every object property should be defined with the class. [2013-07-19 21:11:24] llmll at gmx dot de Just forgot to mention one more readability advantage: It would support "nested" initializations, like it is now possible with arrays full of strings $object = new Object({ Property: $aValue, Property2: $aValue2, Subobject: new Object({ ... }) }); 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 https://bugs.php.net/bug.php?id=65296 -- Edit this bug report at https://bugs.php.net/bug.php?id=65296&edit=1
[PHP-BUG] Bug #64946 [NEW]: DomDocument getAttribute return empty on IMG/src, LINK/href, with protocol-rela
From: work at danemacmillan dot com Operating system: centos6.4 (64bit), win7 (64bit) PHP version: 5.4.15 Package: *XML functions Bug Type: Bug Bug description:DomDocument getAttribute return empty on IMG/src, LINK/href, with protocol-rela Description: DomDocument's getAttribute will return an empty string on both an IMG tag's SRC attribute, and a LINK's HREF attribute *when* the URLs provided are protocol-relative. In the description below I'm going to refer to IMG tags only, but the same issue stands for the LINK tag's HREF attribute as well. There may be others, but these are the only two I discovered. The problem arises when scraping the SRC of IMG tags. If the IMG tag SRC has a protocol-relative URL (an absolute path beginning with "//" instead of "http://";), it will be unreadable. Relative paths are readable (e.g., "/img/landing.png"). I've used both the getElementsByTagName method and the Xpath method. They both suffer from the same problem. However, the moment I prepend any absolute URL with its designated protocol, the IMG SRC is readable. This problem does not exist for the A tag HREF attribute, nor the SCRIPT tag SRC attribute; in each case the URL provided will be returned, regardless of the URL format. Test script: --- To summarize, the first two URLs will be readable, and the third URL will *not* be readable: http://www.example.com/img/eg.png"; /> I'll demonstrate two ways to grab the URLs, and they both fail with protocol-relative URLs. // use for both examples: $html = file_get_contents("http://www.example.com";); // one way (Xpath) $dom = new DOMDocument(); @$dom->loadHTML($html); $x = new DOMXPath($dom); $data = array(); foreach($x->query('//img') as $node) { $data['img']['src'][] = urldecode($node->getAttribute('src')); } // another way (getElementsByTagName) $doc = new DOMDocument(); @$doc->loadHTML($html); $imgs = $doc->getElementsByTagName('img'); $data = array(); for ($i = 0; $i < $imgs->length; $i++) { $img = $imgs->item($i); if($img->getAttribute('src')) { $data[] = urldecode($img->getAttribute('src')); } } // print results from either print_r($data); Expected result: Array ( [img] => Array ( [src] => Array ( [0] => //www.example.com/img/eg.png ) ) ) Actual result: -- Array ( [img] => Array ( [src] => Array ( [0] => ) ) ) -- Edit bug report at https://bugs.php.net/bug.php?id=64946&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=64946&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=64946&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=64946&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=64946&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=64946&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=64946&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=64946&r=needscript Try newer version: https://bugs.php.net/fix.php?id=64946&r=oldversion Not developer issue:https://bugs.php.net/fix.php?id=64946&r=support Expected behavior: https://bugs.php.net/fix.php?id=64946&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=64946&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=64946&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=64946&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=64946&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=64946&r=dst IIS Stability: https://bugs.php.net/fix.php?id=64946&r=isapi Install GNU Sed:https://bugs.php.net/fix.php?id=64946&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=64946&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=64946&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=64946&r=mysqlcfg
Bug #64946 [Opn->Csd]: DomDocument getAttribute return empty on IMG/src, LINK/href, with protocol-rela
Edit report at https://bugs.php.net/bug.php?id=64946&edit=1 ID: 64946 User updated by:work at danemacmillan dot com Reported by:work at danemacmillan dot com Summary:DomDocument getAttribute return empty on IMG/src, LINK/href, with protocol-rela -Status: Open +Status: Closed Type: Bug Package:*XML functions Operating System: centos6.4 (64bit), win7 (64bit) PHP Version:5.4.15 Block user comment: N Private report: N New Comment: I don't know how, but the exact same code did not work for two days. After reporting a bug, it works. Previous Comments: [2013-05-29 22:29:31] work at danemacmillan dot com Description: DomDocument's getAttribute will return an empty string on both an IMG tag's SRC attribute, and a LINK's HREF attribute *when* the URLs provided are protocol-relative. In the description below I'm going to refer to IMG tags only, but the same issue stands for the LINK tag's HREF attribute as well. There may be others, but these are the only two I discovered. The problem arises when scraping the SRC of IMG tags. If the IMG tag SRC has a protocol-relative URL (an absolute path beginning with "//" instead of "http://";), it will be unreadable. Relative paths are readable (e.g., "/img/landing.png"). I've used both the getElementsByTagName method and the Xpath method. They both suffer from the same problem. However, the moment I prepend any absolute URL with its designated protocol, the IMG SRC is readable. This problem does not exist for the A tag HREF attribute, nor the SCRIPT tag SRC attribute; in each case the URL provided will be returned, regardless of the URL format. Test script: --- To summarize, the first two URLs will be readable, and the third URL will *not* be readable: http://www.example.com/img/eg.png"; /> I'll demonstrate two ways to grab the URLs, and they both fail with protocol-relative URLs. // use for both examples: $html = file_get_contents("http://www.example.com";); // one way (Xpath) $dom = new DOMDocument(); @$dom->loadHTML($html); $x = new DOMXPath($dom); $data = array(); foreach($x->query('//img') as $node) { $data['img']['src'][] = urldecode($node->getAttribute('src')); } // another way (getElementsByTagName) $doc = new DOMDocument(); @$doc->loadHTML($html); $imgs = $doc->getElementsByTagName('img'); $data = array(); for ($i = 0; $i < $imgs->length; $i++) { $img = $imgs->item($i); if($img->getAttribute('src')) { $data[] = urldecode($img->getAttribute('src')); } } // print results from either print_r($data); Expected result: Array ( [img] => Array ( [src] => Array ( [0] => //www.example.com/img/eg.png ) ) ) Actual result: -- Array ( [img] => Array ( [src] => Array ( [0] => ) ) ) -- Edit this bug report at https://bugs.php.net/bug.php?id=64946&edit=1
#47730 [Com]: PHP crashes when errorHandler throws Exception
ID: 47730 Comment by: work at setor dot net Reported By: berblinger at krumedia dot de Status: Open Bug Type: Reproducible crash Operating System: Linux PHP Version: 5.2.9 New Comment: Have a same problem # uname -a Linux myhost 2.6.27.15-170.2.24.fc10.x86_64 #1 SMP Wed Feb 11 23:14:31 EST 2009 x86_64 x86_64 x86_64 GNU/Linux # php -v PHP 5.2.9 (cli) (built: Mar 23 2009 14:52:55) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies Configure Command './configure' '--prefix=/ox/kayako/php' '--enable-mbstring' '--with-curl' '--with-openssl' '--with-iconv' '--with-mysqli' '--with-gd' '--with-ttf' '--enable-dbase' '--enable-soap' '--with-apxs2=/ox/kayako/apache/bin/apxs' '--enable-fastcgi' '--enable-force-cgi-redirect' '--with-libdir=lib64' '--with-png-dir' '--with-jpeg-dir' '--with-mcrypt' '--with-freetype-dir=/usr/include/freetype2' '--with-zlib' '--with-imap' '--with-kerberos' '--with-imap-ssl' '--enable-cgi' '--enable-force-cgi-redirect' '--enable-discard-path' '--with-iconv' '--enable-shmop' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--enable-sockets' '--with-bz2' '--with-gettext' '--enable-zip' '--enable-pcntl' '--with-readline' Previous Comments: [2009-03-23 11:58:47] berblinger at krumedia dot de i just tested the Segmentation Fault error on another machine with similar hardware and OS, the result was the same. -> Segmentation fault caused. # cat debian_version 5.0 # uname -a Linux testserver.local 2.6.26-1-amd64 #1 SMP Sat Jan 10 17:57:00 UTC 2009 x86_64 GNU/Linux # php -v PHP 5.2.9 (cli) (built: Mar 10 2009 04:26:53) Copyright (c) 1997-2009 The PHP Group Both servers are configured exactly with the same configure command. [2009-03-22 12:07:25] berblinger at krumedia dot de Configure Command './configure' '--with-apxs2=/usr/bin/apxs2' '--with-mysql=/usr/local/mysql' '--enable-soap' '--enable-bcmath' '--enable-ftp' '--with-gd' '--with-jpeg-dir=/usr/lib' '--with-xpm-dir=/usr/lib' '--with-freetype-dir=/usr/lib' '--with-t1lib=/usr/lib' '--with-ttf' '--enable-shmop' '--enable-sockets' '--enable-zip' '--with-zlib' '--with-mcrypt' '--enable-mbstring' The testing environment is running under Debian 5.0, (AMD 64bit core). I will test if the source will crash on another machine the next week, please be patient. I will provide any results as soon as possible. [2009-03-21 23:08:33] j...@php.net Also, what was the configure line used to compile PHP? [2009-03-21 23:07:28] j...@php.net I can't reproduce it on Linux 64-bit. Can you reproduce this on some other machine with same OS? [2009-03-21 11:03:15] berblinger at krumedia dot de It seems, that this crash is only reproducible under a Linux 64bit environment. I just tried to reproduce it using Vista x64 and PHP 5.2.9, but everything worked fine. Can i provide any further informations to help you fixing this problem? Please tell me, if there's anything i could do. 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/47730 -- Edit this bug report at http://bugs.php.net/?id=47730&edit=1
#47753 [Opn]: PHP crashes when in class method argument throw Exception
ID: 47753 User updated by: work at setor dot net Reported By: work at setor dot net Status: Open Bug Type: Reproducible crash Operating System: Linux PHP Version: 5.2.9 New Comment: public function execute() { // this works $pass = $this->makeThrow(); $this->test( $pass ); } # uname -a Linux myhost 2.6.27.15-170.2.24.fc10.x86_64 #1 SMP Wed Feb 11 23:14:31 EST 2009 x86_64 x86_64 x86_64 GNU/Linux # php -v PHP 5.2.9 (cli) (built: Mar 23 2009 14:52:55) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies Configure Command './configure' '--prefix=/ox/kayako/php' '--enable-mbstring' '--with-curl' '--with-openssl' '--with-iconv' '--with-mysqli' '--with-gd' '--with-ttf' '--enable-dbase' '--enable-soap' '--with-apxs2=/ox/kayako/apache/bin/apxs' '--enable-fastcgi' '--enable-force-cgi-redirect' '--with-libdir=lib64' '--with-png-dir' '--with-jpeg-dir' '--with-mcrypt' '--with-freetype-dir=/usr/include/freetype2' '--with-zlib' '--with-imap' '--with-kerberos' '--with-imap-ssl' '--enable-cgi' '--enable-force-cgi-redirect' '--enable-discard-path' '--with-iconv' '--enable-shmop' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--enable-sockets' '--with-bz2' '--with-gettext' '--enable-zip' '--enable-pcntl' '--with-readline' this code work fine in the same server with php 5.2.6 configured as: './configure' '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-libdir=lib64' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--disable-debug' '--with-pic' '--disable-rpath' '--without-pear' '--with-bz2' '--with-curl' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-xpm-dir=/usr' '--enable-gd-native-ttf' '--with-t1lib=/usr' '--without-gdbm' '--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-png' '--with-expat-dir=/usr' '--with-pcre-regex=/usr' '--with-zlib' '--with-layout=GNU' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--enable-track-vars' '--enable-trans-sid' '--enable-yp' '--enable-wddx' '--with-kerberos' '--enable-ucd-snmp-hack' '--with-unixODBC=shared,/usr' '--enable-memory-limit' '--enable-shmop' '--enable-calendar' '--enable-dbx' '--enable-dio' '--without-mime-magic' '--without-sqlite' '--with-libxml-dir=/usr' '--with-xml' '--with-system-tzdata' '--with-apxs2=/usr/sbin/apxs' '--without-mysql' '--without-gd' '--without-odbc' '--disable-dom' '--disable-dba' '--without-unixODBC' '--disable-pdo' '--disable-xmlreader' '--disable-xmlwriter' '--disable-json' '--without-pspell' Previous Comments: [2009-03-23 13:44:23] work at setor dot net Description: Looks like this bug #47730 php chashes (Segmentation fault). See reproduce code and comments inside for further details. Reproduce code: --- test( $this->makeThrow() ); } private function test( $test ) { } private function makeThrow() { throw new Exception( 'test' ); } } $Test = new ExceptionBug(); $Test->execute(); Expected result: Fatal error: Uncaught exception 'Exception' with message 'test' in /data2/www/test.php:18 Stack trace: #0 /data2/www/test.php(9): ExceptionBug->makeThrow() #1 /data2/www/test.php(23): ExceptionBug->execute() #2 {main} thrown in /data2/www/test.php on line 18 Actual result: -- nothing. php crashes. Segmentation fault in cli -- Edit this bug report at http://bugs.php.net/?id=47753&edit=1
#47753 [NEW]: PHP crashes when in class method argument throw Exception
From: work at setor dot net Operating system: Linux PHP version: 5.2.9 PHP Bug Type: Reproducible crash Bug description: PHP crashes when in class method argument throw Exception Description: Looks like this bug #47730 php chashes (Segmentation fault). See reproduce code and comments inside for further details. Reproduce code: --- test( $this->makeThrow() ); } private function test( $test ) { } private function makeThrow() { throw new Exception( 'test' ); } } $Test = new ExceptionBug(); $Test->execute(); Expected result: Fatal error: Uncaught exception 'Exception' with message 'test' in /data2/www/test.php:18 Stack trace: #0 /data2/www/test.php(9): ExceptionBug->makeThrow() #1 /data2/www/test.php(23): ExceptionBug->execute() #2 {main} thrown in /data2/www/test.php on line 18 Actual result: -- nothing. php crashes. Segmentation fault in cli -- Edit bug report at http://bugs.php.net/?id=47753&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=47753&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=47753&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=47753&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=47753&r=fixedcvs Fixed in CVS and need be documented: http://bugs.php.net/fix.php?id=47753&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=47753&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=47753&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=47753&r=needscript Try newer version: http://bugs.php.net/fix.php?id=47753&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=47753&r=support Expected behavior: http://bugs.php.net/fix.php?id=47753&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=47753&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=47753&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=47753&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=47753&r=php4 Daylight Savings:http://bugs.php.net/fix.php?id=47753&r=dst IIS Stability: http://bugs.php.net/fix.php?id=47753&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=47753&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=47753&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=47753&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=47753&r=mysqlcfg
#44321 [Com]: json_decode will not decode json string with chars like
ID: 44321 Comment by: work at anomalizer dot net Reported By: vzeman at gmail dot com Status: Open Bug Type: JSON related Operating System: Windows/Linux PHP Version: 5.2.5 New Comment: Agree with tom@ that the JSON spec does not permit control characters See http://json.org/ Also try using a validator like http://www.jslint.com/ Previous Comments: [2008-03-19 19:32:59] tom at inetz dot com I think the problem here is that json_decode has problems decoding strings with control characters. I have experienced this problem with multiple control characters. [2008-03-04 12:29:28] vzeman at gmail dot com Description: json_decode will not decode string if in value is string like "" Reproduce code: --- try to decode string like this: {"params":[{"body":"Hello,Regards,"}]} Expected result: params object should contain entry body with text: Hello,Regards, Actual result: -- encoding will stop on character R -- Edit this bug report at http://bugs.php.net/?id=44321&edit=1
#44217 [Com]: Output after stdout/stderr closed cause immediate exit
ID: 44217 Comment by: work at anomalizer dot net Reported By: exe at travian dot org Status: Open Bug Type: Filesystem function related Operating System: GNU/Linux Kernel 2.6.18 PHP Version: 5.2.5 New Comment: I guess what you are asking for is something like this to happen when you close STDOUT dup2(open("/dev/null", O_WRONLY), 1); Previous Comments: [2008-04-27 13:40:51] duane at e164 dot org The solution to stopping this output is rather simple. After you close the stdin/stdout/stderr open 3 new file descriptors to /dev/null and all output goes bye bye. eg. fclose(STDIN); fclose(STDOUT); fclose(STDERR); $fp1 = fopen('/dev/null', 'r'); $fp2 = fopen('/dev/null', 'w'); $fp3 = fopen('/dev/null', 'w'); [2008-02-25 11:54:22] exe at travian dot org I'd expect php to discard every output after STDOUT is closed, instead of doing a silent exit (which is hard to track because no error handler or shutdown function is called). Another option (if output in this situation is considered to be an error) would be to trigger a warning/fatal and/or call the shutdown function. This would, at least, make it possible to track this issue. I have to close STDOUT and STDERR in a daemonized processes to detach from the controlling terminal. [2008-02-24 00:40:01] [EMAIL PROTECTED] Another bug #44218 describes some more expected behaviour caused by closing the input/output streams. NOTE: Correct manual page: http://www.php.net/manual/en/wrappers.php.php [2008-02-24 00:34:08] [EMAIL PROTECTED] That's quite expected since you're still trying to output to STDOUT. Why do you want to close STDOUT anyway? See also: http://www.php.net/wrappers.php [2008-02-22 17:32:15] exe at travian dot org Description: If STDOUT and/or STDERR are closed, output by the php script cause the interpreter to exit immediately. According to strace output, php tries to write to the closed STDOUT file handle, causing a "Bad file descriptor" error and exit of the interpreter: [...] close(1)= 0 [...] write(1, "foo", 3) = -1 EBADF (Bad file descriptor) close(0)= 0 close(2)= 0 [...] exit_group(0) = ? Process 19177 detached Reproduce code: --- Expected result: No output, php sleeping for 10 seconds. Actual result: -- php exits immediately, strace shows an "Bad file descriptor" on the write() try to STDOUT: [...] read(3, "http://bugs.php.net/?id=44217&edit=1
#33721 [NEW]: register_globals and array
From: php-work at yandex dot ru Operating system: Windows XP SP2 PHP version: 5CVS-2005-07-16 (dev) PHP Bug Type: *General Issues Bug description: register_globals and array Description: I use 5.1.x-dev (Built On: Jul 16, 2005 06:30 GMT). When "register_globals on" PHP print: a12c5e555f179d9db80c2b69b50273fb, when "off": Array ( [1] => 1 ) Reproduce code: --- -- Edit bug report at http://bugs.php.net/?id=33721&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=33721&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=33721&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=33721&r=trysnapshot51 Fixed in CVS:http://bugs.php.net/fix.php?id=33721&r=fixedcvs Fixed in release:http://bugs.php.net/fix.php?id=33721&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=33721&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=33721&r=needscript Try newer version: http://bugs.php.net/fix.php?id=33721&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=33721&r=support Expected behavior: http://bugs.php.net/fix.php?id=33721&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=33721&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=33721&r=submittedtwice register_globals:http://bugs.php.net/fix.php?id=33721&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=33721&r=php3 Daylight Savings:http://bugs.php.net/fix.php?id=33721&r=dst IIS Stability: http://bugs.php.net/fix.php?id=33721&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=33721&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=33721&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=33721&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=33721&r=mysqlcfg
#33721 [Opn]: register_globals and array
ID: 33721 User updated by: php-work at yandex dot ru Reported By: php-work at yandex dot ru Status: Open Bug Type: *General Issues Operating System: Windows XP SP2 PHP Version: 5CVS-2005-07-16 (dev) New Comment: Sorry, it is not bug, closed. Previous Comments: [2005-07-16 12:55:24] php-work at yandex dot ru Description: I use 5.1.x-dev (Built On: Jul 16, 2005 06:30 GMT). When "register_globals on" PHP print: a12c5e555f179d9db80c2b69b50273fb, when "off": Array ( [1] => 1 ) Reproduce code: --- -- Edit this bug report at http://bugs.php.net/?id=33721&edit=1
#33721 [Opn->Csd]: register_globals and array
ID: 33721 User updated by: php-work at yandex dot ru Reported By: php-work at yandex dot ru -Status: Open +Status: Closed Bug Type: *General Issues Operating System: Windows XP SP2 PHP Version: 5CVS-2005-07-16 (dev) New Comment: Sorry, it is not bug, closed. Previous Comments: [2005-07-16 15:12:52] php-work at yandex dot ru Sorry, it is not bug, closed. [2005-07-16 12:55:24] php-work at yandex dot ru Description: I use 5.1.x-dev (Built On: Jul 16, 2005 06:30 GMT). When "register_globals on" PHP print: a12c5e555f179d9db80c2b69b50273fb, when "off": Array ( [1] => 1 ) Reproduce code: --- -- Edit this bug report at http://bugs.php.net/?id=33721&edit=1
#35606 [NEW]: Many crashes in PHP5
From: php-work at yandex dot ru Operating system: Windows PHP version: 5CVS-2005-12-08 (CVS) PHP Bug Type: Reproducible crash Bug description: Many crashes in PHP5 Description: Many crashes instead of exceptions or errors Reproduce code: --- 1. 2. 3. http://php.net'); ?> Expected result: 1. Fatal error 2. Fatal error 3. Actual result: -- PHP Crashes -- Edit bug report at http://bugs.php.net/?id=35606&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=35606&r=trysnapshot44 Try a CVS snapshot (PHP 5.1): http://bugs.php.net/fix.php?id=35606&r=trysnapshot51 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=35606&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=35606&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=35606&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=35606&r=needtrace Need Reproduce Script:http://bugs.php.net/fix.php?id=35606&r=needscript Try newer version:http://bugs.php.net/fix.php?id=35606&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=35606&r=support Expected behavior:http://bugs.php.net/fix.php?id=35606&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=35606&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=35606&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=35606&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=35606&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=35606&r=dst IIS Stability:http://bugs.php.net/fix.php?id=35606&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=35606&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=35606&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=35606&r=nozend MySQL Configuration Error:http://bugs.php.net/fix.php?id=35606&r=mysqlcfg
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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: --- 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: --- 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: --- 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: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:33] php-work at yandex dot ru Reproduce code: --- 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: --- 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: --- 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: --- 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: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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: --- 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: --- 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: --- 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: --- 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: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:34] php-work at yandex dot ru Reproduce code: --- 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: --- 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: --- 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: --- 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: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:39] php-work at yandex dot ru Reproduce code: --- 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:37] php-work at yandex dot ru Reproduce code: --- 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:36] php-work at yandex dot ru Reproduce code: --- 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: --- 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: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:37] php-work at yandex dot ru Reproduce code: --- 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:36] php-work at yandex dot ru Reproduce code: --- 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: --- 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: --- 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: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:40] php-work at yandex dot ru Reproduce code: --- 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:39] php-work at yandex dot ru Reproduce code: --- 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:37] php-work at yandex dot ru Reproduce code: --- 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:36] php-work at yandex dot ru Reproduce code: --- 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: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:42] php-work at yandex dot ru Reproduce code: --- 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:40] php-work at yandex dot ru Reproduce code: --- 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:39] php-work at yandex dot ru Reproduce code: --- 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:37] php-work at yandex dot ru Reproduce code: --- 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:36] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:43] php-work at yandex dot ru Reproduce code: --- 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:42] php-work at yandex dot ru Reproduce code: --- 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:40] php-work at yandex dot ru Reproduce code: --- 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:39] php-work at yandex dot ru Reproduce code: --- 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:37] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:45] php-work at yandex dot ru Reproduce code: --- 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:43] php-work at yandex dot ru Reproduce code: --- 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:42] php-work at yandex dot ru Reproduce code: --- 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:40] php-work at yandex dot ru Reproduce code: --- 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:39] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:46] php-work at yandex dot ru Reproduce code: --- 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:45] php-work at yandex dot ru Reproduce code: --- 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:43] php-work at yandex dot ru Reproduce code: --- 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:42] php-work at yandex dot ru Reproduce code: --- 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:40] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:48] php-work at yandex dot ru Reproduce code: --- 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:46] php-work at yandex dot ru Reproduce code: --- 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:45] php-work at yandex dot ru Reproduce code: --- 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:43] php-work at yandex dot ru Reproduce code: --- 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:42] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:49] php-work at yandex dot ru Reproduce code: --- 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:48] php-work at yandex dot ru Reproduce code: --- 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:46] php-work at yandex dot ru Reproduce code: --- 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:45] php-work at yandex dot ru Reproduce code: --- 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:43] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:51] php-work at yandex dot ru Reproduce code: --- 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:49] php-work at yandex dot ru Reproduce code: --- 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:48] php-work at yandex dot ru Reproduce code: --- 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:46] php-work at yandex dot ru Reproduce code: --- 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:45] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:52] php-work at yandex dot ru Reproduce code: --- 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:51] php-work at yandex dot ru Reproduce code: --- 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:49] php-work at yandex dot ru Reproduce code: --- 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:48] php-work at yandex dot ru Reproduce code: --- 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:46] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:54] php-work at yandex dot ru Reproduce code: --- 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:52] php-work at yandex dot ru Reproduce code: --- 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:51] php-work at yandex dot ru Reproduce code: --- 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:49] php-work at yandex dot ru Reproduce code: --- 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:48] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:56] php-work at yandex dot ru Reproduce code: --- 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:54] php-work at yandex dot ru Reproduce code: --- 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:52] php-work at yandex dot ru Reproduce code: --- 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:51] php-work at yandex dot ru Reproduce code: --- 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:49] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:57] php-work at yandex dot ru Reproduce code: --- 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:56] php-work at yandex dot ru Reproduce code: --- 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:54] php-work at yandex dot ru Reproduce code: --- 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:52] php-work at yandex dot ru Reproduce code: --- 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:51] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:31] php-work at yandex dot ru Reproduce code: --- 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: --- 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: --- 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. [2005-12-08 20:28:45] php-work at yandex dot ru Description: Many crashes instead of exceptions or errors Reproduce code: --- 1. 2. 3. http://php.net'); ?> Expected result: 1. Fatal error 2. Fatal error 3. Actual result: -- PHP Crashes -- Edit this bug report at http://bugs.php.net/?id=35606&edit=1
#35606 [Fbk->Opn]: SplFileObject: crash instead of exception
ID: 35606 User updated by: php-work at yandex dot ru -Summary: Many crashes in PHP5 Reported By: php-work at yandex dot ru -Status: Feedback +Status: Open -Bug Type: Reproducible crash +Bug Type: SPL related -Operating System: Windows +Operating System: Windows XP PHP Version: 5CVS-2005-12-08 (CVS) New Comment: Reproduce code: --- 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 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. ---- [2005-12-08 20:28:45] php-work at yandex dot ru Description: Many crashes instead of exceptions or errors Reproduce code: --- 1. 2. 3. http://php.net'); ?> Expected result: 1. Fatal error 2. Fatal error 3. Actual result: -- PHP Crashes -- Edit this bug report at http://bugs.php.net/?id=35606&edit=1
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:27] php-work at yandex dot ru Reproduce code: --- 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. [2005-12-08 20:28:45] php-work at yandex dot ru Description: Many crashes instead of exceptions or errors Reproduce code: --- 1. 2. 3. http://php.net'); ?> Expected result: 1. Fatal error 2. Fatal error 3. Actual result: -- PHP Crashes -- Edit this bug report at http://bugs.php.net/?id=35606&edit=1
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:29] php-work at yandex dot ru Reproduce code: --- 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: --- 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. [2005-12-08 20:28:45] php-work at yandex dot ru Description: Many crashes instead of exceptions or errors Reproduce code: --- 1. 2. 3. http://php.net'); ?> Expected result: 1. Fatal error 2. Fatal error 3. Actual result: -- PHP Crashes -- Edit this bug report at http://bugs.php.net/?id=35606&edit=1
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:58] php-work at yandex dot ru Reproduce code: --- 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:57] php-work at yandex dot ru Reproduce code: --- 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:56] php-work at yandex dot ru Reproduce code: --- 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:54] php-work at yandex dot ru Reproduce code: --- 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:52] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:03] php-work at yandex dot ru Reproduce code: --- 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:58] php-work at yandex dot ru Reproduce code: --- 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:57] php-work at yandex dot ru Reproduce code: --- 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:56] php-work at yandex dot ru Reproduce code: --- 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:54] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:04] php-work at yandex dot ru Reproduce code: --- 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:09:03] php-work at yandex dot ru Reproduce code: --- 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:58] php-work at yandex dot ru Reproduce code: --- 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:57] php-work at yandex dot ru Reproduce code: --- 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:56] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:30] php-work at yandex dot ru Reproduce code: --- 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:09:28] php-work at yandex dot ru Reproduce code: --- 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:09:27] php-work at yandex dot ru Reproduce code: --- 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:09:25] php-work at yandex dot ru Reproduce code: --- 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:09:24] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:31] php-work at yandex dot ru Reproduce code: --- 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:09:30] php-work at yandex dot ru Reproduce code: --- 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:09:28] php-work at yandex dot ru Reproduce code: --- 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:09:27] php-work at yandex dot ru Reproduce code: --- 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:09:25] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:28] php-work at yandex dot ru Reproduce code: --- 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:09:27] php-work at yandex dot ru Reproduce code: --- 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:09:25] php-work at yandex dot ru Reproduce code: --- 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:09:24] php-work at yandex dot ru Reproduce code: --- 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:09:22] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:22] php-work at yandex dot ru Reproduce code: --- 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:09:21] php-work at yandex dot ru Reproduce code: --- 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:09:19] php-work at yandex dot ru Reproduce code: --- 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:09:18] php-work at yandex dot ru Reproduce code: --- 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:09:16] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:21] php-work at yandex dot ru Reproduce code: --- 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:09:19] php-work at yandex dot ru Reproduce code: --- 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:09:18] php-work at yandex dot ru Reproduce code: --- 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:09:16] php-work at yandex dot ru Reproduce code: --- 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:09:15] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:18] php-work at yandex dot ru Reproduce code: --- 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:09:16] php-work at yandex dot ru Reproduce code: --- 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:09:15] php-work at yandex dot ru Reproduce code: --- 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:09:13] php-work at yandex dot ru Reproduce code: --- 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:09:11] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:15] php-work at yandex dot ru Reproduce code: --- 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:09:13] php-work at yandex dot ru Reproduce code: --- 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:09:11] php-work at yandex dot ru Reproduce code: --- 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:09:06] php-work at yandex dot ru Reproduce code: --- 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:09:04] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:13] php-work at yandex dot ru Reproduce code: --- 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:09:11] php-work at yandex dot ru Reproduce code: --- 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:09:06] php-work at yandex dot ru Reproduce code: --- 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:09:04] php-work at yandex dot ru Reproduce code: --- 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:09:03] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:06] php-work at yandex dot ru Reproduce code: --- 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:09:04] php-work at yandex dot ru Reproduce code: --- 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:09:03] php-work at yandex dot ru Reproduce code: --- 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:58] php-work at yandex dot ru Reproduce code: --- 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:57] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:19] php-work at yandex dot ru Reproduce code: --- 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:09:18] php-work at yandex dot ru Reproduce code: --- 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:09:16] php-work at yandex dot ru Reproduce code: --- 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:09:15] php-work at yandex dot ru Reproduce code: --- 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:09:13] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:11] php-work at yandex dot ru Reproduce code: --- 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:09:06] php-work at yandex dot ru Reproduce code: --- 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:09:04] php-work at yandex dot ru Reproduce code: --- 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:09:03] php-work at yandex dot ru Reproduce code: --- 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:58] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:25] php-work at yandex dot ru Reproduce code: --- 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:09:24] php-work at yandex dot ru Reproduce code: --- 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:09:22] php-work at yandex dot ru Reproduce code: --- 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:09:21] php-work at yandex dot ru Reproduce code: --- 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:09:19] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:16] php-work at yandex dot ru Reproduce code: --- 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:09:15] php-work at yandex dot ru Reproduce code: --- 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:09:13] php-work at yandex dot ru Reproduce code: --- 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:09:11] php-work at yandex dot ru Reproduce code: --- 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:09:06] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:24] php-work at yandex dot ru Reproduce code: --- 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:09:22] php-work at yandex dot ru Reproduce code: --- 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:09:21] php-work at yandex dot ru Reproduce code: --- 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:09:19] php-work at yandex dot ru Reproduce code: --- 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:09:18] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:27] php-work at yandex dot ru Reproduce code: --- 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:09:25] php-work at yandex dot ru Reproduce code: --- 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:09:24] php-work at yandex dot ru Reproduce code: --- 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:09:22] php-work at yandex dot ru Reproduce code: --- 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:09:21] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:41] php-work at yandex dot ru Reproduce code: --- 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:09:39] php-work at yandex dot ru Reproduce code: --- 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:09:37] php-work at yandex dot ru Reproduce code: --- 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:09:36] php-work at yandex dot ru Reproduce code: --- 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:09:35] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:42] php-work at yandex dot ru Reproduce code: --- 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:09:41] php-work at yandex dot ru Reproduce code: --- 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:09:39] php-work at yandex dot ru Reproduce code: --- 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:09:37] php-work at yandex dot ru Reproduce code: --- 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:09:36] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:44] php-work at yandex dot ru Reproduce code: --- 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:09:42] php-work at yandex dot ru Reproduce code: --- 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:09:41] php-work at yandex dot ru Reproduce code: --- 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:09:39] php-work at yandex dot ru Reproduce code: --- 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:09:37] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:46] php-work at yandex dot ru Reproduce code: --- 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:09:44] php-work at yandex dot ru Reproduce code: --- 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:09:42] php-work at yandex dot ru Reproduce code: --- 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:09:41] php-work at yandex dot ru Reproduce code: --- 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:09:39] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:48] php-work at yandex dot ru Reproduce code: --- 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:09:46] php-work at yandex dot ru Reproduce code: --- 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:09:44] php-work at yandex dot ru Reproduce code: --- 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:09:42] php-work at yandex dot ru Reproduce code: --- 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:09:41] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:50] php-work at yandex dot ru Reproduce code: --- 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:09:48] php-work at yandex dot ru Reproduce code: --- 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:09:46] php-work at yandex dot ru Reproduce code: --- 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:09:44] php-work at yandex dot ru Reproduce code: --- 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:09:42] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:52] php-work at yandex dot ru Reproduce code: --- 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:09:50] php-work at yandex dot ru Reproduce code: --- 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:09:48] php-work at yandex dot ru Reproduce code: --- 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:09:46] php-work at yandex dot ru Reproduce code: --- 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:09:44] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:53] php-work at yandex dot ru Reproduce code: --- 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:09:52] php-work at yandex dot ru Reproduce code: --- 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:09:50] php-work at yandex dot ru Reproduce code: --- 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:09:48] php-work at yandex dot ru Reproduce code: --- 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:09:46] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:55] php-work at yandex dot ru Reproduce code: --- 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:09:53] php-work at yandex dot ru Reproduce code: --- 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:09:52] php-work at yandex dot ru Reproduce code: --- 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:09:50] php-work at yandex dot ru Reproduce code: --- 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:09:48] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:57] php-work at yandex dot ru Reproduce code: --- 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:09:55] php-work at yandex dot ru Reproduce code: --- 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:09:53] php-work at yandex dot ru Reproduce code: --- 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:09:52] php-work at yandex dot ru Reproduce code: --- 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:09:50] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:58] php-work at yandex dot ru Reproduce code: --- 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:09:57] php-work at yandex dot ru Reproduce code: --- 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:09:55] php-work at yandex dot ru Reproduce code: --- 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:09:53] php-work at yandex dot ru Reproduce code: --- 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:09:52] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:02] php-work at yandex dot ru Reproduce code: --- 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:10:00] php-work at yandex dot ru Reproduce code: --- 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:09:58] php-work at yandex dot ru Reproduce code: --- 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:09:57] php-work at yandex dot ru Reproduce code: --- 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:09:55] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:04] php-work at yandex dot ru Reproduce code: --- 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:10:02] php-work at yandex dot ru Reproduce code: --- 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:10:00] php-work at yandex dot ru Reproduce code: --- 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:09:58] php-work at yandex dot ru Reproduce code: --- 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:09:57] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:00] php-work at yandex dot ru Reproduce code: --- 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:09:58] php-work at yandex dot ru Reproduce code: --- 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:09:57] php-work at yandex dot ru Reproduce code: --- 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:09:55] php-work at yandex dot ru Reproduce code: --- 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:09:53] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:05] php-work at yandex dot ru Reproduce code: --- 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:10:04] php-work at yandex dot ru Reproduce code: --- 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:10:02] php-work at yandex dot ru Reproduce code: --- 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:10:00] php-work at yandex dot ru Reproduce code: --- 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:09:58] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:07] php-work at yandex dot ru Reproduce code: --- 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:10:05] php-work at yandex dot ru Reproduce code: --- 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:10:04] php-work at yandex dot ru Reproduce code: --- 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:10:02] php-work at yandex dot ru Reproduce code: --- 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:10:00] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:39] php-work at yandex dot ru Reproduce code: --- 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:09:37] php-work at yandex dot ru Reproduce code: --- 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:09:36] php-work at yandex dot ru Reproduce code: --- 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:09:35] php-work at yandex dot ru Reproduce code: --- 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:09:33] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:37] php-work at yandex dot ru Reproduce code: --- 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:09:36] php-work at yandex dot ru Reproduce code: --- 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:09:35] php-work at yandex dot ru Reproduce code: --- 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:09:33] php-work at yandex dot ru Reproduce code: --- 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:09:31] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:36] php-work at yandex dot ru Reproduce code: --- 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:09:35] php-work at yandex dot ru Reproduce code: --- 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:09:33] php-work at yandex dot ru Reproduce code: --- 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:09:31] php-work at yandex dot ru Reproduce code: --- 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:09:30] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:33] php-work at yandex dot ru Reproduce code: --- 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:09:31] php-work at yandex dot ru Reproduce code: --- 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:09:30] php-work at yandex dot ru Reproduce code: --- 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:09:28] php-work at yandex dot ru Reproduce code: --- 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:09:27] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:09:35] php-work at yandex dot ru Reproduce code: --- 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:09:33] php-work at yandex dot ru Reproduce code: --- 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:09:31] php-work at yandex dot ru Reproduce code: --- 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:09:30] php-work at yandex dot ru Reproduce code: --- 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:09:28] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:10] php-work at yandex dot ru Reproduce code: --- 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:10:09] php-work at yandex dot ru Reproduce code: --- 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:10:07] php-work at yandex dot ru Reproduce code: --- 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:10:05] php-work at yandex dot ru Reproduce code: --- 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:10:04] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:12] php-work at yandex dot ru Reproduce code: --- 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:10:10] php-work at yandex dot ru Reproduce code: --- 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:10:09] php-work at yandex dot ru Reproduce code: --- 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:10:07] php-work at yandex dot ru Reproduce code: --- 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:10:05] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:14] php-work at yandex dot ru Reproduce code: --- 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:10:12] php-work at yandex dot ru Reproduce code: --- 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:10:10] php-work at yandex dot ru Reproduce code: --- 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:10:09] php-work at yandex dot ru Reproduce code: --- 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:10:07] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:16] php-work at yandex dot ru Reproduce code: --- 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:10:14] php-work at yandex dot ru Reproduce code: --- 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:10:12] php-work at yandex dot ru Reproduce code: --- 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:10:10] php-work at yandex dot ru Reproduce code: --- 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:10:09] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:21] php-work at yandex dot ru Reproduce code: --- 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:10:20] php-work at yandex dot ru Reproduce code: --- 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:10:18] php-work at yandex dot ru Reproduce code: --- 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:10:16] php-work at yandex dot ru Reproduce code: --- 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:10:14] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:23] php-work at yandex dot ru Reproduce code: --- 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:10:21] php-work at yandex dot ru Reproduce code: --- 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:10:20] php-work at yandex dot ru Reproduce code: --- 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:10:18] php-work at yandex dot ru Reproduce code: --- 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:10:16] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:18] php-work at yandex dot ru Reproduce code: --- 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:10:16] php-work at yandex dot ru Reproduce code: --- 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:10:14] php-work at yandex dot ru Reproduce code: --- 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:10:12] php-work at yandex dot ru Reproduce code: --- 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:10:10] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:20] php-work at yandex dot ru Reproduce code: --- 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:10:18] php-work at yandex dot ru Reproduce code: --- 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:10:16] php-work at yandex dot ru Reproduce code: --- 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:10:14] php-work at yandex dot ru Reproduce code: --- 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:10:12] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:09] php-work at yandex dot ru Reproduce code: --- 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:10:07] php-work at yandex dot ru Reproduce code: --- 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:10:05] php-work at yandex dot ru Reproduce code: --- 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:10:04] php-work at yandex dot ru Reproduce code: --- 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:10:02] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:25] php-work at yandex dot ru Reproduce code: --- 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:10:23] php-work at yandex dot ru Reproduce code: --- 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:10:21] php-work at yandex dot ru Reproduce code: --- 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:10:20] php-work at yandex dot ru Reproduce code: --- 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:10:18] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:30] php-work at yandex dot ru Reproduce code: --- 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:10:28] php-work at yandex dot ru Reproduce code: --- 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:10:27] php-work at yandex dot ru Reproduce code: --- 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:10:25] php-work at yandex dot ru Reproduce code: --- 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:10:23] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:32] php-work at yandex dot ru Reproduce code: --- 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:10:30] php-work at yandex dot ru Reproduce code: --- 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:10:28] php-work at yandex dot ru Reproduce code: --- 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:10:27] php-work at yandex dot ru Reproduce code: --- 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:10:25] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:38] php-work at yandex dot ru Reproduce code: --- 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:10:36] php-work at yandex dot ru Reproduce code: --- 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:10:35] php-work at yandex dot ru Reproduce code: --- 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:10:33] php-work at yandex dot ru Reproduce code: --- 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:10:32] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:42] php-work at yandex dot ru Reproduce code: --- 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:10:38] php-work at yandex dot ru Reproduce code: --- 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:10:36] php-work at yandex dot ru Reproduce code: --- 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:10:35] php-work at yandex dot ru Reproduce code: --- 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:10:33] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:27] php-work at yandex dot ru Reproduce code: --- 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:10:25] php-work at yandex dot ru Reproduce code: --- 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:10:23] php-work at yandex dot ru Reproduce code: --- 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:10:21] php-work at yandex dot ru Reproduce code: --- 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:10:20] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:28] php-work at yandex dot ru Reproduce code: --- 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:10:27] php-work at yandex dot ru Reproduce code: --- 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:10:25] php-work at yandex dot ru Reproduce code: --- 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:10:23] php-work at yandex dot ru Reproduce code: --- 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:10:21] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:44] php-work at yandex dot ru Reproduce code: --- 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:10:42] php-work at yandex dot ru Reproduce code: --- 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:10:38] php-work at yandex dot ru Reproduce code: --- 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:10:36] php-work at yandex dot ru Reproduce code: --- 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:10:35] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:50] php-work at yandex dot ru Reproduce code: --- 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:10:44] php-work at yandex dot ru Reproduce code: --- 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:10:42] php-work at yandex dot ru Reproduce code: --- 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:10:38] php-work at yandex dot ru Reproduce code: --- 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:10:36] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:53] php-work at yandex dot ru Reproduce code: --- 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:10:50] php-work at yandex dot ru Reproduce code: --- 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:10:44] php-work at yandex dot ru Reproduce code: --- 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:10:42] php-work at yandex dot ru Reproduce code: --- 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:10:38] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:54] php-work at yandex dot ru Reproduce code: --- 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:10:53] php-work at yandex dot ru Reproduce code: --- 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:10:50] php-work at yandex dot ru Reproduce code: --- 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:10:44] php-work at yandex dot ru Reproduce code: --- 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:10:42] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:56] php-work at yandex dot ru Reproduce code: --- 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:10:54] php-work at yandex dot ru Reproduce code: --- 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:10:53] php-work at yandex dot ru Reproduce code: --- 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:10:50] php-work at yandex dot ru Reproduce code: --- 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:10:44] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:11:00] php-work at yandex dot ru Reproduce code: --- 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:10:58] php-work at yandex dot ru Reproduce code: --- 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:10:56] php-work at yandex dot ru Reproduce code: --- 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:10:54] php-work at yandex dot ru Reproduce code: --- 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:10:53] php-work at yandex dot ru Reproduce code: --- 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
#35606 [Opn]: SplFileObject: crash instead of exception
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: --- 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:10:58] php-work at yandex dot ru Reproduce code: --- 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:10:56] php-work at yandex dot ru Reproduce code: --- 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:10:54] php-work at yandex dot ru Reproduce code: --- 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:10:53] php-work at yandex dot ru Reproduce code: --- 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:10:50] php-work at yandex dot ru Reproduce code: --- 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