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_message 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/C0tA2
function name:  (null)
number of ops:  10
compiled vars:  !0 = $chr_message, !1 = $chr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   12     1      > FE_RESET_R                                       $3      !0, ->8
          2    > > FE_FETCH_R                                               $3, !1, ->8
   14     3    >   INIT_FCALL                                               'chr'
          4        SEND_VAR                                                 !1
          5        DO_ICALL                                         $4      
          6        ECHO                                                     $4
   12     7      > JMP                                                      ->2
          8    >   FE_FREE                                                  $3
   15     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.47 ms | 1394 KiB | 15 Q