3v4l.org

run code in 300+ PHP versions simultaneously
<?php $qtext = '<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0">Which of the following statements is correct regarding use of a residential property?</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0"> I. A legal suite is one that meets current Land Use Bylaws and was built with proper permits</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0"> II. An illegal suite is one that does not meet current Land Use Bylaws and/or was built without proper permits</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0">III. A non-conforming suite is one that does not meet current Land Use Bylaws but did at one time</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0"> IV. A semi-legal suite is one that meets both current and past Land Use Bylaws </FONT></P></TEXTFORMAT>'; $qtext = preg_replace("/<([a-z][a-z0-9]*)[^>]*?(\/?)>/i",'<$1$2>', $qtext); $qtext = strip_tags($qtext, '<p></p>'); $qtext = str_replace('</P><P>', '<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;', $qtext); echo $qtext;
Output for git.master, git.master_jit, rfc.property-hooks
<P>Which of the following statements is correct regarding use of a residential property?<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I. A legal suite is one that meets current Land Use Bylaws and was built with proper permits<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; II. An illegal suite is one that does not meet current Land Use Bylaws and/or was built without proper permits<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;III. A non-conforming suite is one that does not meet current Land Use Bylaws but did at one time<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IV. A semi-legal suite is one that meets both current and past Land Use Bylaws </P>

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.06 ms | 402 KiB | 8 Q