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' => '', ), ) ) ) );

preferences:
51.54 ms | 402 KiB | 5 Q