3v4l.org

run code in 500+ PHP versions simultaneously
<?php $start_date = date('Y-m-d', strtotime("-1 days")); $end_date = date('Y-m-d'); try { $rand = bin2hex(random_bytes(8)); } catch (Throwable $e) { $rand = uniqid(); } $rand = bin2hex(random_bytes(8)); $filename_output = "Omeda-activity-{$start_date}_{$end_date}_{$rand}.csv"; echo $filename_output;

preferences:
55.82 ms | 747 KiB | 5 Q