3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump( 'foo', <<<'EOT' Line 1 Line 2 Line 3 EOT, 'bar' ); var_dump( 'foo', <<<'EOT' Line 1 Line 2 Line 3 EOT, 'bar' );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/eGlGY
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
    4     1        SEND_VAL                                                 'foo'
    6     2        SEND_VAL                                                 'Line+1%0ALine+2%0ALine+3'
   10     3        SEND_VAL                                                 'bar'
    3     4        DO_ICALL                                                 
   13     5        INIT_FCALL                                               'var_dump'
   14     6        SEND_VAL                                                 'foo'
   16     7        SEND_VAL                                                 'Line+1%0ALine+2%0ALine+3'
   20     8        SEND_VAL                                                 'bar'
   13     9        DO_ICALL                                                 
   21    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.89 ms | 1008 KiB | 14 Q