3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.51 ms | 1395 KiB | 17 Q