Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:98475 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17154 invoked from network); 10 Mar 2017 19:54:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Mar 2017 19:54:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.178 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.178 mail-pf0-f178.google.com Received: from [209.85.192.178] ([209.85.192.178:33967] helo=mail-pf0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/01-08615-B6403C85 for ; Fri, 10 Mar 2017 14:54:19 -0500 Received: by mail-pf0-f178.google.com with SMTP id v190so45481483pfb.1 for ; Fri, 10 Mar 2017 11:54:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=NkjM+OZlFLHXSsyAaIf5ggLyNaARW4yrivT4isxhEQ4=; b=UdRj5ub0Bch2YP/WmFm8vYg0WC2fI32LBxECMhA/U67Q1I9akNzeP1WmV/q3bs+90k cZpHUnaOu9bricqbQaevcS8mZuwIh1OKeeR4iRq/GQvLcGkhyOc9pTA5l387/Id17HSb cpDY5kk0U+BsCoSPQ/6yPkXUe2ydXPi9DSSvkKlNLcUYhLV+t3a/0q2qtwcashZppted A4Le6xLSQc5U/jKaCAOuO4+GYJW9qDagtJ0OnFJju9eYOS8qEU3jmNcM9PYVyQ2VB8r8 ZHS2N6+j6mqRE13U5WfktiG9EgGWM6EZurGvkTpVlAk6HLL6PEJKve84ITe8++FahP3y /LjQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=NkjM+OZlFLHXSsyAaIf5ggLyNaARW4yrivT4isxhEQ4=; b=gBgtlLPxJMQyKel7bAPuO48c9/2v8DqqcgPYzrH4IFVK9p5+8vv7OhN53Fnj0CkrjO cN99udW0pzp9Xa0O/Icb7FRSXsTUpIbUJSBu+00Y22tb2LAD2mPyGbuVP50KAEeFYn9W fE/Km4r1GVe36mTj7EBizYdgYFKfah9xRxNrtwxWJHr6hJa2xx+rnAClwvwkAjqVF8SY rozMRTMzZaMmsO4wmoQ3lagJR8K1eK+b3JfB6p0LBDxVuv/YSzrZRT6AmuZZfQCegyK0 bD+PcujYc1V/3h0LmJY5WzOhuJqzvfkc/TWd7qv7bLSFmXUH/oJYiJXuudiVYJwogeXL qVzg== X-Gm-Message-State: AMke39mzQCqnQhrs+2zNSoFwX7TJpBQn+pZRV6ZEN8myCprqhEis489dIGiQDp8IVvPwag== X-Received: by 10.98.216.202 with SMTP id e193mr23272232pfg.80.1489175656611; Fri, 10 Mar 2017 11:54:16 -0800 (PST) Received: from Stas-Air-2918.local (108-233-206-104.lightspeed.sntcca.sbcglobal.net. [108.233.206.104]) by smtp.gmail.com with ESMTPSA id s21sm20273060pgg.65.2017.03.10.11.54.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Mar 2017 11:54:15 -0800 (PST) To: internals@lists.php.net, Andrey Andreev References: <3b1ab2d7-c572-14a7-da37-d5b7e379326e@fleshgrinder.com> Message-ID: <90e6fb5c-f835-58e4-2888-cd60a5a9b720@gmail.com> Date: Fri, 10 Mar 2017 11:54:07 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <3b1ab2d7-c572-14a7-da37-d5b7e379326e@fleshgrinder.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [Discussion] is_string(), string type and objects implementing __toString() From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > This is not true at all: > > 1. is_dir Oh come on. I assumed I don't need to explain that the context was about is_* functions for types, not every function that starts with is_*. It doesn't even make sense to compare is_string to is_dir. -- Stas Malyshev smalyshev@gmail.com