3v4l.org

run code in 500+ PHP versions simultaneously
<?php function print_line(string $output): void { echo $output . PHP_EOL; } $rel = [ 'noopener' => true, 'external' => false, 'nofollow' => true, ]; print_line(implode(" ", array_keys($rel)));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/pSe8S
function name:  (null)
number of ops:  9
compiled vars:  !0 = $rel
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    6     0  E >   ASSIGN                                                       !0, <array>
   12     1        INIT_FCALL                                                   'print_line'
          2        INIT_FCALL                                                   'array_keys'
          3        SEND_VAR                                                     !0
          4        DO_ICALL                                             $2      
          5        FRAMELESS_ICALL_2                implode             ~3      '+', $2
          6        SEND_VAL                                                     ~3
          7        DO_FCALL                                          0          
          8      > RETURN                                                       1

Function print_line:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/pSe8S
function name:  print_line
number of ops:  4
compiled vars:  !0 = $output
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   RECV                                                 !0      
    3     1        CONCAT                                               ~1      !0, '%0A'
          2        ECHO                                                         ~1
    4     3      > RETURN                                                       null

End of function print_line

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
176.12 ms | 1319 KiB | 16 Q