3v4l.org

run code in 500+ PHP versions simultaneously
<?php echo 'a', 'b', 'c'; // abc echo ('a' . 'b' . 'c'); // abc print('a' . 'b' . 'c'); // abc ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qi4pp
function name:  (null)
number of ops:  6
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ECHO                                                         'a'
          1        ECHO                                                         'b'
          2        ECHO                                                         'c'
    4     3        ECHO                                                         'abc'
    5     4        ECHO                                                         'abc'
    7     5      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
153.97 ms | 3312 KiB | 13 Q