3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = ['a','1','test','0','0type', 123, 6.45]; foreach ($arr as $val) { echo '$val = ' . var_export($val, false) . '; !$val = ' . !$val . "\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
'a'$val = ; !$val = '1'$val = ; !$val = 'test'$val = ; !$val = '0'$val = ; !$val = 1 '0type'$val = ; !$val = 123$val = ; !$val = 6.45$val = ; !$val =

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