3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "Online (UVD) - 1123123 - Last Updated: Nov 23 2015 02:24 PM"; $str = "Online (UVD) - 12 - Last Updated: Nov 23 2015 02:24 PM"; $str = "Online (UVD) - 1546546 - Last Updated: Nov 23 2015 02:24 PM"; $str = "Online (UVD) - 3525252525 - Last Updated: Nov 23 2015 02:24 PM"; $digit = explode(' ',$str); echo trim($digit[3]); echo trim($digit[9]);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ttBDG
function name:  (null)
number of ops:  20
compiled vars:  !0 = $str, !1 = $digit
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'Online+%28UVD%29+-+1123123+-+Last+Updated%3A+Nov+23+2015+02%3A24+PM'
    3     1        ASSIGN                                                   !0, 'Online+%28UVD%29+-+12+-+Last+Updated%3A+Nov+23+2015+02%3A24+PM'
    4     2        ASSIGN                                                   !0, 'Online+%28UVD%29+-+1546546+-+Last+Updated%3A+Nov+23+2015+02%3A24+PM'
    5     3        ASSIGN                                                   !0, 'Online+%28UVD%29+-+3525252525+-+Last+Updated%3A+Nov+23+2015+02%3A24+PM'
    7     4        INIT_FCALL                                               'explode'
          5        SEND_VAL                                                 '+'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $6      
          8        ASSIGN                                                   !1, $6
    8     9        INIT_FCALL                                               'trim'
         10        FETCH_DIM_R                                      ~8      !1, 3
         11        SEND_VAL                                                 ~8
         12        DO_ICALL                                         $9      
         13        ECHO                                                     $9
    9    14        INIT_FCALL                                               'trim'
         15        FETCH_DIM_R                                      ~10     !1, 9
         16        SEND_VAL                                                 ~10
         17        DO_ICALL                                         $11     
         18        ECHO                                                     $11
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.17 ms | 1011 KiB | 15 Q