3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start();phpcredits();$c=0;$o=ob_get_clean();foreach (str_split($o) as $x) {echo ord($x^$c);$c=$x;}
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 12, Position 2 = 20
Branch analysis from position: 12
2 jumps found. (Code = 78) Position 1 = 13, Position 2 = 20
Branch analysis from position: 13
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 20
filename:       /in/GSqIm
function name:  (null)
number of ops:  22
compiled vars:  !0 = $c, !1 = $o, !2 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'ob_start'
          1        DO_ICALL                                                 
          2        INIT_FCALL                                               'phpcredits'
          3        DO_ICALL                                                 
          4        ASSIGN                                                   !0, 0
          5        INIT_FCALL                                               'ob_get_clean'
          6        DO_ICALL                                         $6      
          7        ASSIGN                                                   !1, $6
          8        INIT_FCALL                                               'str_split'
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                         $8      
         11      > FE_RESET_R                                       $9      $8, ->20
         12    > > FE_FETCH_R                                               $9, !2, ->20
         13    >   INIT_FCALL                                               'ord'
         14        BW_XOR                                           ~10     !2, !0
         15        SEND_VAL                                                 ~10
         16        DO_ICALL                                         $11     
         17        ECHO                                                     $11
         18        ASSIGN                                                   !0, !2
         19      > JMP                                                      ->12
         20    >   FE_FREE                                                  $9
         21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.44 ms | 1395 KiB | 23 Q