3v4l.org

run code in 300+ PHP versions simultaneously
<?php list($min, $max) = array_map('intval', explode('-', '100-200')); var_dump($min); var_dump($max);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/AXccT
function name:  (null)
number of ops:  20
compiled vars:  !0 = $min, !1 = $max
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'array_map'
          1        SEND_VAL                                                 'intval'
          2        INIT_FCALL                                               'explode'
          3        SEND_VAL                                                 '-'
          4        SEND_VAL                                                 '100-200'
          5        DO_ICALL                                         $2      
          6        SEND_VAR                                                 $2
          7        DO_ICALL                                         $3      
          8        FETCH_LIST_R                                     $4      $3, 0
          9        ASSIGN                                                   !0, $4
         10        FETCH_LIST_R                                     $6      $3, 1
         11        ASSIGN                                                   !1, $6
         12        FREE                                                     $3
    4    13        INIT_FCALL                                               'var_dump'
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                                 
    5    16        INIT_FCALL                                               'var_dump'
         17        SEND_VAR                                                 !1
         18        DO_ICALL                                                 
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.56 ms | 1394 KiB | 19 Q