Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42371 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12534 invoked from network); 24 Dec 2008 10:46:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Dec 2008 10:46:38 -0000 Authentication-Results: pb1.pair.com header.from=igor.feghali@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=igor.feghali@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.92.25 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: igor.feghali@gmail.com X-Host-Fingerprint: 74.125.92.25 qw-out-2122.google.com Received: from [74.125.92.25] ([74.125.92.25:20309] helo=qw-out-2122.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F4/25-14661-D0312594 for ; Wed, 24 Dec 2008 05:46:38 -0500 Received: by qw-out-2122.google.com with SMTP id 8so1081960qwh.59 for ; Wed, 24 Dec 2008 02:46:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=c95noWcP9Z7K+S5/5NZjaBKcJnOhuFrcLXSsaRaM/IY=; b=Zxj4Sr3jwPmoorTUEGAq5TiDrwKgFQgET+D54dGloQCxnvfX6YkFnWXiHyU7kK2sjl 2X37UCalYI/VSbmQJm8YYj8C9VNaenEPlU+sikcwWsesSPN/K6LxQ4xgOoHDPO3PyCHd AZA2UlhKGIvoc5LYvufrcY8O6c0hpyoIEIixQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=LQ7f2TLjwYpTLz3I59/n7Jen76jpdB+55gydoKccq48J8KTfII4p5/Q6WVqT/JKzEn GROg8043RnInCHYSHiACXOIByY1s3wax7KW2QxDuws7Yg37oVn4CpirN6P4iRL3qJDvc 4zI6/nOqowCmetiv5wB5V+os9uwvt1RrV3qns= Received: by 10.215.13.16 with SMTP id q16mr8626133qai.237.1230115594665; Wed, 24 Dec 2008 02:46:34 -0800 (PST) Received: by 10.214.43.6 with HTTP; Wed, 24 Dec 2008 02:46:34 -0800 (PST) Message-ID: Date: Wed, 24 Dec 2008 08:46:34 -0200 To: "Juan Kinunt" Cc: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: [PHP-DEV] Where I can find the official PHP5 grammar/specification? From: igor.feghali@gmail.com ("Igor Feghali") Hello Juan, On Tue, Dec 23, 2008 at 16:52, Juan Kinunt wrote: > Where I can find the grammar? http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_language_parser.y?view=markup ? Regards, Igor Feghali.