3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sha ='OaA6kEnpfZvZ9xwke1nqw7FkgNYDhWw_yVt2McUxhL_lFcaa_se-5pNs5LxpGhUfe5-esZGemRgBrPTdbgnB0VFAILkWnmLITV6vqGa5hNsGdu40x0fTPU8zJS-AJ8OQBPsNFQ9XVfxaGGf2mBtlKKweAxNPnB6u29Rqcu9cfw'; $hash1 = sha1($sha); $hash2 = sha1($sha); echo $hash1 . "\t"; echo $hash2 . "\t";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vm9E2
function name:  (null)
number of ops:  14
compiled vars:  !0 = $sha, !1 = $hash1, !2 = $hash2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'OaA6kEnpfZvZ9xwke1nqw7FkgNYDhWw_yVt2McUxhL_lFcaa_se-5pNs5LxpGhUfe5-esZGemRgBrPTdbgnB0VFAILkWnmLITV6vqGa5hNsGdu40x0fTPU8zJS-AJ8OQBPsNFQ9XVfxaGGf2mBtlKKweAxNPnB6u29Rqcu9cfw'
    5     1        INIT_FCALL                                               'sha1'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $4      
          4        ASSIGN                                                   !1, $4
    6     5        INIT_FCALL                                               'sha1'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $6      
          8        ASSIGN                                                   !2, $6
    8     9        CONCAT                                           ~8      !1, '%09'
         10        ECHO                                                     ~8
    9    11        CONCAT                                           ~9      !2, '%09'
         12        ECHO                                                     ~9
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.05 ms | 1394 KiB | 15 Q