Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27812 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83919 invoked by uid 1010); 5 Feb 2007 17:58:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83903 invoked from network); 5 Feb 2007 17:58:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2007 17:58:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=andrei@gravitonic.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=andrei@gravitonic.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gravitonic.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from [204.11.219.139] ([204.11.219.139:50898] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D8/91-61367-23077C54 for ; Mon, 05 Feb 2007 12:58:10 -0500 Received: from [66.228.175.145] (borndress-lm.corp.yahoo.com [66.228.175.145]) (authenticated bits=0) by lerdorf.com (8.13.8/8.13.8/Debian-3) with ESMTP id l15Hw4BF000456; Mon, 5 Feb 2007 09:58:04 -0800 In-Reply-To: <20070204232433.1df5a1b8.mba2000@ioplex.com> References: <20070204232433.1df5a1b8.mba2000@ioplex.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <75092762dd8542ee6988b560618b1995@gravitonic.com> Content-Transfer-Encoding: 7bit Cc: internals@lists.php.net Date: Mon, 5 Feb 2007 09:59:08 -0800 To: Michael B Allen X-Mailer: Apple Mail (2.624) X-Virus-Scanned: ClamAV 0.90rc3/2525/Mon Feb 5 08:11:08 2007 on colo X-Virus-Status: Clean Subject: Re: [PHP-DEV] zend_parse_parameters 's!' for NULL string ok? From: andrei@gravitonic.com (Andrei Zmievski) Yes, it does work with 's'. I updated the README. -Andrei On Feb 4, 2007, at 8:24 PM, Michael B Allen wrote: > The documentation claims: > > The following characters also have a meaning in the specifier string: > ! - the parameter it follows can be of specified type or NULL (only > applies to a, o, O, r, and z). If NULL value is passed by the user, > the storage pointer will be set to NULL. > > Does the '!' character also work with strings (s)? It seems to work but > I just want to make sure. > > Mike > > [1] http://www.zend.com/apidoc/zend.arguments.retrieval.php > > -- > Michael B Allen > PHP Active Directory SSO > http://www.ioplex.com/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php