Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96384 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2851 invoked from network); 15 Oct 2016 22:31:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Oct 2016 22:31:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@ohgaki.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@ohgaki.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ohgaki.net designates 180.42.98.130 as permitted sender) X-PHP-List-Original-Sender: yohgaki@ohgaki.net X-Host-Fingerprint: 180.42.98.130 ns1.es-i.jp Received: from [180.42.98.130] ([180.42.98.130:33417] helo=es-i.jp) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D8/44-59423-F4EA2085 for ; Sat, 15 Oct 2016 18:31:44 -0400 Received: (qmail 27737 invoked by uid 89); 15 Oct 2016 22:31:39 -0000 Received: from unknown (HELO mail-qk0-f176.google.com) (yohgaki@ohgaki.net@209.85.220.176) by 0 with ESMTPA; 15 Oct 2016 22:31:39 -0000 Received: by mail-qk0-f176.google.com with SMTP id z190so188097692qkc.2 for ; Sat, 15 Oct 2016 15:31:39 -0700 (PDT) X-Gm-Message-State: AA6/9Rnik6Wvj67UU1r8pXh6bKPG82DsB21lCLquVqCQdpa5Js37ThHMInXOekRuQYEkyvU2ox3f0CWpqEY/GQ== X-Received: by 10.55.215.87 with SMTP id m84mr20171109qki.196.1476570693977; Sat, 15 Oct 2016 15:31:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.84.168 with HTTP; Sat, 15 Oct 2016 15:30:53 -0700 (PDT) In-Reply-To: References: Date: Sun, 16 Oct 2016 07:30:53 +0900 X-Gmail-Original-Message-ID: Message-ID: To: Nikita Popov Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Best practice of initializing zval array hash? From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi Nikita, On Sat, Oct 15, 2016 at 6:22 PM, Nikita Popov wrote: > Are you looking for ZVAL_ARR()? I don't know why I didn't think of it! Thank you. -- Yasuo Ohgaki yohgaki@ohgaki.net