3v4l.org

run code in 300+ PHP versions simultaneously
<?php function sourceForm($source_config) { $form = array(); $urlink1 = array('#type' => 'textfield', '#title' => t('URL'), '#description' => t('Enter a feed URL.'), '#default_value' => "https://api.edmunds.com/api/vehicle/v2/vins/", '#maxlength' => NULL, '#required' => TRUE); $urlkey2 = array('#type' => 'textfield', '#title' => t('VIN'), '#default_value' => "2G1FC3D33C9165616?fmt=json&api_key=dp9ghvr5sxrbmvupg2naccuk"); $form['source'] = array_merge($urlink1 , $urlkey2 ); return $form; } ?>
Output for git.master, git.master_jit, rfc.property-hooks

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