|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-01-29 18:07 UTC] jim
[2020-01-24 13:00 UTC] nikic@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 05:00:02 2025 UTC |
Following simple script <?php class test { var $include; }; $t = new test; $t->include = "header.php3"; ?> produces "parse error, expecting `STRING' or `'{'' or `'$''". If this is a feature :), it would be nice to see some error messege about conflict declaration of $this->include on line 2.