|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2018-02-28 10:17 UTC] laruence@php.net
[2018-02-28 10:17 UTC] laruence@php.net
-Status: Open
+Status: Closed
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 23:00:01 2025 UTC |
Description: ------------ segfault in example codes: Test script: --------------- <?php function handleError($errno, $errstr, $errfile, $errline) { $exception = new exception("blah"); throw $exception; } set_error_handler('handleError', E_ALL); $c = $b[$a]; Expected result: ---------------- no segfault Actual result: -------------- segfault