Skip to content

Latest commit

 

History

History
406 lines (296 loc) · 12.4 KB

The-Basics.md

File metadata and controls

406 lines (296 loc) · 12.4 KB
layout title sitemap
page
The Basics
true

The Basics

Comparison operators

Comparison operators are an often overlooked aspect of PHP, which can lead to many unexpected outcomes. One such problem stems from strict comparisons (the comparison of booleans as integers).

{% highlight php %}