3v4l.org

run code in 300+ PHP versions simultaneously
<?php function t1() { return ; } function t2($a1) { return ; } function t3($a1, $a2, $a3) { return ; } function t4(Array $a1) { return ; } function t5($a1) { return ; } function f0() { $data = 0; } f0(); t1(); t2(1); t3(1, 2, 3); $data = array(); t4($data); $data = array(1, 2, 3); t5($data);
Output for git.master, git.master_jit, rfc.property-hooks

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:
40.87 ms | 401 KiB | 8 Q