trueとなる文字列

z20250813003_02.phpをインクルードしてます
以下のコードの実行結果

$data = false;

if($data){
print "Hello";
}else{
print "Bye";
}

Bye

 

終了