Anjanesh Lekshminarayanan
Anjanesh

Anjanesh

Follow
homeBootstrapCSSJavaScriptAlpineJSbadgesnewsletter
Tag

PHP7

#php7

More content

Read more stories on Hashnode


Articles with this tag

Suppressing errors in PHP

May 11, 20211 min read

Catch fatal errors · It looks like fatal errors can't be suppressed using the @ sign anymore in my PHP setup using MAMP. I had this all along in PHP...

Suppressing errors in PHP

Arrow Functions in PHP 7.4

Apr 3, 2020

I was trying out the day-2 problem of the 30-day challenge at leetcode and I came across a situation where a array_map could be used to process each...

Arrow Functions in PHP 7.4