Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11035 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63851 invoked by uid 1010); 9 Jul 2004 18:49:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 63788 invoked by uid 1007); 9 Jul 2004 18:49:23 -0000 To: internals@lists.php.net Message-ID: <40EEE86C.5020608@yahoo.es> Date: Fri, 09 Jul 2004 14:48:12 -0400 User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 CC: helly@php.net References: <5.1.0.14.0.20040707203931.02fa6200@mail.ionzoft.com> <40ED64A0.7050305@cschneid.com> <20040708151952.92187.qmail@pb1.pair.com> <20040708215205.23281.qmail@pb1.pair.com> <20040708222005.4329.qmail@pb1.pair.com> <20040708233326.73283.qmail@pb1.pair.com> <233337039.20040709084800@marcus-boerger.de> In-Reply-To: <233337039.20040709084800@marcus-boerger.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 68.163.22.43 Subject: Re: [PHP-DEV] what happened to that new isset() like language From: contact_marcos@yahoo.es (Marc Richards) Marcus, or anyone else familiar enough with the engine, Just to clarify, do you see an inherent technical problem with nesting ifsetor() function calls? $user = ifsetor($_SESSION['user'], ifsetor($_POST['user'], NULL)); or is the problem only with accepting a list of parameters: $user = ifsetor($_SESSION['user'], $_POST['user'], NULL); Marc