3v4l.org

run code in 300+ PHP versions simultaneously
<?php $unique = uniqid(); $hexdec = hexdec($unique); $crc = crc32($hexdec); echo "Unique: ".$unique."\n"; echo "Hexdec: ".$hexdec."\n"; echo "CRC32: ".$crc;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/d5V11
function name:  (null)
number of ops:  20
compiled vars:  !0 = $unique, !1 = $hexdec, !2 = $crc
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'uniqid'
          1        DO_ICALL                                         $3      
          2        ASSIGN                                                   !0, $3
    3     3        INIT_FCALL                                               'hexdec'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $5      
          6        ASSIGN                                                   !1, $5
    4     7        INIT_FCALL                                               'crc32'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $7      
         10        ASSIGN                                                   !2, $7
    5    11        CONCAT                                           ~9      'Unique%3A+', !0
         12        CONCAT                                           ~10     ~9, '%0A'
         13        ECHO                                                     ~10
    6    14        CONCAT                                           ~11     'Hexdec%3A+', !1
         15        CONCAT                                           ~12     ~11, '%0A'
         16        ECHO                                                     ~12
    7    17        CONCAT                                           ~13     'CRC32%3A+', !2
         18        ECHO                                                     ~13
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.47 ms | 1395 KiB | 19 Q