3v4l.org

run code in 300+ PHP versions simultaneously
<?php $response = "Response: 311768560 311768562 311768564"; $array = explode("\r\n", substr($response, strpos($response, ' ') + 1)); var_export($array);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VcYNg
function name:  (null)
number of ops:  19
compiled vars:  !0 = $response, !1 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Response%3A+311768560%0A311768562%0A311768564'
    7     1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '%0D%0A'
          3        INIT_FCALL                                               'substr'
          4        SEND_VAR                                                 !0
          5        INIT_FCALL                                               'strpos'
          6        SEND_VAR                                                 !0
          7        SEND_VAL                                                 '+'
          8        DO_ICALL                                         $3      
          9        ADD                                              ~4      $3, 1
         10        SEND_VAL                                                 ~4
         11        DO_ICALL                                         $5      
         12        SEND_VAR                                                 $5
         13        DO_ICALL                                         $6      
         14        ASSIGN                                                   !1, $6
    8    15        INIT_FCALL                                               'var_export'
         16        SEND_VAR                                                 !1
         17        DO_ICALL                                                 
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.69 ms | 1004 KiB | 17 Q