phpbar.de logo

Mailinglisten-Archive

[php] Re: Unexpected T-String

[php] Re: Unexpected T-String

Reinhold Jordan reinhold at bachrain.de
Fre Aug 26 23:25:02 CEST 2005


Hallo,

> Ihr hattet sozusagen alle Recht.
> Habe noch etwas PHP code drumherum gebaut.

das wüssten wir gerne etwas genauer. Denn wir helfen ja nicht nur,
damit Deine Programme laufen - sondern damit wir alle etwas dabei
lernen. Oder?

Jetzt habe ich gerade etwas herumprobiert:

$a[0] = 1;
echo "text $a[0] text";

$a[hallo] = 1;
echo "text $a[hallo] text";

PHP Notice:  Use of undefined constant hallo - assumed 'hallo'

$a['hallo'] = 1;
echo "text $a['hallo'] text";

PHP Parse error:  parse error, unexpected T_ENCAPSED_AND_WHITESPACE,
expecting T_STRING or T_VARIABLE or T_NUM_STRING

Das Ganze unter PHP/4.3.10. Und ich hatte erwartet, daß keines der
Beispiele funktioniert. Ich erinnere mich dunkel, daß es irgendwann
mal nicht ging...

Gruß, Reinhold

-- 
                         Reinhold Jordan
WWW: http://reinhold.bachrain.de          Mail: reinhold at bachrain.de
qmail-spam-protection with intelligent-greylisting, reverse-smtp....
qmail.spamfilter.050726.055.tar.bz2 actual rejects 99.986% of spam!!

php::bar PHP Wiki   -   Listenarchive