3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array('\';DROP TABLE db_table;'); $string = json_encode($array, JSON_UNESCAPED_UNICODE); echo "UPDATE db_table SET db_field='$string'";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9kK8W
function name:  (null)
number of ops:  11
compiled vars:  !0 = $array, !1 = $string
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        INIT_FCALL                                               'json_encode'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 256
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !1, $3
    4     6        ROPE_INIT                                     3  ~6      'UPDATE+db_table+SET+db_field%3D%27'
          7        ROPE_ADD                                      1  ~6      ~6, !1
          8        ROPE_END                                      2  ~5      ~6, '%27'
          9        ECHO                                                     ~5
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.05 ms | 1394 KiB | 15 Q