![]() |
sponsored links |
|
|
sponsored links
|
|
|
2
19th March 05:57
External User
Posts: 1
|
ID: 32559
Updated by: tony2001@php.net Reported By: php-louis at steelbytes dot com -Status: Open +Status: Bogus Bug Type: Reproducible crash Operating System: WinXP Pro SP2 PHP Version: 5.0.4 New Comment: 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. Previous Comments: ------------------------------------------------------------------------ [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 |
|
|
3
19th March 05:57
External User
Posts: 1
|
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] tony2001@php.net 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 |
|
|
4
19th March 05:57
External User
Posts: 1
|
ID: 32559
Updated by: tony2001@php.net 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] tony2001@php.net 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 |
|
|