3v4l.org

run code in 300+ PHP versions simultaneously
<?php try{ $vt = new PDO('mysql:host=localhost;dbname=makale','root',''); } catch(PDOException $a){ echo $a->getMessage(); } $Veri = $vt->query("SELECT * FROM cek where id=''")->fetch(); echo $Veri["baslık"]; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Found catch point at position: 7
Branch analysis from position: 7
2 jumps found. (Code = 107) Position 1 = 8, Position 2 = -2
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YrDdi
function name:  (null)
number of ops:  20
compiled vars:  !0 = $vt, !1 = $a, !2 = $Veri
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   NEW                                              $3      'PDO'
          1        SEND_VAL_EX                                              'mysql%3Ahost%3Dlocalhost%3Bdbname%3Dmakale'
          2        SEND_VAL_EX                                              'root'
          3        SEND_VAL_EX                                              ''
          4        DO_FCALL                                      0          
          5        ASSIGN                                                   !0, $3
          6      > JMP                                                      ->11
    6     7  E > > CATCH                                       last         'PDOException'
    7     8    >   INIT_METHOD_CALL                                         !1, 'getMessage'
          9        DO_FCALL                                      0  $6      
         10        ECHO                                                     $6
   11    11    >   INIT_METHOD_CALL                                         !0, 'query'
         12        SEND_VAL_EX                                              'SELECT+%2A+FROM+cek+where+id%3D%27%27'
         13        DO_FCALL                                      0  $7      
         14        INIT_METHOD_CALL                                         $7, 'fetch'
         15        DO_FCALL                                      0  $8      
         16        ASSIGN                                                   !2, $8
   12    17        FETCH_DIM_R                                      ~10     !2, 'basl%C4%B1k'
         18        ECHO                                                     ~10
   13    19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.78 ms | 1393 KiB | 13 Q