Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4068 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47630 invoked by uid 1007); 18 Aug 2003 18:57:08 -0000 Message-ID: <20030818185708.47629.qmail@pb1.pair.com> To: internals@lists.php.net Date: Mon, 18 Aug 2003 15:56:56 -0300 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030529 X-Accept-Language: en-us, en MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 200.220.252.74 Subject: userland macros From: cunha17@uol.com.br (Cristiano Duarte) Is possible to implement userland macros in a PHP extension or it can only be implemented in the core? I know that macros is a preprocessor task and I think PHP has no preprocessor (does it?). So it's possible to implement a preprocessor ? An example (or something like that): Best regards, Cristiano Duarte