3v4l.org

run code in 300+ PHP versions simultaneously
<?php list($user_id, $focus_x, $focus_y, $focus_width, $orientation) = ["756272","0","0","350","1"]; $focus_x = preg_match('/^\d+$/)', $focus_x) ? intval($focus_x) : -1; $focus_y = preg_match('/^\d+$/)', $focus_y) ? intval($focus_y) : -1; $focus_width = preg_match('/^\d+$/)', $focus_width) ? intval($focus_width) : -1; $orientation = intval($orientation); if ($focus_x >= 0 && $focus_y >= 0 && $focus_width > 0) { echo "yehu"; }

preferences:
48.69 ms | 402 KiB | 5 Q