Hi esrig!
On Thu, 13 Dec 2001, [EMAIL PROTECTED] wrote:
> From: [EMAIL PROTECTED]
> Operating system: Linux
> PHP version: 4.1.0
> PHP Bug Type: *Languages/Translation
> Bug description: Parse error is appearing in transliterated Hebrew
>T_PAAMAYIM_NEKUDOTAYIM
>
> I left out some double quotes in the following statement:
> if (empty($d_value)) {$d_value = ;}
>
> This produced the following error message:
> Parse error: parse error, expecting `T_PAAMAYIM_NEKUDOTAYIM' or `'('' in
> /home/esrig/public_html/macweb/tcfocal.php on line 213
>
> I recognize this as a Hebrew phrase:
> paamayim means two times
> nekudotayim means two punctuations or two vowels
> Probably means missing double quotes
>
> My question is, why am I getting an error message in Hebrew?
>
it's not an error message in Hebrew:
http://lxr.php.net/search?string=T_PAAMAYIM_NEKUDOTAYIM
http://www.google.com/search?q=T_PAAMAYIM_NEKUDOTAYIM
It's because of &variable construct, when the `$' in front of variable is left
out.
I had fun when I first found it too :)
-- teodor
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]