Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32521 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20626 invoked by uid 1010); 1 Oct 2007 19:36:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 20611 invoked from network); 1 Oct 2007 19:36:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Oct 2007 19:36:52 -0000 Authentication-Results: pb1.pair.com header.from=malterisio777@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=malterisio777@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.146.179 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: malterisio777@gmail.com X-Host-Fingerprint: 209.85.146.179 wa-out-1112.google.com Received: from [209.85.146.179] ([209.85.146.179:15168] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/00-20520-B4C41074 for ; Mon, 01 Oct 2007 15:36:49 -0400 Received: by wa-out-1112.google.com with SMTP id l24so5012643waf for ; Mon, 01 Oct 2007 12:36:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=u0jQXG+aJ2qEIfmIjAaBqA923J0jTZ0IcDrBXvx9oOI=; b=pDKoTVqZUk2JPk50mCtYAi2te8qRaLwOIKcvSdFkZTR3SnIggxV6bjPi8CVoeVbQT4v9tTeXlC/ekL48jBJ7VJTg4GSs8Fcz1aKGMxJM65b94cANVPwXKCLQxXrnHSvUg/1p8eAtcCxziJU0whjR0bsaerwbGJpgXeFNkpj3+sM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=fz/8DQWbwoneLyDecrMJfcIgHAabmoqh/mcwoGbl7m3F3T4r4ue2lb1hJ6MzY7ge+IwTykegGcajMkOq3VB7DjEZxXm2PAdRQzf7MBPEVpEsvHcEmZsmVGlL61bpFBq/L1cqlZOmCszsy89uIGK1xAdfK+AWZAY8A8ODwCNMyrI= Received: by 10.114.110.1 with SMTP id i1mr2506364wac.1191267391641; Mon, 01 Oct 2007 12:36:31 -0700 (PDT) Received: by 10.115.47.6 with HTTP; Mon, 1 Oct 2007 12:36:31 -0700 (PDT) Message-ID: <52dbac0f0710011236u626c9566l6ab474dce0b3132e@mail.gmail.com> Date: Mon, 1 Oct 2007 16:36:31 -0300 To: "PHP Developers Mailing List" In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7146_30540256.1191267391633" References: Subject: Re: [PHP-DEV] substr/array_slice in [] From: malterisio777@gmail.com ("Martin Alterisio") ------=_Part_7146_30540256.1191267391633 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sorry to bother, I have a few questions on this matter. How will this impact on the SPL ArrayAccess and related interfaces and objects? Will there be an interface to this functionality? If so, how will ranges be passed through to this interface? Will this be consistent with substr() and array_slice() if used with an ArrayAccess implementation? Thank you and sorry for the bother. Regards, Martin Alterisio 2007/10/1, Alexey Zakhlestin : > > Here http://www.php.net/~derick/meeting-notes.html#cleanup-for-vs is a > phrase "For both strings and arrays, the [] operator will support > substr()/array_slice() functionality" > > will it appear in php5.x (php 5.3)? > > > -- > Alexey Zakhlestin > http://blog.milkfarmsoft.com/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > ------=_Part_7146_30540256.1191267391633--