3v4l.org

run code in 300+ PHP versions simultaneously
<?php $n = unpack('N', md5(2025, true)); $x = array_pop($n);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/2AREh
function name:  (null)
number of ops:  14
compiled vars:  !0 = $n, !1 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'unpack'
          1        SEND_VAL                                                 'N'
          2        INIT_FCALL                                               'md5'
          3        SEND_VAL                                                 2025
          4        SEND_VAL                                                 <true>
          5        DO_ICALL                                         $2      
          6        SEND_VAR                                                 $2
          7        DO_ICALL                                         $3      
          8        ASSIGN                                                   !0, $3
    3     9        INIT_FCALL                                               'array_pop'
         10        SEND_REF                                                 !0
         11        DO_ICALL                                         $5      
         12        ASSIGN                                                   !1, $5
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.84 ms | 1394 KiB | 19 Q