3v4l.org

run code in 300+ PHP versions simultaneously
<?php $chr_message = array(78, 105, 101, 32, 109, 117, 115, 105, 115, 122, 32, 98, 121, 99, 32, 109, 105, 115, 116, 114, 122, 101, 109, 32, 90, 101, 110, 100, 32, 45, 32, 119, 121, 115, 116, 97, 114, 99, 122, 121, 44, 32, 122, 101, 32, 106, 101, 115, 116, 101, 115, 32, 103, 51, 51, 107, 105, 101, 109, 32, 80, 72, 80, 33, 32, 87, 121, 115, 108, 105, 106, 32, 67, 86, 32, 110, 97, 32, 112, 114, 111, 103, 114, 97, 109, 105, 115, 116, 97, 64, 105, 109, 112, 108, 105, 120, 46, 99, 111, 109); foreach($chr_messge as $chr){ echo chr($chr); } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 8
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 8
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
filename:       /in/FGhq1
function name:  (null)
number of ops:  10
compiled vars:  !0 = $chr_message, !1 = $chr_messge, !2 = $chr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
   11     1      > FE_RESET_R                                       $4      !1, ->8
          2    > > FE_FETCH_R                                               $4, !2, ->8
   12     3    >   INIT_FCALL                                               'chr'
          4        SEND_VAR                                                 !2
          5        DO_ICALL                                         $5      
          6        ECHO                                                     $5
   11     7      > JMP                                                      ->2
          8    >   FE_FREE                                                  $4
   14     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.85 ms | 1398 KiB | 15 Q