3v4l.org

run code in 300+ PHP versions simultaneously
<?php $result1 = array(); $result1[0]['id'] = 1; $result1[0]['title'] = 'asd'; $result1[0]['url'] = 'http://onet.pl'; foreach($result1 as $record1) { foreach($record1 as $row1) { var_dump($row1); } }
Output for git.master, git.master_jit, rfc.property-hooks
int(1) string(3) "asd" string(14) "http://onet.pl"

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