Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26271 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53849 invoked by uid 1010); 28 Oct 2006 03:30:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53834 invoked from network); 28 Oct 2006 03:30:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Oct 2006 03:30:28 -0000 Received: from [127.0.0.1] ([127.0.0.1:25288]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 91/DA-07808-3DEC2454 for ; Fri, 27 Oct 2006 23:30:27 -0400 Authentication-Results: pb1.pair.com smtp.mail=toomuchphp-vimdev@yahoo.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=toomuchphp-vimdev@yahoo.com; sender-id=unknown; domainkeys=good Received-SPF: error (pb1.pair.com: domain yahoo.com from 206.190.49.160 cause and error) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: toomuchphp-vimdev@yahoo.com X-Host-Fingerprint: 206.190.49.160 web54510.mail.yahoo.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (2) Received: from [206.190.49.160] ([206.190.49.160:28222] helo=web54510.mail.yahoo.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1E/BA-07808-C2DC2454 for ; Fri, 27 Oct 2006 23:23:25 -0400 Received: (qmail 27189 invoked by uid 60001); 28 Oct 2006 03:23:22 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=V33aep2VZX2R427XQovGXbiY0bW9f65D36mA9BICSZCJY3D5Zyc/aUcjPYT9F4kXPaIF9qA02gpcAumDIUnQuU5F+pOu+D+wFbOqdGKFYuwfHWqqoW32E6yCxZx2mzbsgrHo55p+J0+608Max/WuIxJlI1G9nEsxdogLh/kH3FA= ; Message-ID: <20061028032322.27187.qmail@web54510.mail.yahoo.com> Received: from [210.49.151.97] by web54510.mail.yahoo.com via HTTP; Sat, 28 Oct 2006 13:23:21 EST Date: Sat, 28 Oct 2006 13:23:21 +1000 (EST) Reply-To: toomuchphp-vimdev@yahoo.com To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: How to find all PHP funtions/classes/constants From: toomuchphp-vimdev@yahoo.com (Peter Hodge) Hello everyone, I am in the process of updating the PHP syntax file for Vim, and I need to gather a list of all built-in PHP functions, constants, classes, interfaces, and preferably also the methods and class-constants from said built-in classes and interfaces. First I used my PHP's get_defined_functios() and similar classes to havest my list, but this misses out on any extensions I don't have compiled. Second, I tried to scan the PHP manual, but this is time consuming and not 100% accurate (page layout is very inconsistent). Does anyone know if it would be effective to 'grep' the PHP source code to find all these built-in words? regards, Peter Send instant messages to your online friends http://au.messenger.yahoo.com