Hyvor Developer
Home
Download
Copy
Code
<?php $a = 5; $b = '5'; var_dump($a !== $b); // returns true because data type is not equal
Result