Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44270 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98088 invoked from network); 14 Jun 2009 00:12:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jun 2009 00:12:49 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.156 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 72.14.220.156 fg-out-1718.google.com Received: from [72.14.220.156] ([72.14.220.156:12426] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 11/70-12802-080443A4 for ; Sat, 13 Jun 2009 20:12:49 -0400 Received: by fg-out-1718.google.com with SMTP id 16so854827fgg.0 for ; Sat, 13 Jun 2009 17:12:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=tuE1BQQAygpiuHNhDGUnd0ry3hX0dQxxSkIEVwF1okY=; b=eMv55UeT8LtzxDdgmhYRTLvgeHKHV5s10xA7Fst4GgvYWLQTFB3CviYa7k8sMMOLmr zjjylI+dFcqLfTfcYPovPK2wrrDXr8EKjIcJHYi35vF8i+pbTUqLXRgGN4an0yrV9y1Y y3H8wiZTJtpbYLkASpeowEt78VXkeEpm2cjGA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=Eo5p/mNGim2PUjlvy3EO0TBWguz2UTtUdrRbVHJfiaevV1fHiuRbiAC2FVUn1KWJyT umx0BjQoDxOBwtVr+VSe2N3uIfVeaIDc9NIFscMMYIIxS7UNXhD3emV/tuIZKKApJRYJ d8/6wCJJcxq9ICf4hLsSDmYS29S3mx1Io63qo= MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.86.1.1 with SMTP id 1mr5424504fga.0.1244938365846; Sat, 13 Jun 2009 17:12:45 -0700 (PDT) In-Reply-To: References: Date: Sun, 14 Jun 2009 02:12:45 +0200 X-Google-Sender-Auth: f1558dcd82eb3c7e Message-ID: <2dedb8a0906131712q62ed92d0o37173240dcf2067@mail.gmail.com> To: Michael Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] re Access Modifiers From: kalle@php.net (Kalle Sommer Nielsen) 2009/6/13 Michael : > Now that there's namespaces are we getting access modifiers on > class/functions ? > eg. > > namespace Foo; > > private function bar() { } > public class Baz { } No thats not implemented, and I don't belive there are any plans to implement it currently > > ------- > Michael > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- regrads, Kalle Sommer Nielsen kalle@php.net