Re: [PHP-DEV] PHP source code

2002-09-09 Thread OrangeHairedBoy
This is what I was looking for...I think. I appreciate it. But, maybe this is your field of expertise and can help me... How could I make this happen? $myvars[x]=1; $myvars[y]=6; $expression="x+y"; Somehow run the expression and have it result with 7. What I'm trying to figure out is how to wr

Re: [PHP-DEV] PHP source code

2002-09-09 Thread Andrey Hristov
Zend/zend_language_parser.y Zend/zend_language_scanner.l you have to know something about Yacc/Bison and FLex/Lex Best regards Andrey Hristov - Original Message - From: "OrangeHairedBoy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 09, 2002 7:59 PM Subject: [PHP-D