I have this example PHP script (test.php):
$flag = true; if ($flag) {echo \'batman\';} else {echo \'\';}