|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-04-25 12:23 UTC] zeev
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 20:00:01 2025 UTC |
Hello! There is error in RC4: when using <? @include("somefile"); ?> or <? @require("somefile"); ?> PHP gives parse error instead of silent continuation. I'm not sure, is this error or feature ;) BTW I need to do: @include("somefile") and get result: if file exists, include it; if don't exist, silently continue work. Is this possible? /doka