3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { list($run, $runStart, $runEnd) = explode(",",$period); echo "yes"; } catch (Exception $e) { echo 'Caught exception: ', $e->getMessage(), "\n"; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 19
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Found catch point at position: 13
Branch analysis from position: 13
2 jumps found. (Code = 107) Position 1 = 14, Position 2 = -2
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fDnXm
function name:  (null)
number of ops:  20
compiled vars:  !0 = $period, !1 = $run, !2 = $runStart, !3 = $runEnd, !4 = $e
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'explode'
          1        SEND_VAL                                                 '%2C'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $5      
          4        FETCH_LIST_R                                     $6      $5, 0
          5        ASSIGN                                                   !1, $6
          6        FETCH_LIST_R                                     $8      $5, 1
          7        ASSIGN                                                   !2, $8
          8        FETCH_LIST_R                                     $10     $5, 2
          9        ASSIGN                                                   !3, $10
         10        FREE                                                     $5
    4    11        ECHO                                                     'yes'
         12      > JMP                                                      ->19
    5    13  E > > CATCH                                       last         'Exception'
    6    14    >   ECHO                                                     'Caught+exception%3A+'
         15        INIT_METHOD_CALL                                         !4, 'getMessage'
         16        DO_FCALL                                      0  $12     
         17        ECHO                                                     $12
         18        ECHO                                                     '%0A'
    7    19    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.81 ms | 1395 KiB | 15 Q