3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump( gzinflate(gzdeflate('hello')), gzinflate(gzdeflate('hello') . 'again'), gzinflate(gzdeflate('hello') . gzdeflate('again')) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Ms4i1
function name:  (null)
number of ops:  29
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
    4     1        INIT_FCALL                                               'gzinflate'
          2        INIT_FCALL                                               'gzdeflate'
          3        SEND_VAL                                                 'hello'
          4        DO_ICALL                                         $0      
          5        SEND_VAR                                                 $0
          6        DO_ICALL                                         $1      
          7        SEND_VAR                                                 $1
    5     8        INIT_FCALL                                               'gzinflate'
          9        INIT_FCALL                                               'gzdeflate'
         10        SEND_VAL                                                 'hello'
         11        DO_ICALL                                         $2      
         12        CONCAT                                           ~3      $2, 'again'
         13        SEND_VAL                                                 ~3
         14        DO_ICALL                                         $4      
         15        SEND_VAR                                                 $4
    6    16        INIT_FCALL                                               'gzinflate'
         17        INIT_FCALL                                               'gzdeflate'
         18        SEND_VAL                                                 'hello'
         19        DO_ICALL                                         $5      
         20        INIT_FCALL                                               'gzdeflate'
         21        SEND_VAL                                                 'again'
         22        DO_ICALL                                         $6      
         23        CONCAT                                           ~7      $5, $6
         24        SEND_VAL                                                 ~7
         25        DO_ICALL                                         $8      
         26        SEND_VAR                                                 $8
         27        DO_ICALL                                                 
    7    28      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.54 ms | 1395 KiB | 19 Q