3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
157.06 ms | 2068 KiB | 14 Q