Hacker News new | ask | show | jobs
by nicoburns 2680 days ago
That, and in practice modern PHP is often relatively staticly typed (classes declare their fields, etc), and many codebases even include type annotations (which are supported in PHP and usually enforced at runtime).