Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88734 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15153 invoked from network); 10 Oct 2015 00:49:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Oct 2015 00:49:11 -0000 Authentication-Results: pb1.pair.com header.from=theanomaly.is@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=theanomaly.is@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.181 as permitted sender) X-PHP-List-Original-Sender: theanomaly.is@gmail.com X-Host-Fingerprint: 209.85.160.181 mail-yk0-f181.google.com Received: from [209.85.160.181] ([209.85.160.181:36213] helo=mail-yk0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4F/2A-57614-68068165 for ; Fri, 09 Oct 2015 20:49:10 -0400 Received: by ykba192 with SMTP id a192so89872194ykb.3 for ; Fri, 09 Oct 2015 17:49:07 -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=tix5sxd9mIlebATzEP/6EpamBuXT+WYjCcYFHnQFPFU=; b=iCyZkEHm7duTBHXHbU86iLufS2LO0zNELprHkfisSPRZwbPG6CJhXFc/kcdijqptGH wV1qu7rgD3iiZGnMG0d7UCiUMOmmMPKcGLfwF1lg1asjqVocDGWAEWYIzfA/XYDaC45e rZkemhk3YGZofy+cszvgctJq3r4NBhNbqxcmHNHCVkAkNRakzNnYs5Qx0vlDJodGuQae +hh9YAjq3/ni2UkfU+yniHp7K7ihrg3IxJtRO/iMy1sujgJBMTR8a1i5zhtAOK8gpBwY HwusQAqRfSEDhwMrxm6rDw/tigDHT+dAiEEsjgHS+5IFlEkR1jU0EQnz2O3ZVnXfixBk 5IyQ== MIME-Version: 1.0 X-Received: by 10.13.228.65 with SMTP id n62mr11626435ywe.302.1444438147777; Fri, 09 Oct 2015 17:49:07 -0700 (PDT) Received: by 10.37.214.141 with HTTP; Fri, 9 Oct 2015 17:49:07 -0700 (PDT) In-Reply-To: References: Date: Fri, 9 Oct 2015 20:49:07 -0400 Message-ID: To: Mattias Gonzalez Cc: PHP Internals Content-Type: multipart/alternative; boundary=94eb2c030c10b2d1ce0521b57623 Subject: Re: [PHP-DEV] New function proposal From: theanomaly.is@gmail.com (Sherif Ramadan) --94eb2c030c10b2d1ce0521b57623 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I think this is the most awesomest fantastical idea since sliced bread. +~0 On Thu, Oct 8, 2015 at 11:05 AM, Mattias Gonzalez wrote: > I wanted to propose the "var_die($var)" functionallity. > My mates and i use a lot var_dump($var);die; > > Since die() wont print an array just a string, i think it=C2=B4ll be very > useful. > > It should do the var_dump($var);and die(); > > what do you think? > --94eb2c030c10b2d1ce0521b57623--