3v4l.org

run code in 300+ PHP versions simultaneously
<pre> <?php $boys = ["1", "2", "3"]; $girls = ["a", "b", "c"]; print_r($boys); //Horizontal line should be here. print_r($girls); ?> </pre>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1Z0j9
function name:  (null)
number of ops:  11
compiled vars:  !0 = $boys, !1 = $girls
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3Cpre%3E%0A%09'
    3     1        ASSIGN                                                   !0, <array>
    4     2        ASSIGN                                                   !1, <array>
    6     3        INIT_FCALL                                               'print_r'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                                 
   10     6        INIT_FCALL                                               'print_r'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                                 
   12     9        ECHO                                                     '%3C%2Fpre%3E'
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.02 ms | 1394 KiB | 15 Q