3v4l.org

run code in 300+ PHP versions simultaneously
<?php $spell = array("double", "toil", "trouble", "cauldron", "bubble"); foreach ($spell as &$word) { $word = ucfirst($word); } foreach ($spell as $word) { echo $word . "\n"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 125) Position 1 = 2, Position 2 = 8
Branch analysis from position: 2
2 jumps found. (Code = 126) 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
2 jumps found. (Code = 77) Position 1 = 10, Position 2 = 14
Branch analysis from position: 10
2 jumps found. (Code = 78) Position 1 = 11, Position 2 = 14
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
Branch analysis from position: 8
filename:       /in/bjmRU
function name:  (null)
number of ops:  16
compiled vars:  !0 = $spell, !1 = $word
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1      > FE_RESET_RW                                      $3      !0, ->8
          2    > > FE_FETCH_RW                                              $3, !1, ->8
    4     3    >   INIT_FCALL                                               'ucfirst'
          4        SEND_VAR                                                 !1
          5        DO_ICALL                                         $4      
          6        ASSIGN                                                   !1, $4
    3     7      > JMP                                                      ->2
          8    >   FE_FREE                                                  $3
    6     9      > FE_RESET_R                                       $6      !0, ->14
         10    > > FE_FETCH_R                                               $6, !1, ->14
    7    11    >   CONCAT                                           ~7      !1, '%0A'
         12        ECHO                                                     ~7
    6    13      > JMP                                                      ->10
         14    >   FE_FREE                                                  $6
    8    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.39 ms | 1399 KiB | 15 Q