I know how to use these statements. What I'd like to know is how the PHP
parser makes it happen. Where in the downloadble PHP source code is the C
code that actually reads the statement, figures out what needs to happen,
and makes it happen?

Can you help me on this?

Lewis


"Matt Schroebel" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > From: OrangeHairedBoy [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, September 09, 2002 12:41 PM
> > Subject: [PHP] PHP Source files
> >
> > I'm wondering if anyone knows where I can find information
> > about how PHP
> > parser processes commands like:
> >
> > $a=$b+$c;
> > if ($b < $a) {}
> >
> > (Ones with operators)
> >
> > I've downloaded the source code, but I'm having much luck
> > narrowing down my
> > search. Can anyone help me??
>
> http://www.php.net/manual/en/language.operators.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to