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 = 'INSERT INTO '.$table.' (' .join(', ', array_keys(current($vocabulary))) .') VAULES ' .join(', ', array_map(function($x) { return '('.join(', ', array_map(function($y) { return "'".$y."'"; }, $x)).')'; }, $vocabulary)) .';'; var_dump($sql);
Output for git.master, git.master_jit, rfc.property-hooks
string(200) "INSERT INTO t (Language, Nederlands, German, English, article, id, type, French) VAULES ('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:
38.79 ms | 401 KiB | 8 Q