Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59437 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61809 invoked from network); 7 Apr 2012 18:23:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Apr 2012 18:23:22 -0000 Authentication-Results: pb1.pair.com header.from=yader.hernandez@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yader.hernandez@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: yader.hernandez@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:49017] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4A/9E-23111-916808F4 for ; Sat, 07 Apr 2012 14:23:22 -0400 Received: by obbeh20 with SMTP id eh20so4648091obb.29 for ; Sat, 07 Apr 2012 11:23:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=KtH0rS9ehusNdA8iggMJqA0YiT6+D4+KqyDF2Af1Wkg=; b=xEpytRlSezV1sLIbKCqvyuJGw89ciHCIkCfbRwxFtu/YD7iqgVeP+3FWBHEUa5I9bG YBKyzoRHEzXVvNrSK0pDQRFi896eiBuboQVxLOTtHOpHYH0E0SM83XIS3mVPTFh15mMM ojjWBIZCN3+Wr5XX82Z9nxxkx0duxvFIDHmjqcIOHsoRcPI32zOq2y3I9tVA6aXAEY8w CPyoiu8TCbWFDImJXzXdM1LMEexwQZ/k5PyjGtviu43M8AXKcd4p83QUi+WgqLgo6ur9 Ofr+MUY3GY558gUe/GQpegqbe9Fp3yAvuGlOXFFo2zvn5r2E/gJAIUTVnBG8cPYRmkW7 qYKQ== MIME-Version: 1.0 Received: by 10.182.7.4 with SMTP id f4mr2743936oba.57.1333822999130; Sat, 07 Apr 2012 11:23:19 -0700 (PDT) Sender: yader.hernandez@gmail.com Received: by 10.60.147.199 with HTTP; Sat, 7 Apr 2012 11:23:19 -0700 (PDT) Date: Sat, 7 Apr 2012 11:23:19 -0700 X-Google-Sender-Auth: 7TCnhYOY-bm8HNvX4q2PUXqi6aM Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=f46d044518a10e71a304bd1ade22 Subject: how do you create a private property as an array in a class From: proxilabs@gmail.com (Matthew Hernandez) --f46d044518a10e71a304bd1ade22 Content-Type: text/plain; charset=ISO-8859-1 Hi, This is my first extension I'm working on. I'm trying to make a class available to the user space with 1 private property that is an array. I posted my source and question here http://stackoverflow.com/questions/10052739/how-do-you-create-a-private-property-as-an-array-in-a-class-within-php-ext I think I'm going in the right direction. Can someone please help? thank you --f46d044518a10e71a304bd1ade22--