3v4l.org

run code in 300+ PHP versions simultaneously
<?php function nasobeni($a,$b){ if($a > 1500 OR $b>1500) { echo "Ne!"; } else { echo $a*$b; } } nasobeni(1,1550);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4OETL
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   14     0  E >   INIT_FCALL                                               'nasobeni'
          1        SEND_VAL                                                 1
          2        SEND_VAL                                                 1550
          3        DO_FCALL                                      0          
          4      > RETURN                                                   1

Function nasobeni:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 4, Position 2 = 6
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 9
Branch analysis from position: 7
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
filename:       /in/4OETL
function name:  nasobeni
number of ops:  12
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    4     2        IS_SMALLER                                       ~2      1500, !0
          3      > JMPNZ_EX                                         ~2      ~2, ->6
          4    >   IS_SMALLER                                       ~3      1500, !1
          5        BOOL                                             ~2      ~3
          6    > > JMPZ                                                     ~2, ->9
    6     7    >   ECHO                                                     'Ne%21'
          8      > JMP                                                      ->11
   10     9    >   MUL                                              ~4      !0, !1
         10        ECHO                                                     ~4
   12    11    > > RETURN                                                   null

End of function nasobeni

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.64 ms | 1397 KiB | 14 Q