Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105763 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 96122 invoked from network); 20 May 2019 21:58:58 -0000 Received: from unknown (HELO scarlet.netpirates.net) (188.94.27.5) by pb1.pair.com with SMTP; 20 May 2019 21:58:58 -0000 Received: from pd9fcb856.dip0.t-ipconnect.de ([217.252.184.86] helo=localhost.localdomain) by scarlet.netpirates.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1hSnbu-0004dy-QF for internals@lists.php.net; Mon, 20 May 2019 21:06:10 +0200 To: internals@lists.php.net References: <16ad66607a0.27c1.08be835b7d1a2c2edb4c4286afe1a236@gmail.com> Reply-To: internals@lists.php.net Message-ID: <045526c5-52f7-ea4a-13b4-6db51773e3e3@php.net> Date: Mon, 20 May 2019 21:06:10 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] High performance function autoloading From: sebastian@php.net (Sebastian Bergmann) On 5/20/19 8:45 PM, Marco Pivetta wrote: > Disabling function mocking is good ©️ > > It was a terrible practice in first place, and it is usually done for > impure functions that should be wrapped in integration-tested adapters. Hear, hear :)