Re: [PHP-DEV] New function proposal

2015-10-13 Thread Mattias Gonzalez
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üter : > On Thu, 2015-10-08 at 12:05 -0300, Mattias Gonzalez wrote: > >

[PHP-DEV] New function proposal

2015-10-09 Thread Mattias Gonzalez
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´ll be very useful. It should do the var_dump($var);and die(); what do you think?