Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94788 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83702 invoked from network); 1 Aug 2016 22:56:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Aug 2016 22:56:47 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.214.41 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.214.41 mail-it0-f41.google.com Received: from [209.85.214.41] ([209.85.214.41:38558] helo=mail-it0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/A2-03293-EA3DF975 for ; Mon, 01 Aug 2016 18:56:47 -0400 Received: by mail-it0-f41.google.com with SMTP id j124so187076170ith.1 for ; Mon, 01 Aug 2016 15:56:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=JSgoWLeIYuS3hue7BQG48rcAMXL3RTkxT/oCfJGWR2M=; b=Bziw2oYqVYMWh0s4y/ETkC5iAJRv9PAsG8VOoSYiW0x1OfCj9l8SgBGViY2jnEcaTx R/EDR3crJMGt06rLn33XXOvwxlrnCPNpxXIQ9+6YnhbUvr9b0WeYLiE9Xlt4w1Lawxat ucsQMw473xAQBf0/T0B8uIoGdrXsX2SOSjHY6UVTmVSVL2F3z3vHW+tog78aOS49gGSe E6nF68Uy0pI2PC+WQVQ8va1h7Pt4N1/Y+VCYuLCyFadnXoqy9GcCLGQ4mxF+a6WaWXfS XADJbfcBgzS+FJZ6yvRDYayvjIc5qSSaSgg/R7jTErW9xfacNDPQ/gfoeyEsFKS4do4i C4xA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=JSgoWLeIYuS3hue7BQG48rcAMXL3RTkxT/oCfJGWR2M=; b=caw5+DCsl91GaHwFbj8omqH8GIz8eRuxt8jgKyJa5TkV0EeryDkX86zR9ZpohBLX+3 fOqYRz78rMan7o1HcxiCfJgyq0H5QbohIjHSocAASf0K8d92q04c7JcQ96xEe2E5uv/X +OdMCTOgrlHrOwUFJbeoNwiLfqUH4s0lEGJ+8DuUO/hhEmVGiB5+OIZFVrLliKF1c4V6 leS9UNrvqQFHapVx9PbZa5YmwcgJLTdFD75VaV4gyv57Bst4VAXGvbBYuzEOGgYOCsKx R+wO2h1DZj6WWocfpIQY8ZTe0WbNPmf3GIj3DVIx0QxuD0HSQFjcqtIr4FsgSllwFqyr foYw== X-Gm-Message-State: AEkoouvjqKpHmOF77Cba5KdgpTdfMys2XN9SG6lynDI7Eya66vXbIm/aOY87njZzFO2nuoQJ9MHw7YabNBfJbg== X-Received: by 10.36.217.68 with SMTP id p65mr16119163itg.9.1470092204030; Mon, 01 Aug 2016 15:56:44 -0700 (PDT) MIME-Version: 1.0 Sender: php@golemon.com Received: by 10.36.117.201 with HTTP; Mon, 1 Aug 2016 15:56:43 -0700 (PDT) X-Originating-IP: [107.198.91.68] In-Reply-To: <8442f1fa5544b2ca03e7cebbc64e8e5c@wkhudgins.info> References: <8442f1fa5544b2ca03e7cebbc64e8e5c@wkhudgins.info> Date: Mon, 1 Aug 2016 15:56:43 -0700 X-Google-Sender-Auth: STnlvC73x9XgIxgNqsnokn0-RY4 Message-ID: To: will@wkhudgins.info Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] RFC Posted for str_begins and str_ends functions From: pollita@php.net (Sara Golemon) On Mon, Aug 1, 2016 at 3:52 PM, wrote: > I recently emailed the group about submitting an RFC for str_begins() and > str_ends() functions. The RFC has now been officially submitted and is > viewable at: > > https://wiki.php.net/rfc/add_str_begin_and_end_functions > Feeling "meh" on it (neither for nor against), but I would consider consistency with other str*() functions by making case-insensitivity live in separate functions rather than as a parameter. e.g. str_begins(), str_ibegins(), str_ends(), end_iends() -Sara