3v4l.org

run code in 500+ PHP versions simultaneously
<?php $s = "abcabcbb"; $s = explode($s, ','); echo '<pre>';print_r($s);echo '</pre>';die;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 61) Position 1 = -2
filename:       /in/OHvWl
function name:  (null)
number of ops:  14
compiled vars:  !0 = $s
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, 'abcabcbb'
    4     1        INIT_FCALL                                                   'explode'
          2        SEND_VAR                                                     !0
          3        SEND_VAL                                                     '%2C'
          4        DO_ICALL                                             $2      
          5        ASSIGN                                                       !0, $2
    6     6        ECHO                                                         '%3Cpre%3E'
          7        INIT_FCALL                                                   'print_r'
          8        SEND_VAR                                                     !0
          9        DO_ICALL                                                     
         10        ECHO                                                         '%3C%2Fpre%3E'
         11      > INIT_FCALL                                                   'exit'
         12*       DO_ICALL                                                     
    7    13*     > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
173 ms | 1370 KiB | 16 Q