3v4l.org

run code in 300+ PHP versions simultaneously
i<?php for ($i = 0; $i < 5000; $i++) { $test = 'oui oui oui'; echo "$test haha $test haha $test"; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 3
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 3
Branch analysis from position: 13
Branch analysis from position: 3
filename:       /in/Ia0kP
function name:  (null)
number of ops:  14
compiled vars:  !0 = $i, !1 = $test
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     'i'
    2     1        ASSIGN                                                   !0, 0
          2      > JMP                                                      ->11
    3     3    >   ASSIGN                                                   !1, 'oui+oui+oui'
    4     4        ROPE_INIT                                     5  ~5      !1
          5        ROPE_ADD                                      1  ~5      ~5, '+haha+'
          6        ROPE_ADD                                      2  ~5      ~5, !1
          7        ROPE_ADD                                      3  ~5      ~5, '+haha+'
          8        ROPE_END                                      4  ~4      ~5, !1
          9        ECHO                                                     ~4
    2    10        PRE_INC                                                  !0
         11    >   IS_SMALLER                                               !0, 5000
         12      > JMPNZ                                                    ~9, ->3
    5    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.35 ms | 1393 KiB | 13 Q