3v4l.org

run code in 300+ PHP versions simultaneously
<?php $geslacht = 'male'; //vul geslacht in: 'male', of 'female' $leeftijd = 78; //vul hier de leeftijd in echo "ROBIN'S LOVE MACHINE"; if ($geslacht == 'female') {echo " Thanks for participating, but I'm not interested in women."; } if ($geslacht == 'male') {echo " Let's take a further look;);););)winkwink;)."; } if (($leeftijd > 55) and ($geslacht == 'male')) {echo " Sorry, but you're just too old, darling!"; } elseif (($leeftijd < 50) and ($geslacht == 'male')) {echo " Sorry, but you're too young, I'm looking for someone more mature!"; } elseif (($leeftijd > 49) and ($leeftijd < 56) and ($geslacht == 'male')) {echo " Congratulations, you have passes the test! now lets fuk"; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 6
Branch analysis from position: 5
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 9
Branch analysis from position: 8
2 jumps found. (Code = 46) Position 1 = 11, Position 2 = 13
Branch analysis from position: 11
2 jumps found. (Code = 43) Position 1 = 14, Position 2 = 16
Branch analysis from position: 14
1 jumps found. (Code = 42) Position 1 = 32
Branch analysis from position: 32
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
2 jumps found. (Code = 46) Position 1 = 18, Position 2 = 20
Branch analysis from position: 18
2 jumps found. (Code = 43) Position 1 = 21, Position 2 = 23
Branch analysis from position: 21
1 jumps found. (Code = 42) Position 1 = 32
Branch analysis from position: 32
Branch analysis from position: 23
2 jumps found. (Code = 46) Position 1 = 25, Position 2 = 27
Branch analysis from position: 25
2 jumps found. (Code = 46) Position 1 = 28, Position 2 = 30
Branch analysis from position: 28
2 jumps found. (Code = 43) Position 1 = 31, Position 2 = 32
Branch analysis from position: 31
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 32
Branch analysis from position: 30
Branch analysis from position: 27
Branch analysis from position: 20
Branch analysis from position: 13
Branch analysis from position: 9
Branch analysis from position: 6
filename:       /in/DO4rt
function name:  (null)
number of ops:  33
compiled vars:  !0 = $geslacht, !1 = $leeftijd
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'male'
    3     1        ASSIGN                                                   !1, 78
    5     2        ECHO                                                     'ROBIN%27S+LOVE+MACHINE'
    7     3        IS_EQUAL                                                 !0, 'female'
          4      > JMPZ                                                     ~4, ->6
          5    >   ECHO                                                     '%0A%0AThanks+for+participating%2C+but+I%27m+not+interested+in+women.'
   11     6    >   IS_EQUAL                                                 !0, 'male'
          7      > JMPZ                                                     ~5, ->9
          8    >   ECHO                                                     '%0A%0ALet%27s+take+a+further+look%3B%29%3B%29%3B%29%3B%29winkwink%3B%29.'
   16     9    >   IS_SMALLER                                       ~6      55, !1
         10      > JMPZ_EX                                          ~6      ~6, ->13
         11    >   IS_EQUAL                                         ~7      !0, 'male'
         12        BOOL                                             ~6      ~7
         13    > > JMPZ                                                     ~6, ->16
         14    >   ECHO                                                     '%0A%0ASorry%2C+but+you%27re+just+too+old%2C+darling%21'
         15      > JMP                                                      ->32
   20    16    >   IS_SMALLER                                       ~8      !1, 50
         17      > JMPZ_EX                                          ~8      ~8, ->20
         18    >   IS_EQUAL                                         ~9      !0, 'male'
         19        BOOL                                             ~8      ~9
         20    > > JMPZ                                                     ~8, ->23
         21    >   ECHO                                                     '%0A%0ASorry%2C+but+you%27re+too+young%2C+I%27m+looking+for+someone+more+mature%21'
         22      > JMP                                                      ->32
   24    23    >   IS_SMALLER                                       ~10     49, !1
         24      > JMPZ_EX                                          ~10     ~10, ->27
         25    >   IS_SMALLER                                       ~11     !1, 56
         26        BOOL                                             ~10     ~11
         27    > > JMPZ_EX                                          ~10     ~10, ->30
         28    >   IS_EQUAL                                         ~12     !0, 'male'
         29        BOOL                                             ~10     ~12
         30    > > JMPZ                                                     ~10, ->32
         31    >   ECHO                                                     '%0A%0ACongratulations%2C+you+have+passes+the+test%21+now+lets+fuk'
   28    32    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.74 ms | 1399 KiB | 13 Q