3v4l.org

run code in 300+ PHP versions simultaneously
<?php $compressed = gzdeflate('Compress me', 9); echo $compressed; $bzstr = bzcompress($start_str);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8OA7Z
function name:  (null)
number of ops:  11
compiled vars:  !0 = $compressed, !1 = $bzstr, !2 = $start_str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'gzdeflate'
          1        SEND_VAL                                                 'Compress+me'
          2        SEND_VAL                                                 9
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !0, $3
    3     5        ECHO                                                     !0
    4     6        INIT_FCALL_BY_NAME                                       'bzcompress'
          7        SEND_VAR_EX                                              !2
          8        DO_FCALL                                      0  $5      
          9        ASSIGN                                                   !1, $5
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.88 ms | 1394 KiB | 15 Q