xelax90

Results 2 issues of xelax90

I often work with similar objects and var_dump with xdebug has the neat feature of outputting the spl_object_id which makes it easy to find out if two outputs belong to...

In your code you remove 'unnecessary empty lines': ```PHP // remove unnecessary empty lines $output = preg_replace("/\n\n\n*/im", "\n\n", $output); ``` This actually leads to the removal of intended empty lines...

hacktoberfest