ID: 47576 Updated by: j...@php.net Reported By: fischikowski at web dot de -Status: Open +Status: Assigned Bug Type: Scripting Engine problem Operating System: win32 only - Windows Vista 32bit -PHP Version: 5.2.9 +PHP Version: 5.2CVS-2009-04-26 (snap) -Assigned To: +Assigned To: pajoye New Comment:
Something is really wrong with the windows builds. This fails with latest snapshot (build on 26th of April) I could find. Previous Comments: ------------------------------------------------------------------------ [2009-04-07 15:30:57] fischikowski at web dot de Too bad... on my system (and the systems of two friends) we could reproduce this bug. Maybe we will find out more about the circumstances, when we try to reproduce it during our lecture (starting end of april). Until then I will not be able to provide any new feedback. ------------------------------------------------------------------------ [2009-04-06 12:52:06] j...@php.net Works fine on windows, linux 32/64bit for me. ------------------------------------------------------------------------ [2009-03-10 14:43:21] fischikowski at web dot de I don't think to use any. I am using PHP on an apache-webserver, if that makes a difference. Could also not reproduce this on linux with Version 5.2.6, had no higher versions on a linux system to test it. Will try that later. ------------------------------------------------------------------------ [2009-03-10 13:51:43] scott...@php.net I can't reproduce this on Linux or OS X Do you have any Zend Extensions enabled such as eAccelerator, APC, Zend Optimizer or anything like that? ------------------------------------------------------------------------ [2009-03-10 10:42:39] fischikowski at web dot de Except from the "<?php" and "?>" I already posted the shorter script. <?php function test() { $array = array("test"); foreach($array as $element) { for($j=0;$j<5;$j++) { continue 2; } //inserting code here affects return-value return true; } return false; } echo test()?"true":"false"; ?> ------------------------------------------------------------------------ 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/47576 -- Edit this bug report at http://bugs.php.net/?id=47576&edit=1