3v4l.org

run code in 300+ PHP versions simultaneously
<?php $machine_id = 0; $boot_vars_net0 = array('dhcp_ip' => '127.0.0.1', 'ip' => '192.168.0.1'); if($machine_id == 0) { for($i=0; $i <= $settings['interface_count']-1; $i++) { if(isset(${'boot_vars_net'.$i})) { foreach(${'boot_vars_net'.$i} AS $key => $value) { if($machine_id == 0) { //$machine_id = identify_machine('boot_vars_net'.$i.'_'.$key, $value); } else { break; } } } if($machine_id != 0) { break; } } }
Output for git.master, git.master_jit
Warning: Undefined variable $settings in /in/TMXYE on line 10 Warning: Trying to access array offset on value of type null in /in/TMXYE on line 10
Output for rfc.property-hooks
Warning: Undefined variable $settings in /in/TMXYE on line 10 Warning: Trying to access array offset on null in /in/TMXYE on line 10

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