In JavaScript the statement evaluates to
true
but in PHP it evaluates to
false
if ("0") {
    
}
by Valeri Tandilashvili
4 years ago
PHP
JavaScript
If / else
2
Pro tip: use ```triple backticks around text``` to write in code fences