3v4l.org

run code in 300+ PHP versions simultaneously
<?php class test { public function employer_application_submission($params = array()) { $share_link = ''; if ((isset($params['video_link'])) && ($params['video_link'] != false)) { $link = 'http://video.careerone.com.au/ats.php?url=' . $params['video_link']; } else { $link = site_url('employer/dashboard'); } $body = 'You have a new Video Response for Job ' . $params['job_id'] . ' at ' . $this->wl['name'] . '. <br /><br /> You can view your Video Responses <a href="' . $link . '">here</a>. <br /><br /> ' . $share_link . ' Thank you for using ' . $this->wl['name'] . '.'; $this->send( $params['email'], 'New application for Job ' . $params['title'] . ' ' . $params['reference'], $body ); } }
Output for git.master, git.master_jit, rfc.property-hooks

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:
42.37 ms | 401 KiB | 8 Q