3v4l.org

run code in 300+ PHP versions simultaneously
<?php print_r( json_encode( array ( 'id' => 'acf_store-location', 'title' => __('Store location', 'acf-store-locator'), 'fields' => array ( array ( 'key' => 'acf_store_location', 'label' => __('Location', 'acf-store-locator'), 'name' => 'location', 'type' => 'google_map', 'required' => 1, 'val' => 'address', 'mapheight' => 300, 'center' => '48.856614,2.3522219000000177', 'zoom' => 10, 'scrollwheel' => 1, 'mapTypeControl' => 1, 'streetViewControl' => 1, 'PointOfInterest' => 1, ), array ( 'key' => 'acf_store_street', 'label' => __('Street Address', 'acf-store-locator'), 'name' => 'street_address', 'type' => 'text', 'default_value' => '', 'placeholder' => '', 'prepend' => '', 'append' => '', 'formatting' => 'none', 'maxlength' => '', ), array ( 'key' => 'acf_store_city', 'label' => __('City', 'acf-store-locator'), 'name' => 'city', 'type' => 'text', 'default_value' => '', 'placeholder' => '', 'prepend' => '', 'append' => '', 'formatting' => 'none', 'maxlength' => '', ), array ( 'key' => 'acf_store_state', 'label' => __('State', 'acf-store-locator'), 'name' => 'state', 'type' => 'text', 'default_value' => '', 'placeholder' => '', 'prepend' => '', 'append' => '', 'formatting' => 'none', 'maxlength' => '', ), array ( 'key' => 'acf_store_zip', 'label' => __('Zip Code', 'acf-store-locator'), 'name' => 'zip_code', 'type' => 'text', 'default_value' => '', 'placeholder' => '', 'prepend' => '', 'append' => '', 'formatting' => 'none', 'maxlength' => '', ), array ( 'key' => 'acf_store_phone', 'label' => __('Phone', 'acf-store-locator'), 'name' => 'phone', 'type' => 'text', 'default_value' => '', 'placeholder' => '', 'prepend' => '', 'append' => '', 'formatting' => 'none', 'maxlength' => '', ), ) ) ) );
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function __() in /in/TpXJs:5 Stack trace: #0 {main} thrown in /in/TpXJs on line 5
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:
58.14 ms | 401 KiB | 8 Q