3v4l.org

run code in 300+ PHP versions simultaneously
<?php $online = "no"; $tps = mysqli_query($con, "SELECT * FROM msl_online WHERE account='$acx' "); if (@mysqli_num_rows($tps)) { while ($rt=mysqli_fetch_array($tps)) { $online = "yes"; break; } }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 15, Position 2 = 23
Branch analysis from position: 15
1 jumps found. (Code = 42) Position 1 = 18
Branch analysis from position: 18
2 jumps found. (Code = 44) Position 1 = 23, Position 2 = 16
Branch analysis from position: 23
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
1 jumps found. (Code = 42) Position 1 = 23
Branch analysis from position: 23
Branch analysis from position: 23
filename:       /in/XRRmO
function name:  (null)
number of ops:  24
compiled vars:  !0 = $online, !1 = $tps, !2 = $con, !3 = $acx, !4 = $rt
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'no'
    4     1        INIT_FCALL_BY_NAME                                       'mysqli_query'
          2        SEND_VAR_EX                                              !2
          3        ROPE_INIT                                     3  ~7      'SELECT+%2A+FROM+msl_online+WHERE+account%3D%27'
          4        ROPE_ADD                                      1  ~7      ~7, !3
          5        ROPE_END                                      2  ~6      ~7, '%27+'
          6        SEND_VAL_EX                                              ~6
          7        DO_FCALL                                      0  $9      
          8        ASSIGN                                                   !1, $9
    5     9        BEGIN_SILENCE                                    ~11     
         10        INIT_FCALL_BY_NAME                                       'mysqli_num_rows'
         11        SEND_VAR_EX                                              !1
         12        DO_FCALL                                      0  $12     
         13        END_SILENCE                                              ~11
         14      > JMPZ                                                     $12, ->23
    6    15    > > JMP                                                      ->18
    7    16    >   ASSIGN                                                   !0, 'yes'
    8    17      > JMP                                                      ->23
    6    18    >   INIT_FCALL_BY_NAME                                       'mysqli_fetch_array'
         19        SEND_VAR_EX                                              !1
         20        DO_FCALL                                      0  $14     
         21        ASSIGN                                           ~15     !4, $14
         22      > JMPNZ                                                    ~15, ->16
   10    23    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.19 ms | 1394 KiB | 13 Q