3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = uniqid(); $b = uniqid(); echo $a===$b;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/FrZ6m
function name:  (null)
number of ops:  9
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'uniqid'
          1        DO_ICALL                                         $2      
          2        ASSIGN                                                   !0, $2
    3     3        INIT_FCALL                                               'uniqid'
          4        DO_ICALL                                         $4      
          5        ASSIGN                                                   !1, $4
    4     6        IS_IDENTICAL                                     ~6      !0, !1
          7        ECHO                                                     ~6
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.36 ms | 1394 KiB | 15 Q