3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = ' 0 '; $x = str_replace(' ', '', $string) != ''; $y = trim($string) != ''; $z = trim($string) ? true : false; $z1 = empty(trim($string)); var_dump([$x, $y, $z, $z1]);

preferences:
80.39 ms | 406 KiB | 5 Q