3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.74 ms | 1394 KiB | 17 Q