3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t = ['1234' => [5, 'wda', 'sd'], '321' => ['5sd', 'awdaw', '1sd3']]; $t2 = ['123123' => [15, '1wda', 's32d'], '321' => ['12', 'ds']]; $t2 += $t1; var_dump($t);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $t1 in /in/IDTrM on line 6 Fatal error: Uncaught TypeError: Unsupported operand types: array + null in /in/IDTrM:6 Stack trace: #0 {main} thrown in /in/IDTrM on line 6
Process exited with code 255.

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