3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_POST['CandidateID'] =987797631; $query = " SELECT w.WorkEligibilityInfoID,w.ApplicantID,e.ReverifyExpDate,e.ReverifyExpDate FROM CandidateApplicant As ca"; $query .= " JOIN WorkEligibilityInfo w"; $query .= " JOIN EmploymentEligibilityI9 e"; $query .= " ON ca.ApplicantID = w.ApplicantID"; $query .= " WHERE ca.CandidateID = " . $_POST['CandidateID']; $query .= " AND w.EmploymentEligibilityI9ID = e.EmploymentEligibilityI9ID"; $query .= " AND e.ReverifyExpDate is NOT NULL"; $query .= " AND e.ReverifyDocType > 0"; print_r($query);
Output for git.master, git.master_jit, rfc.property-hooks
SELECT w.WorkEligibilityInfoID,w.ApplicantID,e.ReverifyExpDate,e.ReverifyExpDate FROM CandidateApplicant As ca JOIN WorkEligibilityInfo w JOIN EmploymentEligibilityI9 e ON ca.ApplicantID = w.ApplicantID WHERE ca.CandidateID = 987797631 AND w.EmploymentEligibilityI9ID = e.EmploymentEligibilityI9ID AND e.ReverifyExpDate is NOT NULL AND e.ReverifyDocType > 0

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:
57.57 ms | 402 KiB | 8 Q