3v4l.org

run code in 300+ PHP versions simultaneously
<?php $body = " employee_name ======= '<employee_name>' expiration_date ======= '<expiration_date>' issue_date ======= '<issue_date>' district_name ======= '<district_name>' video_link ======= '<video_link>' system_name ======= '<system_name>' system_url ======= '<system_url>' support_email ======= '<support_email>' support_phone ======= '<support_phone>' signature ======= '<signature>' contract_period ======= '<contract_period>' pass_code ======= '<pass_code>' contract_year ======= '<contract_year>' "; $values = array( '<employee_name>' => "HHHHHHHHHH", '<expiration_date>' => 1223234234, '<issue_date>' => 555555, '<district_name>' => '?district_name?', '<video_link>' => '?video_link?', '<system_name>' => 'gfdgdfth', '<system_url>' => '?system_url?', '<support_email>' => 'Support_Email', '<support_phone>' => 'Support_Phone', '<signature>' => 'GLBteam_name', '<contract_period>' => '?contract_period?', '<pass_code>' => '?pass_code?', '<contract_year>' => '?contract_year?' ); foreach ($values as $key=>$value){ $body = str_replace($key, $value, $body); } echo $body;
Output for git.master, git.master_jit, rfc.property-hooks
employee_name ======= 'HHHHHHHHHH' expiration_date ======= '1223234234' issue_date ======= '555555' district_name ======= '?district_name?' video_link ======= '?video_link?' system_name ======= 'gfdgdfth' system_url ======= '?system_url?' support_email ======= 'Support_Email' support_phone ======= 'Support_Phone' signature ======= 'GLBteam_name' contract_period ======= '?contract_period?' pass_code ======= '?pass_code?' contract_year ======= '?contract_year?'

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