3v4l.org

run code in 300+ PHP versions simultaneously
<?php $queryStr = "INSERT INTO allusers (myId) Valuse('123')"; $this->dbHandle->query($queryStr); $errorCode=$this->dbHandle->errorCode();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uN1d7
function name:  (null)
number of ops:  12
compiled vars:  !0 = $queryStr, !1 = $errorCode
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'INSERT+INTO+allusers+%28myId%29+Valuse%28%27123%27%29'
    4     1        FETCH_THIS                                       $3      
          2        FETCH_OBJ_R                                      ~4      $3, 'dbHandle'
          3        INIT_METHOD_CALL                                         ~4, 'query'
          4        SEND_VAR_EX                                              !0
          5        DO_FCALL                                      0          
    5     6        FETCH_THIS                                       $6      
          7        FETCH_OBJ_R                                      ~7      $6, 'dbHandle'
          8        INIT_METHOD_CALL                                         ~7, 'errorCode'
          9        DO_FCALL                                      0  $8      
         10        ASSIGN                                                   !1, $8
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.59 ms | 1392 KiB | 13 Q