Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88772 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 181 invoked from network); 13 Oct 2015 12:33:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Oct 2015 12:33:04 -0000 Authentication-Results: pb1.pair.com header.from=mattiasgonzalez@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mattiasgonzalez@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.41 as permitted sender) X-PHP-List-Original-Sender: mattiasgonzalez@gmail.com X-Host-Fingerprint: 209.85.192.41 mail-qg0-f41.google.com Received: from [209.85.192.41] ([209.85.192.41:34672] helo=mail-qg0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6F/A4-04042-FF9FC165 for ; Tue, 13 Oct 2015 08:33:04 -0400 Received: by qgez77 with SMTP id z77so12323128qge.1 for ; Tue, 13 Oct 2015 05:33:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=F0ZEiWFYzFyk9MtkSYeWqeLuQG2RVyPcJloryHMgnHQ=; b=mPEOmYLHWM7X3RkIkajs4I4oZp6soELWIv3+p+MvlwNFIF7qNjKqwzvhD5XOSMeak3 fUJPZCu49VY5rxTLOrmnSulPOqlHaclILuzh/XZYqcw/rhRkoEi5H3imBWurcYOMmpvW uqbNdS+SDtTWSXxRK7DaWhANxOyORe22IGnWQDK/kg/W+YzU9U2Nigr/pmLCl/sw9BNU r/0s9SMhGWxiA8b3jluD7Aa+MZpq2ppW7kUzIQkA+h935HdVkPii0ldCFWM2HCYQ48jy 8F1QCpgMHu+k3yVm6gdeRe4LjTkrD+2/qZlOgHsPDgIyPXkq8qBIezzItMQmJ71IV05j yfqQ== MIME-Version: 1.0 X-Received: by 10.140.194.8 with SMTP id p8mr42034324qha.63.1444739581112; Tue, 13 Oct 2015 05:33:01 -0700 (PDT) Received: by 10.55.93.5 with HTTP; Tue, 13 Oct 2015 05:33:01 -0700 (PDT) In-Reply-To: <1444508539.9494.7.camel@kuechenschabe> References: <1444508539.9494.7.camel@kuechenschabe> Date: Tue, 13 Oct 2015 09:33:01 -0300 Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=001a114336348693c30521fba52c Subject: Re: [PHP-DEV] New function proposal From: mattiasgonzalez@gmail.com (Mattias Gonzalez) --001a114336348693c30521fba52c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thanks all for the responses! I agree that it isnt a core functionallity, but it would be nice to have it always there to use. thank you for thinking its a good idea guys! 2015-10-10 17:22 GMT-03:00 Johannes Schl=C3=BCter : > On Thu, 2015-10-08 at 12:05 -0300, Mattias Gonzalez wrote: > > I wanted to propose the "var_die($var)" functionallity. > > This can easily be done in userland. There is no relevant performance > gain. I see no reason to add this to core. > > Having this in your userland library has the benefit that you can do > exactly what you need. A general function needs a way to set a return > code (for CLI usage), configuration to wrap output in
 or similar.
>
> johannes
>
>

--001a114336348693c30521fba52c--