ID: 32559 Updated by: [EMAIL PROTECTED] Reported By: php-louis at steelbytes dot com -Status: Closed +Status: Bogus Bug Type: Reproducible crash Operating System: WinXP Pro SP2 PHP Version: 5.0.4
Previous Comments: ------------------------------------------------------------------------ [2005-04-04 07:07:50] php-louis at steelbytes dot com whoops, I did look, I just did't see that one. ------------------------------------------------------------------------ [2005-04-04 07:04:57] [EMAIL PROTECTED] Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Thank you for your interest in PHP. See bug #29944. ------------------------------------------------------------------------ [2005-04-04 03:14:20] php-louis at steelbytes dot com Description: ------------ try the following code Reproduce code: --------------- <?php $test = 1; switch ($test) { case 1: function bob($x) { echo $x; } bob($test); break; } ?> Expected result: ---------------- page fault at 0x1003B927 _zval_ptr_dtor() Actual result: -------------- see above ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=32559&edit=1