3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo '1'; echo '2'; echo '3'; function aasdf($asdf, $asf) { return "jaksldf".$asdf." ".$asf."\n"; } phpinfo();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/62WE0
function name:  (null)
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ECHO                                                     '1'
    3     1        ECHO                                                     '2'
    4     2        ECHO                                                     '3'
    8     3        INIT_FCALL                                               'phpinfo'
          4        DO_ICALL                                                 
          5      > RETURN                                                   1

Function aasdf:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/62WE0
function name:  aasdf
number of ops:  8
compiled vars:  !0 = $asdf, !1 = $asf
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    6     2        CONCAT                                           ~2      'jaksldf', !0
          3        CONCAT                                           ~3      ~2, '+'
          4        CONCAT                                           ~4      ~3, !1
          5        CONCAT                                           ~5      ~4, '%0A'
          6      > RETURN                                                   ~5
    7     7*     > RETURN                                                   null

End of function aasdf

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.89 ms | 1394 KiB | 15 Q