3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sql = "INSERT INTO `gebruikers` (`naam`, `email`, `wachtwoord`, 'leeftijd') VALUES ($naam, $mail, $ww, $age)"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/BKeZL
function name:  (null)
number of ops:  11
compiled vars:  !0 = $sql, !1 = $naam, !2 = $mail, !3 = $ww, !4 = $age
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ROPE_INIT                                     9  ~6      'INSERT+INTO+%60gebruikers%60+%28%60naam%60%2C+%60email%60%2C+%60wachtwoord%60%2C+%27leeftijd%27%29%0AVALUES+%28'
    4     1        ROPE_ADD                                      1  ~6      ~6, !1
          2        ROPE_ADD                                      2  ~6      ~6, '%2C+'
          3        ROPE_ADD                                      3  ~6      ~6, !2
          4        ROPE_ADD                                      4  ~6      ~6, '%2C+'
          5        ROPE_ADD                                      5  ~6      ~6, !3
          6        ROPE_ADD                                      6  ~6      ~6, '%2C+'
          7        ROPE_ADD                                      7  ~6      ~6, !4
          8        ROPE_END                                      8  ~5      ~6, '%29'
    3     9        ASSIGN                                                   !0, ~5
    5    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.55 ms | 1393 KiB | 13 Q