Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62917 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44126 invoked from network); 9 Sep 2012 12:07:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2012 12:07:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=lars@strojny.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=lars@strojny.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain strojny.net from 46.4.40.248 cause and error) X-PHP-List-Original-Sender: lars@strojny.net X-Host-Fingerprint: 46.4.40.248 milch.schokokeks.org Received: from [46.4.40.248] ([46.4.40.248:33444] helo=milch.schokokeks.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2B/14-06600-D968C405 for ; Sun, 09 Sep 2012 08:07:58 -0400 Received: from lstrojnypro3.fritz.box (ppp-188-174-107-207.dynamic.mnet-online.de [::ffff:188.174.107.207]) (AUTH: PLAIN lars@schokokeks.org, TLS: TLSv1/SSLv3,128bits,AES128-SHA) by milch.schokokeks.org with ESMTPSA; Sun, 09 Sep 2012 14:07:54 +0200 id 0000000000000023.00000000504C869A.00003E65 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1486\)) In-Reply-To: <8A4F4A9D-C994-4CC1-ADF5-4779C600583D@schlueters.de> Date: Sun, 9 Sep 2012 14:07:52 +0200 Cc: Sherif Ramadan , Patrick Schaaf , "internals@lists.php.net" Content-Transfer-Encoding: quoted-printable Message-ID: References: <1347177097.6077.82.camel@lat17.home.bof.de> <8A4F4A9D-C994-4CC1-ADF5-4779C600583D@schlueters.de> To: =?iso-8859-1?Q?Johannes_Schl=FCter?= X-Mailer: Apple Mail (2.1486) Subject: Re: [PHP-DEV] get_class_vars() returned information ORDER From: lars@strojny.net (Lars Strojny) Hi, Am 09.09.2012 um 13:52 schrieb Johannes Schl=FCter = : [...] > There's no such guarantee. The fact that it is using a Hashtable which = has an order is an implementation detail. This might change (even though = a change is unlikely) The only promise of get_class_vars() is to return = all. Or put it that way: if you need a specific order, sort it "by code". cu, Lars=