3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s= "Kızlar, şimdi kendi döngünüzü öğrenme zamanı! Periyodunuz hakkındaki soru işaretlerini yok edin, Orkid korumasının keyfini çıkarın!"; $compress = function($s) { return gzencode($s);}; $decompress = function($s) { return gzdecode($s);}; echo $decompress($compress($s)) === $s;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/eiVqR
function name:  (null)
number of ops:  14
compiled vars:  !0 = $s, !1 = $compress, !2 = $decompress
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'K%C4%B1zlar%2C+%C5%9Fimdi+kendi+d%C3%B6ng%C3%BCn%C3%BCz%C3%BC+%C3%B6%C4%9Frenme+zaman%C4%B1%21+Periyodunuz+hakk%C4%B1ndaki+soru+i%C5%9Faretlerini+yok+edin%2C+Orkid+korumas%C4%B1n%C4%B1n+keyfini+%C3%A7%C4%B1kar%C4%B1n%21'
    5     1        DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2FeiVqR%3A5%240'
          2        ASSIGN                                                   !1, ~4
    6     3        DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2FeiVqR%3A6%241'
          4        ASSIGN                                                   !2, ~6
    8     5        INIT_DYNAMIC_CALL                                        !2
          6        INIT_DYNAMIC_CALL                                        !1
          7        SEND_VAR_EX                                              !0
          8        DO_FCALL                                      0  $8      
          9        SEND_VAR_NO_REF_EX                                       $8
         10        DO_FCALL                                      0  $9      
         11        IS_IDENTICAL                                     ~10     !0, $9
         12        ECHO                                                     ~10
         13      > RETURN                                                   1

Function %00%7Bclosure%7D%2Fin%2FeiVqR%3A5%240:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/eiVqR
function name:  {closure}
number of ops:  6
compiled vars:  !0 = $s
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV                                             !0      
          1        INIT_FCALL                                               'gzencode'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $1      
          4      > RETURN                                                   $1
          5*     > RETURN                                                   null

End of function %00%7Bclosure%7D%2Fin%2FeiVqR%3A5%240

Function %00%7Bclosure%7D%2Fin%2FeiVqR%3A6%241:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/eiVqR
function name:  {closure}
number of ops:  6
compiled vars:  !0 = $s
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   RECV                                             !0      
          1        INIT_FCALL                                               'gzdecode'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $1      
          4      > RETURN                                                   $1
          5*     > RETURN                                                   null

End of function %00%7Bclosure%7D%2Fin%2FeiVqR%3A6%241

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.77 ms | 1396 KiB | 17 Q