Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46001 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72879 invoked from network); 10 Nov 2009 18:37:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2009 18:37:57 -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 209.85.216.190 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: 209.85.216.190 mail-px0-f190.google.com Received: from [209.85.216.190] ([209.85.216.190:40815] helo=mail-px0-f190.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 54/66-38546-403B9FA4 for ; Tue, 10 Nov 2009 13:37:56 -0500 Received: by pxi28 with SMTP id 28so207742pxi.7 for ; Tue, 10 Nov 2009 10:37:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=g4AQUP2gQ6hWCUk+nMsAe3vc/0fwbQYP0J/BkCQNO+Q=; b=KQBcei31hhSIIlfJyI4CG5dNbApYPra6/klfY3fo1cdVM5i5w4d44SifjVTKQLoQtX brbTMHb+H9u1vXd5BxTVKdYLEU0mLezDjGMhdg9KlpNsPmiJUisXtXoV490MCPPMJioQ ET2SXwfSVR/anVh0pbP9YzEfClw3Idr2g8G4o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=tqUNzjVT41Ve0CFBYCYibO+lgzP4SHHKPNnStipu6EhkTSNuBwQNv6edvv12LYkfP4 Qr382jzYt794eGNs1SIZS1WburlVylQcf8R6H7YqWJya1+1qmPfTl8IUiMz3EHP4QFVM kSR32AarW7E9Xyb9hUnKtyNFFSD6+uAtOw6sc= MIME-Version: 1.0 Received: by 10.115.103.23 with SMTP id f23mr704357wam.226.1257878274062; Tue, 10 Nov 2009 10:37:54 -0800 (PST) In-Reply-To: <413588E2-8AC8-49F7-B7BF-97BEFB0A71E4@pooteeweet.org> References: <413588E2-8AC8-49F7-B7BF-97BEFB0A71E4@pooteeweet.org> Date: Tue, 10 Nov 2009 16:37:34 -0200 Message-ID: To: Lukas Kahwe Smith Cc: PHP Developers Mailing List Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] alternative to the fopen() hack in autoloaders From: igor.feghali@gmail.com (Igor Feghali) > As stated in the RFC, I am not happy with the name "autoload_include". > Suggestions welcome! That reminds me of the set theory... how about: contain $file; or superset $file; there are also the not so original (as found in many other languages) keywords "import" / "load". Best, ~IF.