Edit report at https://bugs.php.net/bug.php?id=61990&edit=1
ID: 61990 Updated by: a...@php.net Reported by: a...@php.net Summary: ext\spl\examples\tests\dualiterator_001.phpt fails -Status: Open +Status: Closed Type: Bug Package: Testing related Operating System: Windows PHP Version: Irrelevant -Assigned To: +Assigned To: ab Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. For Windows: http://windows.php.net/snapshots/ Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2012-05-11 12:40:44] a...@php.net Automatic comment on behalf of ab Revision: http://git.php.net/?p=php-src.git;a=commit;h=81ba6b14c7b1b934f4d3e2896f861a42b07aa838 Log: Fix bug #61990 ext\spl\examples\tests\dualiterator_001.phpt fails ------------------------------------------------------------------------ [2012-05-10 11:59:10] a...@php.net Description: ------------ Test diff: Warning: include(C:\snaps\php-test-pack-5.3-nts-windows-vc9-x86-rf3d86b3\ext\spl\examples\tests/../dualiterator.inc): failed to open stream: No such file or directory in C:\snaps\php-test-pack-5.3-nts-windows-vc9-x86-rf3d86b3\ext\spl\examples\tests\dualiterator_001.php on line 5 Warning: include(): Failed opening 'C:\snaps\php-test-pack-5.3-nts-windows-vc9-x86-rf3d86b3\ext\spl\examples\tests/../dualiterator.inc' for inclusion (include_path='.;C:\php\pear') in C:\snaps\php-test-pack-5.3-nts-windows-vc9-x86-rf3d86b3\ext\spl\examples\tests\dualiterator_001.php on line 5 Fatal error: Class 'DualIterator' not found in C:\snaps\php-test-pack-5.3-nts-windows-vc9-x86-rf3d86b3\ext\spl\examples\tests\dualiterator_001.php on line 12 The explanation is simple - the test is trying to include a class from the examples folder, but the examples folder contents is not copied along with the test pack. Expected result: ---------------- test pass Actual result: -------------- test fail ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61990&edit=1