3v4l.org

run code in 300+ PHP versions simultaneously
<?php $msg = <<<HTML <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Parrainage</title> <style type="text/css"> body {-webkit-text-size-adjust:none; -ms-text-size-adjust:none;} body {margin:0; padding:0;} table td {border-collapse:collapse;} p {margin:0; padding:0; margin-bottom:0;} h1, h2, h3, h4, h5, h6 { color: black; line-height: 100%%; } a, a:link { color:#FB8B1E; text-decoration: underline; } body, #body_style { background:#eee; min-height:1000px; color:#333; font-family:Arial, Helvetica, sans-serif; font-size:12px; } span.yshortcuts { color:#000; background-color:none; border:none;} span.yshortcuts:hover, span.yshortcuts:active, span.yshortcuts:focus {color:#000; background-color:none; border:none;} a:visited { color: ; text-decoration: underline} a:focus { color: ; text-decoration: underline} a:hover { color: #FB8B1E; text-decoration: underline} </style> </head> <body style="background:#eee; min-height:1000px; color:#333;font-family:Arial, Helvetica, sans-serif; font-size:12px" alink="#FB8B1E" link="#FB8B1E" bgcolor="#EEEEEE" text="#333333" yahoo="fix"> <div id="body_style" style="padding:15px;text-align:center;"> <table cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF" width="600" align="center" style="background-color:#fff;margin: 0 auto 20px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;"> <tr> <td> <table cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF" width="540" align="center" style="margin:20px auto;"> <tr> <td style="border-bottom:1px solid #ccc;" align="center"> <p style="margin:0 0 20px;text-align:center;"> <img src="http://www.appro-auto.com/uploads/template/img/logo.png" alt="Appro Automobiles" width="195" height="61" /> </p> </td> </tr> <tr> <td style="text-align:left;" align="left"> <h1 style="font-size:22px;color:#F15B31;text-transform:uppercase;margin:25px 0 20px;"> Parrainage </h1> <p style="font-size:12px;color:#555;margin:0 0 20px;"> Parrain : %s %s (%s) </p> <p style="font-size:12px;color:#555;margin:0 0 20px;"> Desinataire : %s %s (%s) </p> </td> </tr> </table> </td> </tr> </table> </div> <!--end wrapper--> </body> </html> HTML; echo sprintf($msg, 1, 2, 3, 4, 5, 6);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/NKTIC
function name:  (null)
number of ops:  12
compiled vars:  !0 = $msg
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '++++%0A++++%3C%21DOCTYPE+html+PUBLIC+%22-%2F%2FW3C%2F%2FDTD+XHTML+1.0+Strict%2F%2FEN%22+%22http%3A%2F%2Fwww.w3.org%2FTR%2Fxhtml1%2FDTD%2Fxhtml1-strict.dtd%22%3E%0A++++%3Chtml+xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml%22%3E%0A++++%3Chead%3E%0A++++++++%3Cmeta+http-equiv%3D%22Content-Type%22+content%3D%22text%2Fhtml%3B+charset%3Dutf-8%22+%2F%3E%0A++++++++%3Ctitle%3EParrainage%3C%2Ftitle%3E%0A++++++++%3Cstyle+type%3D%22text%2Fcss%22%3E%0A++++%0A++++++++++++body+%7B-webkit-text-size-adjust%3Anone%3B+-ms-text-size-adjust%3Anone%3B%7D%0A++++++++++++body+%7Bmargin%3A0%3B+padding%3A0%3B%7D%0A++++++++++++table+td+%7Bborder-collapse%3Acollapse%3B%7D%0A++++%0A++++++++++++p+%7Bmargin%3A0%3B+padding%3A0%3B+margin-bottom%3A0%3B%7D%0A++++%0A++++++++++++h1%2C+h2%2C+h3%2C+h4%2C+h5%2C+h6+%7B%0A++++++++++++++++color%3A+black%3B%0A++++++++++++++++line-height%3A+100%25%25%3B%0A++++++++++++%7D%0A++++%0A++++++++++++a%2C+a%3Alink+%7B%0A++++++++++++++++color%3A%23FB8B1E%3B%0A++++++++++++++++text-decoration%3A+underline%3B%0A++++++++++++%7D%0A++++%0A++++++++++++body%2C+%23body_style+%7B%0A++++++++++++++++background%3A%23eee%3B%0A++++++++++++++++min-height%3A1000px%3B%0A++++++++++++++++color%3A%23333%3B%0A++++++++++++++++font-family%3AArial%2C+Helvetica%2C+sans-serif%3B%0A++++++++++++++++font-size%3A12px%3B%0A++++++++++++%7D%0A++++%0A++++++++++++span.yshortcuts+%7B+color%3A%23000%3B+background-color%3Anone%3B+border%3Anone%3B%7D%0A++++++++++++span.yshortcuts%3Ahover%2C%0A++++++++++++span.yshortcuts%3Aactive%2C%0A++++++++++++span.yshortcuts%3Afocus+%7Bcolor%3A%23000%3B+background-color%3Anone%3B+border%3Anone%3B%7D%0A++++%0A++++++++++++a%3Avisited+%7B+color%3A+%3B+text-decoration%3A+underline%7D%0A++++++++++++a%3Afocus+++%7B+color%3A+%3B+text-decoration%3A+underline%7D%0A++++++++++++a%3Ahover+++%7B+color%3A+%23FB8B1E%3B+text-decoration%3A+underline%7D%0A++++%0A++++++++%3C%2Fstyle%3E%0A++++%0A++++%3C%2Fhead%3E%0A++++%3Cbody+style%3D%22background%3A%23eee%3B+min-height%3A1000px%3B+color%3A%23333%3Bfont-family%3AArial%2C+Helvetica%2C+sans-serif%3B+font-size%3A12px%22%0A++++++++++alink%3D%22%23FB8B1E%22+link%3D%22%23FB8B1E%22+bgcolor%3D%22%23EEEEEE%22+text%3D%22%23333333%22+yahoo%3D%22fix%22%3E%0A++++%0A++++%3Cdiv+id%3D%22body_style%22+style%3D%22padding%3A15px%3Btext-align%3Acenter%3B%22%3E%0A++++%0A++++++++%3Ctable+cellpadding%3D%220%22+cellspacing%3D%220%22+border%3D%220%22+bgcolor%3D%22%23FFFFFF%22+width%3D%22600%22+align%3D%22center%22+style%3D%22background-color%3A%23fff%3Bmargin%3A+0+auto+20px%3B-moz-border-radius%3A4px%3B-webkit-border-radius%3A4px%3Bborder-radius%3A4px%3B%22%3E%0A++++++++++++%3Ctr%3E%0A++++++++++++++++%3Ctd%3E%0A++++++++++++++++++++%3Ctable+cellpadding%3D%220%22+cellspacing%3D%220%22+border%3D%220%22+bgcolor%3D%22%23FFFFFF%22+width%3D%22540%22+align%3D%22center%22+style%3D%22margin%3A20px+auto%3B%22%3E%0A++++++++++++++++++++++++%3Ctr%3E%0A++++++++++++++++++++++++++++%3Ctd+style%3D%22border-bottom%3A1px+solid+%23ccc%3B%22+align%3D%22center%22%3E%0A++++++++++++++++++++++++++++++++%3Cp+style%3D%22margin%3A0+0+20px%3Btext-align%3Acenter%3B%22%3E%0A++++++++++++++++++++++++++++++++++++%3Cimg+src%3D%22http%3A%2F%2Fwww.appro-auto.com%2Fuploads%2Ftemplate%2Fimg%2Flogo.png%22+alt%3D%22Appro+Automobiles%22+width%3D%22195%22+height%3D%2261%22+%2F%3E%0A++++++++++++++++++++++++++++++++%3C%2Fp%3E%0A++++++++++++++++++++++++++++%3C%2Ftd%3E%0A++++++++++++++++++++++++%3C%2Ftr%3E%0A++++++++++++++++++++++++%3Ctr%3E%0A++++++++++++++++++++++++++++%3Ctd+style%3D%22text-align%3Aleft%3B%22+align%3D%22left%22%3E%0A++++++++++++++++++++++++++++++++%3Ch1+style%3D%22font-size%3A22px%3Bcolor%3A%23F15B31%3Btext-transform%3Auppercase%3Bmargin%3A25px+0+20px%3B%22%3E%0A++++++++++++++++++++++++++++++++++++Parrainage%0A++++++++++++++++++++++++++++++++%3C%2Fh1%3E%0A++++++++++++++++++++++++++++++++%3Cp+style%3D%22font-size%3A12px%3Bcolor%3A%23555%3Bmargin%3A0+0+20px%3B%22%3E%0A++++++++++++++++++++++++++++++++++++Parrain+%3A+%25s+%25s+%28%25s%29%0A++++++++++++++++++++++++++++++++%3C%2Fp%3E%0A++++++++++++++++++++++++++++++++%3Cp+style%3D%22font-size%3A12px%3Bcolor%3A%23555%3Bmargin%3A0+0+20px%3B%22%3E%0A++++++++++++++++++++++++++++++++++++Desinataire+%3A+%25s+%25s+%28%25s%29%0A++++++++++++++++++++++++++++++++%3C%2Fp%3E%0A++++++++++++++++++++++++++++%3C%2Ftd%3E%0A++++++++++++++++++++++++%3C%2Ftr%3E%0A++++++++++++++++++++%3C%2Ftable%3E%0A++++++++++++++++%3C%2Ftd%3E%0A++++++++++++%3C%2Ftr%3E%0A++++++++%3C%2Ftable%3E%0A++++%0A++++%3C%2Fdiv%3E+%3C%21--end+wrapper--%3E%0A++++%0A++++%3C%2Fbody%3E%0A++++%3C%2Fhtml%3E%0A++++'
   89     1        INIT_FCALL                                               'sprintf'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 1
          4        SEND_VAL                                                 2
          5        SEND_VAL                                                 3
          6        SEND_VAL                                                 4
          7        SEND_VAL                                                 5
          8        SEND_VAL                                                 6
          9        DO_ICALL                                         $2      
         10        ECHO                                                     $2
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.19 ms | 1400 KiB | 15 Q