ID: 32559
User updated by: php-louis at steelbytes dot com
Reported By: php-louis at steelbytes dot com
-Status: Bogus
+Status: Closed
Bug Type: Reproducible crash
Operating System: WinXP Pro SP2
PHP Version: 5.0.4
New Comment:
whoops, I did look, I just did't see that one.
Previous Comments:
------------------------------------------------------------------------
[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