3v4l.org

run code in 300+ PHP versions simultaneously
<?php $foo = "115.10" +1; echo $foo."\n"; if(is_float($foo) && $foo."" != "INF") { $foo = substr(($foo * 2),2,3); echo $foo; if(ctype_alpha($foo)) { solove1(); } else { echo "Nope...\n"; } } echo "<br/>"; ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 5, Position 2 = 8
Branch analysis from position: 5
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 25
Branch analysis from position: 9
2 jumps found. (Code = 43) Position 1 = 21, Position 2 = 24
Branch analysis from position: 21
1 jumps found. (Code = 42) Position 1 = 25
Branch analysis from position: 25
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 24
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 25
Branch analysis from position: 8
filename:       /in/0ME6Y
function name:  (null)
number of ops:  27
compiled vars:  !0 = $foo
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 116.1
    3     1        CONCAT                                           ~2      !0, '%0A'
          2        ECHO                                                     ~2
    4     3        TYPE_CHECK                                   32  ~3      !0
          4      > JMPZ_EX                                          ~3      ~3, ->8
          5    >   CONCAT                                           ~4      !0, ''
          6        IS_NOT_EQUAL                                     ~5      ~4, 'INF'
          7        BOOL                                             ~3      ~5
          8    > > JMPZ                                                     ~3, ->25
    6     9    >   INIT_FCALL                                               'substr'
         10        MUL                                              ~6      !0, 2
         11        SEND_VAL                                                 ~6
         12        SEND_VAL                                                 2
         13        SEND_VAL                                                 3
         14        DO_ICALL                                         $7      
         15        ASSIGN                                                   !0, $7
    7    16        ECHO                                                     !0
    8    17        INIT_FCALL                                               'ctype_alpha'
         18        SEND_VAR                                                 !0
         19        DO_ICALL                                         $9      
         20      > JMPZ                                                     $9, ->24
   10    21    >   INIT_FCALL_BY_NAME                                       'solove1'
         22        DO_FCALL                                      0          
         23      > JMP                                                      ->25
   14    24    >   ECHO                                                     'Nope...%0A'
   17    25    >   ECHO                                                     '%3Cbr%2F%3E'
   18    26      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.67 ms | 1396 KiB | 17 Q