CodeIgniter Forums
Why PHP is AWESOME - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3)
+--- Thread: Why PHP is AWESOME (/showthread.php?tid=81739)



Why PHP is AWESOME - php_rocs - 04-20-2022

I came across this gem of a video while reading a Reddit thread.  Enjoy!!
Video title: Why PHP is AWESOME ( PHP vs NodeJS & Python )
https://www.youtube.com/watch?v=WHAMa4YvNms


RE: Why PHP is AWESOME - John_Betong - 04-20-2022

@php_rocs

Impressive and informative video from a knowledgeable PHP developer.

I can’t resist to raise the old chestnut about adding declare(strict_types=1); to all PHP files. I’m convinced this would eliminate many of the Third Party test errors especially since PHP now has a “mixed” type function parameter Smile The addition could at least be tried on a couple of PHP files.

https://www.php.net/manual/en/language.types.declarations.php

…just my two Satangs