3v4l.org

run code in 300+ PHP versions simultaneously
<?php $strsql= "insert into TMBUKTIKASAPPROVE(I_BUKTIKAS,C_LEVELAPPROVE,Q_URUTANAPPROVE,d_approve,n_alasan,i_entry,d_entry) values('$i_buktikas','PK2',f_urutanapprove('$i_buktikas'),sysdate,'$n_alasan','$i_entry',sysdate)"; $q=oci_parse($conn,$strsql); oci_execute($q);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ASXeE
function name:  (null)
number of ops:  19
compiled vars:  !0 = $strsql, !1 = $i_buktikas, !2 = $n_alasan, !3 = $i_entry, !4 = $q, !5 = $conn
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ROPE_INIT                                     9  ~7      'insert+into+TMBUKTIKASAPPROVE%28I_BUKTIKAS%2CC_LEVELAPPROVE%2CQ_URUTANAPPROVE%2Cd_approve%2Cn_alasan%2Ci_entry%2Cd_entry%29+%0A%09%09+++++values%28%27'
    3     1        ROPE_ADD                                      1  ~7      ~7, !1
          2        ROPE_ADD                                      2  ~7      ~7, '%27%2C%27PK2%27%2Cf_urutanapprove%28%27'
          3        ROPE_ADD                                      3  ~7      ~7, !1
          4        ROPE_ADD                                      4  ~7      ~7, '%27%29%2Csysdate%2C%27'
          5        ROPE_ADD                                      5  ~7      ~7, !2
          6        ROPE_ADD                                      6  ~7      ~7, '%27%2C%27'
          7        ROPE_ADD                                      7  ~7      ~7, !3
          8        ROPE_END                                      8  ~6      ~7, '%27%2Csysdate%29'
    2     9        ASSIGN                                                   !0, ~6
    4    10        INIT_FCALL_BY_NAME                                       'oci_parse'
         11        SEND_VAR_EX                                              !5
         12        SEND_VAR_EX                                              !0
         13        DO_FCALL                                      0  $13     
         14        ASSIGN                                                   !4, $13
    5    15        INIT_FCALL_BY_NAME                                       'oci_execute'
         16        SEND_VAR_EX                                              !4
         17        DO_FCALL                                      0          
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.74 ms | 1393 KiB | 13 Q