3v4l.org

run code in 300+ PHP versions simultaneously
<?php $params = array( 'category_id' => $this->getCategoryIdByName($service->id, $pCategoryName), 'subject' => trim($pTitle), 'body' => trim($pMessage), 'from' => array('name' => $pUserName, 'email' => $pUserEmail), 'to' => array('name' => $service->name, 'email' => $service->from), ); echo json_encode($params);

preferences:
38.85 ms | 402 KiB | 5 Q