3v4l.org

run code in 300+ PHP versions simultaneously
<?php $vocabulary = array( array('Language' => 'Gotisch','Nederlands' => 'Gotisch','German' => 'Gotisch','English' => 'Gothic','article' => '','id' => '0','type' => '','French' => ''), array('Language' => 'augĀ“','Nederlands' => 'oog','German' => 'Auge','English' => 'eye','article' => ' ','id' => '0','type' => '','French' => '')); $table = 't'; $sql = array_reduce($vorcabulary, function($cur, $x) { return $cur.=join(', ', array_map(function($y) { return "'".$y."'"; }, $x)); }, 'INSERT INTO '.$t. '('.join(', ', array_keys(current($vorcabulary))).') VALUES '); var_dump($sql);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $vorcabulary in /in/kAiaX on line 8 Warning: Undefined variable $t in /in/kAiaX on line 14 Warning: Undefined variable $vorcabulary in /in/kAiaX on line 14 Fatal error: Uncaught TypeError: current(): Argument #1 ($array) must be of type array, null given in /in/kAiaX:14 Stack trace: #0 /in/kAiaX(14): current(NULL) #1 {main} thrown in /in/kAiaX on line 14
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:
41.75 ms | 401 KiB | 8 Q