Re: [PHP] Language construct

2007-02-20 Thread Richard Lynch
On Tue, February 20, 2007 8:32 am, Balasubramanyam A wrote: > I'm new to this group and I'm learning PHP. I want to know what is the > exact > definition for "Language Construct". Could someone please explain > about > this? It's kind of like the "core language definition" of things such as: if (

Re: [PHP] Language construct

2007-02-20 Thread Satyam
echo, include and a few others are language constructs because they are part of the language itself rather than being functions in the same category as regular functions are. This means that they are integral part of the language, just like 'if', or any operator +, *, etc, though they look pre