3v4l.org

run code in 300+ PHP versions simultaneously
<?php $formatted_hl7_placer_field_2 = "CT HEAD WO"; $hl7_obr_relevant_clinical_info="With contrast if CT without hemorrhage. Stroke Protocol"; $check_stoke_text=stripos($hl7_obr_relevant_clinical_info,"Stroke Protocal"); if ($formatted_hl7_placer_field_2=='CT HEAD WO') { $temp_is_stroke='true'; $temp_is_critical='true'; $temp_orders_type_id=3; print "check_stroke_text. $check_stoke_text \n"; print "Temp_is_Stroke:.$temp_is_stroke \n"; print "Temp_is_Stoke:.$temp_is_critical \n"; print "temp_orders_type_id:.$temp_orders_type_id \n"; }
Output for git.master, git.master_jit, rfc.property-hooks
check_stroke_text. Temp_is_Stroke:.true Temp_is_Stoke:.true temp_orders_type_id:.3

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