|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-05-28 00:42 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 09:00:01 2025 UTC |
CODE USED- $var = <<<EOF EOF; define("CONSTANT", $var) ; ERROR PRODUCED - Warning: Constants may only evaluate to scalar values in /home/sites/site5/cnf/lib2.cnf on line 26 The empty multi-line string does not evaluate to the same thing as: $var = ""; Bug? Fault? User just being thick?