3v4l.org

run code in 300+ PHP versions simultaneously
<?php $myArray = array( '@@warning_count' => 2, array( 'level' => 'Warning', 'code' => 1266, 'message' => "Incorrect integer value: ‘Johny’ for column ‘billing_cycle’ at row 1"), array( 'level' => 'Warning', 'code' => 1266, 'message' => "Incorrect integer value: ‘Johny’ for column ‘billing_cycle’ at row 1"), ); foreach($myArray as $k => $v) { echo $k . ": " . $v; }
Output for git.master, git.master_jit, rfc.property-hooks
@@warning_count: 2 Warning: Array to string conversion in /in/RnLHM on line 16 0: Array Warning: Array to string conversion in /in/RnLHM on line 16 1: Array

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