Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85676 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93601 invoked from network); 1 Apr 2015 21:11:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Apr 2015 21:11:18 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.49 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.49 mail-pa0-f49.google.com Received: from [209.85.220.49] ([209.85.220.49:34427] helo=mail-pa0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 50/4E-21906-4FE5C155 for ; Wed, 01 Apr 2015 16:11:18 -0500 Received: by pactp5 with SMTP id tp5so63114627pac.1 for ; Wed, 01 Apr 2015 14:11:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=WbKE846V7uKnxIUlDUvbNTWQQ1zysaiCgiwj76lSW20=; b=BFiOCp3J7SHzJyWeiz67KN94ze3DxU9XLrpWy7zckUs5cHKDkz65GH13wY06zut+wD z4c9RUGkhmKPipt1GHx7cwSKsZFQoBjD+3WFarjrudJXiXeitwAHWNArNU7yb+5Yk6pd RT8dHug/2akuo6VkFu7TI6OE+AhWi0cNpoXjBny3uHA9rfaANtUUXVxm8RZBJ5oCGzut d2u/nzHnF+ISzHya+0UamYwgQzqEuzWdIjFngpO4tA0qXKh3GykUPa/LrPvQhUEGgry9 ctNel2pSphk2yB4uCNc2zT0uua3436Btb7HkDQkpFlzUXWiDUNckutQcaIm0RaEQtSV9 txFA== X-Received: by 10.68.129.39 with SMTP id nt7mr14457323pbb.72.1427922672377; Wed, 01 Apr 2015 14:11:12 -0700 (PDT) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id sm3sm3033344pbc.16.2015.04.01.14.11.11 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 01 Apr 2015 14:11:11 -0700 (PDT) Message-ID: <551C5EEE.2040900@gmail.com> Date: Wed, 01 Apr 2015 14:11:10 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Nikita Popov , PHP internals References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: [VOTE] Reclassify E_STRICT notices From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > * htmlentities() with some encodings like EUC-JP throws "Only basic > entities substitution is supported for multi-byte encodings other than > UTF-8; functionality is equivalent to htmlspecialchars" This looks like notice. > * mysqli::next_result() if there is no next result throws "There is no next > result set" This I'm not sure should produce anything at all - it has the return value of false, should be good enough. -- Stas Malyshev smalyshev@gmail.com