3v4l.org

run code in 500+ 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:  16
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        FETCH_DIM_R                                          ~8      !1, 3
         10        FRAMELESS_ICALL_1                trim                ~9      ~8
         11        ECHO                                                         ~9
    9    12        FETCH_DIM_R                                          ~10     !1, 9
         13        FRAMELESS_ICALL_1                trim                ~11     ~10
         14        ECHO                                                         ~11
         15      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
171.26 ms | 1983 KiB | 14 Q