|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-08-11 16:10 UTC] destes at ix dot netcom dot com
[2010-12-29 11:59 UTC] jani@php.net
-Status: Open
+Status: Wont fix
-Package: Feature/Change Request
+Package: Scripting Engine problem
[2010-12-29 11:59 UTC] jani@php.net
[2012-05-24 02:01 UTC] lijingyan922 at gmail dot com
[2022-01-29 12:40 UTC] dsnou849 at gmail dot com
[2022-02-09 13:16 UTC] linajulie09 at gmail dot com
[2023-03-22 06:37 UTC] asleypatricia5 at gmail dot com
[2023-11-27 07:46 UTC] ew685283 at gmail dot com
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 05:00:01 2025 UTC |
$ php -q <? error_reporting(E_ALL); echo "{@$array['key']}"; ?> <br /> <b>Parse error</b>: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in <b>-</b> on line <b>2</b><br /> -(2) : Parse error - parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' $ php -q <? error_reporting(E_ALL); echo "{@$foo}\n"; ?> <br /> <b>Warning</b>: Undefined variable: foo in <b>-</b> on line <b>2</b><br /> -(2) : Warning - Undefined variable: foo {@} Would be nice to support the @ operator in those cases too.