|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-04-04 07:04 UTC] tony2001@php.net
[2005-04-04 07:07 UTC] php-louis at steelbytes dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 21 05:00:01 2025 UTC |
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