Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99121 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42218 invoked from network); 19 May 2017 15:03:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 May 2017 15:03:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=dorin.marcoci@marcodor.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dorin.marcoci@marcodor.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain marcodor.com designates 93.115.138.71 as permitted sender) X-PHP-List-Original-Sender: dorin.marcoci@marcodor.com X-Host-Fingerprint: 93.115.138.71 mail.marcodor.com Received: from [93.115.138.71] ([93.115.138.71:51954] helo=mail.marcodor.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 89/3A-23431-6490F195 for ; Fri, 19 May 2017 11:03:37 -0400 Received: from DESKTOP9R8I199 (host-static-93-115-138-66.moldtelecom.md [93.115.138.66]) by mail.marcodor.com (Postfix) with ESMTPSA id 3422A6C44AC; Fri, 19 May 2017 18:03:30 +0300 (EEST) To: "'Matteo Beccati'" Cc: References: <002801d2cd97$63921700$2ab64500$@marcodor.com> <000901d2cfad$a0349c60$e09dd520$@marcodor.com> <742d91b6-1435-ca97-16dc-9e54295dfcbd@beccati.com> <000a01d2cfba$e13db4f0$a3b91ed0$@marcodor.com> <6e8a86d3-dcde-e98e-2bb2-555945d628f3@beccati.com> <9419f9cb-dd21-932a-0075-883f13e00c9e@beccati.com> <277d24fa-a7c0-591e-273b-3dc1dd6147ff@beccati.com> In-Reply-To: <277d24fa-a7c0-591e-273b-3dc1dd6147ff@beccati.com> Date: Fri, 19 May 2017 18:03:30 +0300 Organization: Marcodor Message-ID: <000401d2d0b1$13f8b1a0$3bea14e0$@marcodor.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQGmIHpy4RzO8NFDYRluODon0aGvPAIf47PzAbsLT60CjAeLEwLIsUNOAsw+YDgC0/kDrwFMONgIodQzSyA= Content-Language: ro DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marcodor.com; s=dkim; t=1495206210; h=from:subject:date:message-id:to:cc:mime-version:content-type:content-transfer-encoding:in-reply-to:references; bh=bUTctavNDb9RyTsoJGgVkCsutn7O8qVMNiUXR1fsbzQ=; b=TD5QDMdsfHs7lR5rTRcF7PiHz0FY0QzwhvN/ZLCEv9brWYKceqIhMuyYzisQ42b9rdD/YQ ySzekSZezWM6g88c2fxRrOLkh5NgfQgkshgsm3Kca353HWCjPb/Wo3G2hQ4yR7+WFeiaTF 528rbUfwgUNfA/sEg4tm5RmT4zWrgR3QHkLjj3rWGpKXvIXhtIlcz+tlY/olSsnHcwlfBN Js9arQYgnSyB8MtfRrDQf61UDCGRzX0U0xxYzL7ntRwLRd163900c8/VGUF3qx5JU/SDjG AeRqu5VmJyMKyb99LZWrs+YuxUafVux4pqBZTjw4bZjC49W+8BRlz6gN4foYMA== Subject: RE: [PHP-DEV] PDO Parameter types // PDO::PARAM_AUTO From: dorin.marcoci@marcodor.com ("Dorin Marcoci") > > It's not an empty string. >=20 > My mistake, I ran the wrong example test script through the debugger. = It is > an empty string, sorry. That's why I'm trying to preach this :) really annoying to guess/detect = and put once again param type while driver know it!