Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100057 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64096 invoked from network); 27 Jul 2017 10:13:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jul 2017 10:13:51 -0000 Authentication-Results: pb1.pair.com header.from=come@opensides.be; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=come@opensides.be; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain opensides.be designates 195.154.20.141 as permitted sender) X-PHP-List-Original-Sender: come@opensides.be X-Host-Fingerprint: 195.154.20.141 smtp.opensides.be Received: from [195.154.20.141] ([195.154.20.141:50289] helo=smtp.opensides.be) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BA/F3-17354-DDCB9795 for ; Thu, 27 Jul 2017 06:13:50 -0400 Received: from localhost (localhost [127.0.0.1]) by smtp.opensides.be (Postfix) with ESMTP id 30B461C2BBA for ; Thu, 27 Jul 2017 12:13:46 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at opensides.be Received: from smtp.opensides.be ([127.0.0.1]) by localhost (smtp.opensides.be [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 0KHDjknUgjpN for ; Thu, 27 Jul 2017 12:13:45 +0200 (CEST) Received: from mcmic-probook.localnet (63.120.199.77.rev.sfr.net [77.199.120.63]) by smtp.opensides.be (Postfix) with ESMTPSA id 72FFE1C2BA6 for ; Thu, 27 Jul 2017 12:13:45 +0200 (CEST) To: internals@lists.php.net Date: Thu, 27 Jul 2017 12:13:37 +0200 Message-ID: <1546085.0j2fZlticb@mcmic-probook> Organization: OpenSides User-Agent: KMail/5.2.3 (Linux/4.9.0-3-amd64; KDE/5.28.0; x86_64; ; ) In-Reply-To: References: <2177132.cc4GXqHK7k@mcmic-probook> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] LDAP controls support API [Question for the RM at the end] From: come@opensides.be (=?ISO-8859-1?Q?C=F4me?= Chilliet) Hello, The problem with your changes seems to be that when using "z/!" for retdata= , if I call the method with a unset var, which will be the most common case= as it=E2=80=99s an out parameter,=20 the test if (retdata) will fail and the method will behave as if I passed N= ULL. C=C3=B4me