3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! $uder = "serious"; if(strlen($uder) >= 40) { echo "Uder is equal or less than 40 characters."; } elseif(strlen($uder) < 9) { echo "Go to hell."; } else { echo "Fuck you."; }
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 = 12
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 11
Branch analysis from position: 9
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JZ8rd
function name:  (null)
number of ops:  13
compiled vars:  !0 = $uder
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, 'serious'
    6     1        STRLEN                                           ~2      !0
          2        IS_SMALLER_OR_EQUAL                                      40, ~2
          3      > JMPZ                                                     ~3, ->6
    7     4    >   ECHO                                                     'Uder+is+equal+or+less+than+40+characters.'
          5      > JMP                                                      ->12
    8     6    >   STRLEN                                           ~4      !0
          7        IS_SMALLER                                               ~4, 9
          8      > JMPZ                                                     ~5, ->11
    9     9    >   ECHO                                                     'Go+to+hell.'
         10      > JMP                                                      ->12
   11    11    >   ECHO                                                     'Fuck+you.'
   12    12    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.75 ms | 1393 KiB | 13 Q