3v4l.org

run code in 300+ PHP versions simultaneously
<?php require_once('rootall.mobi/safemysql.class.php'); require_once('config.php'); $db = new SafeMySQL(array('host' => $host,'user' => $user, 'pass' => $pass, 'db' => $db, 'charset' => $charset)); $data = $db->getAll('SELECT * FROM ?n ORDER BY id' ,$table); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ebCTW
function name:  (null)
number of ops:  17
compiled vars:  !0 = $db, !1 = $host, !2 = $user, !3 = $pass, !4 = $charset, !5 = $data, !6 = $table
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INCLUDE_OR_EVAL                                          'rootall.mobi%2Fsafemysql.class.php', REQUIRE_ONCE
    3     1        INCLUDE_OR_EVAL                                          'config.php', REQUIRE_ONCE
    5     2        NEW                                              $9      'SafeMySQL'
          3        INIT_ARRAY                                       ~10     !1, 'host'
          4        ADD_ARRAY_ELEMENT                                ~10     !2, 'user'
          5        ADD_ARRAY_ELEMENT                                ~10     !3, 'pass'
          6        ADD_ARRAY_ELEMENT                                ~10     !0, 'db'
          7        ADD_ARRAY_ELEMENT                                ~10     !4, 'charset'
          8        SEND_VAL_EX                                              ~10
          9        DO_FCALL                                      0          
         10        ASSIGN                                                   !0, $9
    8    11        INIT_METHOD_CALL                                         !0, 'getAll'
         12        SEND_VAL_EX                                              'SELECT+%2A+FROM+%3Fn+ORDER+BY+id'
         13        SEND_VAR_EX                                              !6
         14        DO_FCALL                                      0  $13     
         15        ASSIGN                                                   !5, $13
   11    16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.95 ms | 1393 KiB | 13 Q