3v4l.org

run code in 300+ PHP versions simultaneously
<?php printf('5ab' + 5); printf('<br />'); printf('a5b' + 5);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/cU6kR
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'printf'
          1        ADD                                              ~0      '5ab', 5
          2        SEND_VAL                                                 ~0
          3        DO_ICALL                                                 
    4     4        INIT_FCALL                                               'printf'
          5        SEND_VAL                                                 '%3Cbr+%2F%3E'
          6        DO_ICALL                                                 
    5     7        INIT_FCALL                                               'printf'
          8        ADD                                              ~3      'a5b', 5
          9        SEND_VAL                                                 ~3
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.66 ms | 1394 KiB | 15 Q