3v4l.org

run code in 300+ PHP versions simultaneously
<?php $salt1 = uniqid("", true); $salt2 = uniqid("", true); echo SHA1(md5(sha1($salt1)).sha1(md5($salt2)).sha1(md5(md5(1))));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6cLHZ
function name:  (null)
number of ops:  38
compiled vars:  !0 = $salt1, !1 = $salt2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'uniqid'
          1        SEND_VAL                                                 ''
          2        SEND_VAL                                                 <true>
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
    3     5        INIT_FCALL                                               'uniqid'
          6        SEND_VAL                                                 ''
          7        SEND_VAL                                                 <true>
          8        DO_ICALL                                         $4      
          9        ASSIGN                                                   !1, $4
    4    10        INIT_FCALL                                               'sha1'
         11        INIT_FCALL                                               'md5'
         12        INIT_FCALL                                               'sha1'
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                         $6      
         15        SEND_VAR                                                 $6
         16        DO_ICALL                                         $7      
         17        INIT_FCALL                                               'sha1'
         18        INIT_FCALL                                               'md5'
         19        SEND_VAR                                                 !1
         20        DO_ICALL                                         $8      
         21        SEND_VAR                                                 $8
         22        DO_ICALL                                         $9      
         23        CONCAT                                           ~10     $7, $9
         24        INIT_FCALL                                               'sha1'
         25        INIT_FCALL                                               'md5'
         26        INIT_FCALL                                               'md5'
         27        SEND_VAL                                                 1
         28        DO_ICALL                                         $11     
         29        SEND_VAR                                                 $11
         30        DO_ICALL                                         $12     
         31        SEND_VAR                                                 $12
         32        DO_ICALL                                         $13     
         33        CONCAT                                           ~14     ~10, $13
         34        SEND_VAL                                                 ~14
         35        DO_ICALL                                         $15     
         36        ECHO                                                     $15
         37      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.73 ms | 1396 KiB | 19 Q