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;
Output for git.master_jit
Omeda-activity-2026-06-02_2026-06-03_fa0085b3a27bbe50.csv
Output for git.master
Omeda-activity-2026-06-02_2026-06-03_f09e3dd1bd71ecdf.csv

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
45.18 ms | 741 KiB | 4 Q