3v4l.org

run code in 300+ PHP versions simultaneously
<?php $js = json_encode(array( '_type' => 'solr', 'query' => $this->get_query(), 'offset' => $this->offset, 'limit' => $this->limit, 'sort' => $this->sort, 'coreId' => $this->core_id, 'clusterName' => $this->cluster_name, 'returnFields' => $this->return_fields, )); print_r(sprintf('%s'), $js);

preferences:
52.92 ms | 402 KiB | 5 Q