3v4l.org

run code in 300+ PHP versions simultaneously
<? $a='a_b'; list($b,$c) = split('_',$a); echo $a.' -- '.$b.' -- '.$c; while (true) { echo $i++.' '; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 19
Branch analysis from position: 19
2 jumps found. (Code = 44) Position 1 = 20, Position 2 = 16
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
2 jumps found. (Code = 44) Position 1 = 20, Position 2 = 16
Branch analysis from position: 20
Branch analysis from position: 16
filename:       /in/eBWJQ
function name:  (null)
number of ops:  21
compiled vars:  !0 = $a, !1 = $b, !2 = $c, !3 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'a_b'
    4     1        INIT_FCALL_BY_NAME                                       'split'
          2        SEND_VAL_EX                                              '_'
          3        SEND_VAR_EX                                              !0
          4        DO_FCALL                                      0  $5      
          5        FETCH_LIST_R                                     $6      $5, 0
          6        ASSIGN                                                   !1, $6
          7        FETCH_LIST_R                                     $8      $5, 1
          8        ASSIGN                                                   !2, $8
          9        FREE                                                     $5
    5    10        CONCAT                                           ~10     !0, '+--+'
         11        CONCAT                                           ~11     ~10, !1
         12        CONCAT                                           ~12     ~11, '+--+'
         13        CONCAT                                           ~13     ~12, !2
         14        ECHO                                                     ~13
    6    15      > JMP                                                      ->19
    7    16    >   POST_INC                                         ~14     !3
         17        CONCAT                                           ~15     ~14, '+'
         18        ECHO                                                     ~15
    6    19    > > JMPNZ                                                    <true>, ->16
    8    20    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
139.31 ms | 1398 KiB | 13 Q