3v4l.org

run code in 300+ PHP versions simultaneously
<?php $todos = array(); if(count($todos) < 1): ?> <p>no todo items.</p> <?php else: ?> <table> <tr><td>&nbsp</td><td>No.</td><td>todo</td><td>time</td></tr> </table> <?php endif; ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 6
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/L95NU
function name:  (null)
number of ops:  8
compiled vars:  !0 = $todos
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        COUNT                                            ~2      !0
          2        IS_SMALLER                                               ~2, 1
          3      > JMPZ                                                     ~3, ->6
    4     4    >   ECHO                                                     '%09%09%3Cp%3Eno+todo+items.%3C%2Fp%3E%0A'
          5      > JMP                                                      ->7
    6     6    >   ECHO                                                     '%09%09%3Ctable%3E%0A%09%09%09%3Ctr%3E%3Ctd%3E%26nbsp%3C%2Ftd%3E%3Ctd%3ENo.%3C%2Ftd%3E%3Ctd%3Etodo%3C%2Ftd%3E%3Ctd%3Etime%3C%2Ftd%3E%3C%2Ftr%3E%0A%09%09%3C%2Ftable%3E%0A'
    9     7    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.75 ms | 1392 KiB | 13 Q