3v4l.org

run code in 300+ PHP versions simultaneously
<?php $upload = array(array( 'errors' => array(), 'filename' => '/some/path/to/a/file.jpg'), array( 'errors' => array(), 'filename' => '/yet/another/path.jpg')); var_dump($upload); foreach ($upload as $x) echo $x['filename'],"<br>"; echo $upload[0]['filenadme'];
Output for git.master, git.master_jit, rfc.property-hooks
array(2) { [0]=> array(2) { ["errors"]=> array(0) { } ["filename"]=> string(24) "/some/path/to/a/file.jpg" } [1]=> array(2) { ["errors"]=> array(0) { } ["filename"]=> string(21) "/yet/another/path.jpg" } } /some/path/to/a/file.jpg<br>/yet/another/path.jpg<br> Warning: Undefined array key "filenadme" in /in/HoGa9 on line 13

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:
38.43 ms | 402 KiB | 8 Q