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"), ); print "Warning Count: {$myArray['@@warning_count']}\n"; foreach ($myArray as $key => $value){ if (is_array($value)){ foreach ($value as $subKey => $subValue){ print $subKey . "=>" . $subValue . "\n"; } print "------------------\n"; } }
Output for rfc.property-hooks, git.master, git.master_jit
Warning Count: 2 level=>Warning code=>1266 message=>Incorrect integer value: ‘Johny’ for column ‘billing_cycle’ at row 1 ------------------ level=>Warning code=>1266 message=>Incorrect integer value: ‘Johny’ for column ‘billing_cycle’ at row 1 ------------------

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:
91.97 ms | 2778 KiB | 4 Q