Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4608 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65654 invoked by uid 1010); 29 Sep 2003 22:48:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65606 invoked by uid 1007); 29 Sep 2003 22:48:01 -0000 Message-ID: <20030929224800.65605.qmail@pb1.pair.com> To: internals@lists.php.net Date: Mon, 29 Sep 2003 19:47:59 -0300 Lines: 36 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Posted-By: 200.196.104.198 Subject: class constants bugs From: cunha17@uol.com.br ("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