3v4l.org

run code in 500+ PHP versions simultaneously
<?php $fMessage = str_pad("5000", 12, "@") . " x 0% = 0"; $fMessage .= "\n" . str_pad("15000", 12, '@') . " x 1% = 150"; $fMessage = str_replace('@', '&nbsp;', $fMessage); echo '<code>', nl2br($fMessage), '</code>';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JjBRt
function name:  (null)
number of ops:  25
compiled vars:  !0 = $fMessage
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'str_pad'
          1        SEND_VAL                                                     '5000'
          2        SEND_VAL                                                     12
          3        SEND_VAL                                                     '%40'
          4        DO_ICALL                                             $1      
          5        CONCAT                                               ~2      $1, '+x+0%25+%3D+0'
          6        ASSIGN                                                       !0, ~2
    4     7        INIT_FCALL                                                   'str_pad'
          8        SEND_VAL                                                     '15000'
          9        SEND_VAL                                                     12
         10        SEND_VAL                                                     '%40'
         11        DO_ICALL                                             $4      
         12        CONCAT                                               ~5      '%0A', $4
         13        CONCAT                                               ~6      ~5, '+x+1%25+%3D+150'
         14        ASSIGN_OP                                         8          !0, ~6
    6    15        FRAMELESS_ICALL_3                str_replace         ~8      '%40', '%26nbsp%3B'
         16        OP_DATA                                                      !0
         17        ASSIGN                                                       !0, ~8
    8    18        ECHO                                                         '%3Ccode%3E'
         19        INIT_FCALL                                                   'nl2br'
         20        SEND_VAR                                                     !0
         21        DO_ICALL                                             $10     
         22        ECHO                                                         $10
         23        ECHO                                                         '%3C%2Fcode%3E'
         24      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
210.39 ms | 2039 KiB | 16 Q