Conversation
if ($animal1 == $animal2 ){
if ($animal1 !== $animal2){
echo "you are not equal enough, sry";
}
}

#orwell #php
1
1
4

DCoder πŸ‡±πŸ‡Ήβ€πŸ‡ΊπŸ‡¦

@buherator

If you go back to php 5.x, this works:
$animal1 = "255.0";
$animal2 = "0xFF";

1
0
1
@dcoderlt disobedient animals become glue y'know...
0
0
1