Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42370 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84799 invoked from network); 23 Dec 2008 18:52:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Dec 2008 18:52:15 -0000 Authentication-Results: pb1.pair.com header.from=kinunt@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kinunt@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.200.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kinunt@gmail.com X-Host-Fingerprint: 209.85.200.170 wf-out-1314.google.com Received: from [209.85.200.170] ([209.85.200.170:48506] helo=wf-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CA/79-33440-F5331594 for ; Tue, 23 Dec 2008 13:52:15 -0500 Received: by wf-out-1314.google.com with SMTP id 26so3464277wfd.26 for ; Tue, 23 Dec 2008 10:52:12 -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:mime-version:content-type; bh=x8M2etRn/6KcAJ/pWJoc/6YvLgZcRQinYfw6mLPGuy4=; b=IA42w/IoqPCjXf6+FeEgmGr7p3rz0FxxdjHhBchmUjZ7Rw/qKnc/7P6i3xpoH1z0f7 oCd2GGhVFff96TbDCgp9V548CD/qWeJBy+8tVFON4zDskasSBCl5UtejzQhG8Rj9D6rz 7IIRGpgo9xM19UoJ+YCQ7zpDgKv2upcIQcSRg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=jriM3+sHdn2GzbiqeUsIJ88e6LV0bMrqKoms4sQdLl1ecQv/Y6H6pYZ0nHoJLVWVci Cf01zHEQZefk/+5ORMtwfJt6BOq+WhNkKSWptcYXhXFsyyHelgsoAMCrMxbgveJHXNji jGpBZQnZsgkvQcwmIdV0HqJiNQbAjjLPSHe1g= Received: by 10.143.32.7 with SMTP id k7mr3269332wfj.162.1230058332575; Tue, 23 Dec 2008 10:52:12 -0800 (PST) Received: by 10.142.163.12 with HTTP; Tue, 23 Dec 2008 10:52:12 -0800 (PST) Message-ID: Date: Tue, 23 Dec 2008 19:52:12 +0100 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_81229_27108371.1230058332567" Subject: Where I can find the official PHP5 grammar/specification? From: kinunt@gmail.com ("Juan Kinunt") ------=_Part_81229_27108371.1230058332567 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi! I'm looking for the PHP 5 grammar specification. I'm studying the possibility of implementing an abstract interpretation tool with flex/bison in order to find security vulnerabilities (Injection vulnerabilities, XSS) in the code in a static manner. I know Pixy but I would like to study another possibility. Where I can find the grammar? What do you think about this idea? ------=_Part_81229_27108371.1230058332567--