Re: [PHP-DEV] class constants bugs

2003-09-30 Thread Cristiano Duarte
"Derick Rethans" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > On Mon, 29 Sep 2003, Cristiano Duarte wrote: > > > Shouldn't class constants support simple expressions ? > > No. So It's a compiler bug if it not complaining abount contant expressions... P.S.: I remember that on t

Re: [PHP-DEV] class constants bugs

2003-09-30 Thread Derick Rethans
On Mon, 29 Sep 2003, Cristiano Duarte wrote: > Shouldn't class constants support simple expressions ? No. Derick -- "Interpreting what the GPL actually means is a job best left to those that read the future by examining animal entrails."

[PHP-DEV] class constants bugs

2003-09-29 Thread Cristiano Duarte
1) This code: results in this error: PHP Fatal error: Unsupported operand types in /test.php on line 13 Shouldn't class constants support simple expressions ? 2) Also, this code: Results in segmentation fault. Cristiano Duarte -- PHP Internals - PHP Runtime Development Mailing List To uns