|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-07-23 14:18 UTC] stas at cvs dot php dot net
[2000-08-15 09:51 UTC] waldschrott@php.net
[2001-04-29 12:09 UTC] jmoore@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 07:00:02 2025 UTC |
I have 3 scripts common.inc.php,public.inc.php,index.php common.inc.php <? require("public.inc.php"); ..... $a = //line 296 ?> index.php <? require("common.inc.php");?> In browser we can see Parse error: parse error in public.inc.php3 on line 556 public.inc.php have 293 line