3v4l.org

run code in 500+ PHP versions simultaneously
<?php sscanf('3, 20', '%d,%d', $min, $max); var_dump($min, $max);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/apMI5
function name:  (null)
number of ops:  11
compiled vars:  !0 = $min, !1 = $max
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'sscanf'
          1        SEND_VAL                                                     '3%2C+20'
          2        SEND_VAL                                                     '%25d%2C%25d'
          3        SEND_REF                                                     !0
          4        SEND_REF                                                     !1
          5        DO_ICALL                                                     
    5     6        INIT_FCALL                                                   'var_dump'
          7        SEND_VAR                                                     !0
          8        SEND_VAR                                                     !1
          9        DO_ICALL                                                     
         10      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
200.88 ms | 3303 KiB | 15 Q