3v4l.org

run code in 500+ 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:  13
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        FRAMELESS_ICALL_2                strpos              ~3      !0, '+'
          4        ADD                                                  ~4      ~3, 1
          5        FRAMELESS_ICALL_2                substr              ~5      !0, ~4
          6        SEND_VAL                                                     ~5
          7        DO_ICALL                                             $6      
          8        ASSIGN                                                       !1, $6
    8     9        INIT_FCALL                                                   'var_export'
         10        SEND_VAR                                                     !1
         11        DO_ICALL                                                     
         12      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
162.53 ms | 2001 KiB | 15 Q