3v4l.org

run code in 300+ PHP versions simultaneously
<?php $compressData = base64_encode(gzencode('Purchase Order JSON')); echo "DATA SETELAH DI COMPRESS = ", $compressData; echo nl2br("\n"); $hashcodeData = sha1($compressData); echo "HASHCODE DATA = ", $hashcodeData;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Lr8Ce
function name:  (null)
number of ops:  20
compiled vars:  !0 = $compressData, !1 = $hashcodeData
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'base64_encode'
          1        INIT_FCALL                                               'gzencode'
          2        SEND_VAL                                                 'Purchase+Order+JSON'
          3        DO_ICALL                                         $2      
          4        SEND_VAR                                                 $2
          5        DO_ICALL                                         $3      
          6        ASSIGN                                                   !0, $3
    5     7        ECHO                                                     'DATA+SETELAH+DI+COMPRESS+%3D+'
          8        ECHO                                                     !0
    7     9        INIT_FCALL                                               'nl2br'
         10        SEND_VAL                                                 '%0A'
         11        DO_ICALL                                         $5      
         12        ECHO                                                     $5
    9    13        INIT_FCALL                                               'sha1'
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                         $6      
         16        ASSIGN                                                   !1, $6
   11    17        ECHO                                                     'HASHCODE+DATA+%3D+'
         18        ECHO                                                     !1
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
185.69 ms | 1395 KiB | 21 Q