|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-03-22 17:45 UTC] johannes@php.net
-Status: Open
+Status: Bogus
[2010-03-22 17:45 UTC] johannes@php.net
[2010-03-22 21:25 UTC] tyra3l at gmail dot com
[2010-03-22 21:29 UTC] pajoye@php.net
[2010-03-22 21:39 UTC] tyra3l at gmail dot com
[2010-03-22 22:52 UTC] slogster at gmail dot com
[2010-07-14 23:31 UTC] tyra3l at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 13:00:01 2025 UTC |
Description: ------------ function a(){include("/nofile"); a();} a(); /nofine is non existing file Test script: --------------- function a(){include("/nofile"); a();} a(); /nofile is non existing file Expected result: ---------------- should not segfault Actual result: -------------- segfault