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 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.7
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.
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40
Fatal error: Call to undefined function __() in /in/TpXJs on line 5
Process exited with code 255.

preferences:
246.47 ms | 402 KiB | 377 Q