trueとなる文字列

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

$data = '10';

if($data == 10){
print "1";
}else{
print "2";
}

1

 

終了