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($vocabulary, function($cur, $x) { return $cur.=join(', ', array_map(function($y) { return "'".$y."'"; }, $x)); }, 'INSERT INTO '.$table. '('.join(', ', array_keys(current($vocabulary))).') VALUES '); var_dump($sql);
Output for git.master, git.master_jit, rfc.property-hooks
string(192) "INSERT INTO t(Language, Nederlands, German, English, article, id, type, French) VALUES 'Gotisch', 'Gotisch', 'Gotisch', 'Gothic', '', '0', '', '''augĀ“', 'oog', 'Auge', 'eye', ' ', '0', '', ''"

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