Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94714 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93371 invoked from network); 26 Jul 2016 18:45:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jul 2016 18:45:03 -0000 Received: from [127.0.0.1] ([127.0.0.1:3920]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 91/20-24716-EAFA7975 for ; Tue, 26 Jul 2016 14:45:02 -0400 Authentication-Results: pb1.pair.com smtp.mail=will@wkhudgins.info; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=will@wkhudgins.info; sender-id=unknown Received-SPF: error (pb1.pair.com: domain wkhudgins.info from 46.232.183.66 cause and error) X-PHP-List-Original-Sender: will@wkhudgins.info X-Host-Fingerprint: 46.232.183.66 nov-007-i512.relay.mailchannels.net Received: from [46.232.183.66] ([46.232.183.66:39229] helo=nov-007-i512.relay.mailchannels.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C0/20-24716-5CEA7975 for ; Tue, 26 Jul 2016 14:41:13 -0400 X-Sender-Id: asmallorange|x-authuser|will@wkhudgins.info Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 6CBF7E1633 for ; Tue, 26 Jul 2016 18:41:04 +0000 (UTC) Received: from krieger.asoshared.com (ip-10-229-2-62.us-west-2.compute.internal [10.229.2.62]) by relay.mailchannels.net (Postfix) with ESMTPA id E60FCE0EF1 for ; Tue, 26 Jul 2016 18:41:03 +0000 (UTC) X-Sender-Id: asmallorange|x-authuser|will@wkhudgins.info Received: from krieger.asoshared.com (krieger.asoshared.com [10.132.194.146]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.7.3); Tue, 26 Jul 2016 18:41:04 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: asmallorange|x-authuser|will@wkhudgins.info X-MailChannels-Auth-Id: asmallorange X-MC-Loop-Signature: 1469558464100:854818966 X-MC-Ingress-Time: 1469558464099 Received: from [::1] (port=32550 helo=krieger.asoshared.com) by krieger.asoshared.com with esmtpa (Exim 4.87) (envelope-from ) id 1bS7Hq-00011r-ST for internals@lists.php.net; Tue, 26 Jul 2016 14:41:02 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 26 Jul 2016 14:41:02 -0400 To: internals@lists.php.net Message-ID: <2a035597d443afb282e374aead55319d@wkhudgins.info> X-Sender: will@wkhudgins.info User-Agent: Roundcube Webmail/1.1.4 X-AuthUser: will@wkhudgins.info Subject: RFC Karma Request From: will@wkhudgins.info Hello, I would like to submit an RFC for adding a str_begins and str_ends function, in relation to https://bugs.php.net/bug.php?id=67035 and https://bugs.php.net/bug.php?id=50434. I've added those functions on my local PHP copy. I would like to make an RFC and a PR for adding it to the core PHP copy. Thanks, Will