3v4l.org

run code in 300+ PHP versions simultaneously
<?php $last=null; $b=0; if(empty($last)) { $b++; if($b === 1) ?> <div id="form"> <h4 id="info">Dodajesz nowy post</h4> <label>Treść:</label> <textarea cols="50" rows="5" class="input" id="description" name="description"></textarea> <input type="submit" value="dodaj" name="buttonsubmit" id="buttonsubmit"> </div> <?php }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 8
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 7
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
Branch analysis from position: 8
filename:       /in/QcBkv
function name:  (null)
number of ops:  9
compiled vars:  !0 = $last, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, null
    3     1        ASSIGN                                                   !1, 0
    4     2        ISSET_ISEMPTY_CV                                         !0
          3      > JMPZ                                                     ~4, ->8
    5     4    >   PRE_INC                                                  !1
    6     5        IS_IDENTICAL                                             !1, 1
          6      > JMPZ                                                     ~6, ->7
    8     7    >   ECHO                                                     '++++%3Cdiv+id%3D%22form%22%3E%0A++++++++%3Ch4+id%3D%22info%22%3EDodajesz+nowy+post%3C%2Fh4%3E%0A++++++++%3Clabel%3ETre%C5%9B%C4%87%3A%3C%2Flabel%3E%0A++++++++%3Ctextarea+cols%3D%2250%22+rows%3D%225%22+class%3D%22input%22+id%3D%22description%22+name%3D%22description%22%3E%3C%2Ftextarea%3E%0A++++++++%3Cinput+type%3D%22submit%22+value%3D%22dodaj%22+name%3D%22buttonsubmit%22+id%3D%22buttonsubmit%22%3E%0A++++%3C%2Fdiv%3E%0A'
   15     8    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
136.07 ms | 1006 KiB | 13 Q