Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101720 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83144 invoked from network); 28 Jan 2018 12:50:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2018 12:50:32 -0000 Authentication-Results: pb1.pair.com header.from=are.you.winning@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=are.you.winning@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.42 as permitted sender) X-PHP-List-Original-Sender: are.you.winning@gmail.com X-Host-Fingerprint: 74.125.82.42 mail-wm0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:35322] helo=mail-wm0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 85/05-24062-417CD6A5 for ; Sun, 28 Jan 2018 07:50:29 -0500 Received: by mail-wm0-f42.google.com with SMTP id r78so28804592wme.0 for ; Sun, 28 Jan 2018 04:50:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=WTJWUdEQNxvNFq/h3/TFTBq6u4pXlVlxP0Dk7/oha5A=; b=hprzVkbSiUJUQEMENLxs2lNu5T+fe5HJVFGSArXKY3R1jug9WmOttq/ed5mYE/eNOZ BVP1n70Xp+DQjB6EuvXuNt0KKFLXlkUtAcL46aoGCSXvl5PpxkdQpVAlelDjiBEINpt1 ntMOwNxKrimZZGuj2TsTOo4BKufyAfLHoq1n9VD+abm0q/gSp0HlpNtbenE3GJRH2l2k 4H03kNEsOe6RzjZGDqs0qPApvUkJEiZthtMqk1fQeZlTxR7uApvB7Ir081Fv42HBSgq6 VsAUJpzb7wqcG8tAJEsMeNXRxGR8hVyBrO8Hu5+KOBseyqcq0GS/fGZhzwnwFWGCcjze lcUQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=WTJWUdEQNxvNFq/h3/TFTBq6u4pXlVlxP0Dk7/oha5A=; b=F2olF+MLp0cUgn5yekTIqtGJ/GQFCKgRq6FIbHaImaANsXQIWzgBwWsJggMIbnCgHF pPg0/tn9rDttc3jNjW4DQ2QC9n2W+aecga8D99CG+QtAYX2UR84xJQoAq7Hex1kgB6l+ 06bFyjqsuk2XwDyt/uFAQkUcC+jklCQLxVNo4xBRyuW4hIZNrC4W2Wx3ku6Q5ZBcStlV XZyisje9iknqae3RLCgnrX2PEDdAYh9M0QYzNBLl9wbDH1WhNx6zA9Qp95rInm9phMI9 KlVzbsEf7no/DllYUHmJytMpTHV4BpQ/BHxNY7iZQcq45mWE+HaOA0u07xzzq/t2qnZM hzdQ== X-Gm-Message-State: AKwxytc+RWFtK+OaIkRhFSdRJoU9tG7xDafSXpWAos8yUBFPLi8s3thb a2ve5lOiQepXa88e4wf7OdzWw4TsSqhfO3NVvxI= X-Google-Smtp-Source: AH8x224GNIChtO0LiahS+/i40glWN7xi749etWrcUCNYP2HlkyPkaPBauE9QT6PcaN7bh86jWmwnW1q4jJ0/uCCmzXA= X-Received: by 10.80.146.211 with SMTP id l19mr6121103eda.152.1517143825305; Sun, 28 Jan 2018 04:50:25 -0800 (PST) MIME-Version: 1.0 Sender: are.you.winning@gmail.com Received: by 10.80.164.198 with HTTP; Sun, 28 Jan 2018 04:50:24 -0800 (PST) In-Reply-To: <7e0d52d6-2b35-eba1-806f-cf7eb1e2d100@gmx.de> References: <7e0d52d6-2b35-eba1-806f-cf7eb1e2d100@gmx.de> Date: Sun, 28 Jan 2018 12:50:24 +0000 X-Google-Sender-Auth: tQSoYqBEnZZ7BSPsGo3vg4LAiA8 Message-ID: To: "Christoph M. Becker" Cc: Chris Wright , PHP Internals List Content-Type: multipart/alternative; boundary="f403045c2c82c7d5780563d592e8" Subject: Re: unpack() offset and consumed data measurement From: cw@daverandom.com (Chris Wright) --f403045c2c82c7d5780563d592e8 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On 28 January 2018 at 12:42, Christoph M. Becker wrote: > On 28.01.2018 at 13:12, Chris Wright wrote: > > > Since PHP 7.1 the unpack() function has a (still undocumented) optional > 3rd > > argument [=E2=80=A6] > > JFTR: documented with > . > > Thanks! --f403045c2c82c7d5780563d592e8--