Skip to content

Latest commit

 

History

History
417 lines (303 loc) · 12.6 KB

The-Basics.md

File metadata and controls

417 lines (303 loc) · 12.6 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 %}