3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pLoginLink = 'LOGINLINK'; $pResetLink = 'RESETLINK'; $pSignOff = 'SIGNOFF'; $HTMLContent = '<h1>Welcome to Flujabs.org</h1> <p>Thank you for your interest in applying for the role of flu vaccination nurse for this coming flu season. In order to progress your application, we now ask you to complete our online registration process.</p> <p>Please click either the link below or copy and paste it into your browser to continue the registration process.</p> <p> <A HREF="' . $pLoginLink . '">' . $pLoginLink . '</A> </p> <p>This link is valid for a single login only, you will be asked to change your password. If at any point you forget your password it can be reset at </p> <p> <A HREF="' . $pResetLink . '">' . $pResetLink . '</a> </p> <p>You will be required to provide for upload: <ul> <li>A recent passport photograph</li> <li>The photograph page of your passport</li> <li>Any work visa you may require - please note you must be in possession of a valid work visa or be permitted to work in the UK in order to apply for a position with us</li> <li>Your CV (Word or PDF format)</li> <li>Proof of your nursing registration</li> <li>Proof of your professional indemnity insurance</li> <li>Proof of your HEP B Status</li> <li>If you want to work with children, you will need to provide us with a CRB certificate</li> </ul> <p>If you are unable to upload these documents, please contact us on 08450505388 and we will arrange for you to send these documents to us by email or post.</p> <p>We will then review your application and may contact you to arrange an interview.</p> <p> With regards,<br /> ' . $pSignOff . ' </p>'; echo strip_tags(str_replace(array('<p>', '<br />', '<li>'), array(PHP_EOL, PHP_EOL, PHP_EOL . ' * '), $HTMLContent));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/oB65j
function name:  (null)
number of ops:  24
compiled vars:  !0 = $pLoginLink, !1 = $pResetLink, !2 = $pSignOff, !3 = $HTMLContent
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'LOGINLINK'
    3     1        ASSIGN                                                   !1, 'RESETLINK'
    4     2        ASSIGN                                                   !2, 'SIGNOFF'
   10     3        CONCAT                                           ~7      '%3Ch1%3EWelcome+to+Flujabs.org%3C%2Fh1%3E%0A++++++++++++++++%3Cp%3EThank+you+for+your+interest+in+applying+for+the+role+of+flu+vaccination+nurse+for+this+coming+flu+season.+In+order+to+progress+your+application%2C+we+now+ask+you+to+complete+our+online+registration+process.%3C%2Fp%3E%0A++++++++++++++++%3Cp%3EPlease+click+either+the+link+below+or+copy+and+paste+it+into+your+browser+to+continue+the+registration+process.%3C%2Fp%3E%0A++++++++++++++++%3Cp%3E%0A++++++++++++++++++++%3CA+HREF%3D%22', !0
          4        CONCAT                                           ~8      ~7, '%22%3E'
          5        CONCAT                                           ~9      ~8, !0
          6        CONCAT                                           ~10     ~9, '%3C%2FA%3E%0A++++++++++++++++%3C%2Fp%3E%0A++++++++++++++++%3Cp%3EThis+link+is+valid+for+a+single+login+only%2C+you+will+be+asked+to+change+your+password.+If+at+any+point+you+forget+your+password+it+can+be+reset+at+%3C%2Fp%3E%0A++++++++++++++++%3Cp%3E%0A++++++++++++++++++++%3CA+HREF%3D%22'
   14     7        CONCAT                                           ~11     ~10, !1
          8        CONCAT                                           ~12     ~11, '%22%3E'
          9        CONCAT                                           ~13     ~12, !1
         10        CONCAT                                           ~14     ~13, '%3C%2Fa%3E%0A++++++++++++++++%3C%2Fp%3E%0A++++++++++++++++%3Cp%3EYou+will+be+required+to+provide+for+upload%3A%0A++++++++++++++++%3Cul%3E%0A++++++++++++++++++++%3Cli%3EA+recent+passport+photograph%3C%2Fli%3E%0A++++++++++++++++++++%3Cli%3EThe+photograph+page+of+your+passport%3C%2Fli%3E%0A++++++++++++++++++++%3Cli%3EAny+work+visa+you+may+require+-+please+note+you+must+be+in+possession+of+a+valid+work+visa+or+be+permitted+to+work+in+the+UK+in+order+to+apply+for+a+position+with+us%3C%2Fli%3E%0A++++++++++++++++++++%3Cli%3EYour+CV+%28Word+or+PDF+format%29%3C%2Fli%3E%0A++++++++++++++++++++%3Cli%3EProof+of+your+nursing+registration%3C%2Fli%3E%0A++++++++++++++++++++%3Cli%3EProof+of+your+professional+indemnity+insurance%3C%2Fli%3E%0A++++++++++++++++++++%3Cli%3EProof+of+your+HEP+B+Status%3C%2Fli%3E%0A++++++++++++++++++++%3Cli%3EIf+you+want+to+work+with+children%2C+you+will+need+to+provide+us+with+a+CRB+certificate%3C%2Fli%3E%0A++++++++++++++++%3C%2Ful%3E%0A++++++++++++++++%3Cp%3EIf+you+are+unable+to+upload+these+documents%2C+please+contact+us+on+08450505388+and+we+will+arrange+for+you+to+send+these+documents+to+us+by+email+or+post.%3C%2Fp%3E%0A++++++++++++++++%3Cp%3EWe+will+then+review+your+application+and+may+contact+you+to+arrange+an+interview.%3C%2Fp%3E%0A++++++++++++++++%3Cp%3E%0A++++++++++++++++With+regards%2C%3Cbr+%2F%3E%0A++++++++++++++++'
   31    11        CONCAT                                           ~15     ~14, !2
         12        CONCAT                                           ~16     ~15, '%0A++++++++++++++++%3C%2Fp%3E'
    6    13        ASSIGN                                                   !3, ~16
   34    14        INIT_FCALL                                               'strip_tags'
         15        INIT_FCALL                                               'str_replace'
         16        SEND_VAL                                                 <array>
         17        SEND_VAL                                                 <array>
         18        SEND_VAR                                                 !3
         19        DO_ICALL                                         $18     
         20        SEND_VAR                                                 $18
         21        DO_ICALL                                         $19     
         22        ECHO                                                     $19
         23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.84 ms | 1392 KiB | 17 Q