3v4l.org

run code in 300+ PHP versions simultaneously
<?php $weather = array("晴れ", "晴れ時々雨", "雪のち雨"); $ary = array( "晴れ" => "sunny", "雨" => "rainy", "曇" => "cloudy", "雪" => "snowy", "のち" => "later", "時々" => "and" ); for ($i=0; $i < 3; $i++) { //$telop = $weather->forecasts[$i]->telop; $telop = $weather[$i]; foreach ($ary as $key => $value) { $aaa = "晴れれれれ"; str_replace("晴れ", "arry", $aaa); echo $aaa; } echo $telop; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 20
Branch analysis from position: 20
2 jumps found. (Code = 44) Position 1 = 22, Position 2 = 4
Branch analysis from position: 22
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 77) Position 1 = 7, Position 2 = 17
Branch analysis from position: 7
2 jumps found. (Code = 78) Position 1 = 8, Position 2 = 17
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
Branch analysis from position: 17
2 jumps found. (Code = 44) Position 1 = 22, Position 2 = 4
Branch analysis from position: 22
Branch analysis from position: 4
Branch analysis from position: 17
filename:       /in/GZ5eH
function name:  (null)
number of ops:  23
compiled vars:  !0 = $weather, !1 = $ary, !2 = $i, !3 = $telop, !4 = $value, !5 = $key, !6 = $aaa
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, <array>
   12     2        ASSIGN                                                   !2, 0
          3      > JMP                                                      ->20
   15     4    >   FETCH_DIM_R                                      ~10     !0, !2
          5        ASSIGN                                                   !3, ~10
   16     6      > FE_RESET_R                                       $12     !1, ->17
          7    > > FE_FETCH_R                                       ~13     $12, !4, ->17
          8    >   ASSIGN                                                   !5, ~13
   17     9        ASSIGN                                                   !6, '%E6%99%B4%E3%82%8C%E3%82%8C%E3%82%8C%E3%82%8C'
   18    10        INIT_FCALL                                               'str_replace'
         11        SEND_VAL                                                 '%E6%99%B4%E3%82%8C'
         12        SEND_VAL                                                 'arry'
         13        SEND_VAR                                                 !6
         14        DO_ICALL                                                 
   19    15        ECHO                                                     !6
   16    16      > JMP                                                      ->7
         17    >   FE_FREE                                                  $12
   21    18        ECHO                                                     !3
   12    19        PRE_INC                                                  !2
         20    >   IS_SMALLER                                               !2, 3
         21      > JMPNZ                                                    ~18, ->4
   22    22    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.45 ms | 1396 KiB | 15 Q