3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Prepare test data $binstring = "\x07\xB2\x01\x01\x00\x0A\x14\x00"; $values = unpack('nyear/Cmonth/Cday/Chour/Cminute/Csecond/Cdecisecond', $binstring); var_dump($values);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gplnB
function name:  (null)
number of ops:  10
compiled vars:  !0 = $binstring, !1 = $values
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   ASSIGN                                                   !0, '%07%B2%01%01%00%0A%14%00'
    7     1        INIT_FCALL                                               'unpack'
          2        SEND_VAL                                                 'nyear%2FCmonth%2FCday%2FChour%2FCminute%2FCsecond%2FCdecisecond'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !1, $3
    8     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.47 ms | 1394 KiB | 17 Q