3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i=0; $i <= 100; $i++) { $email = "testing$i[AT]dosalcubo.com"; $md5 = md5($email); $username = "testing$i"; $query = "INSERT INTO usuario VALUES(NULL,120,6,1,NULL,NULL,NULL,NULL,'${email}','${username}','${md5}','0000-00-00',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2012-05-29 16:38:14',NULL,'0000-00-00 00:00:00','',NULL,'2012-11-21 15:07:40',NULL);"; echo $query . "\n"; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 25
Branch analysis from position: 25
2 jumps found. (Code = 44) Position 1 = 27, Position 2 = 2
Branch analysis from position: 27
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 27, Position 2 = 2
Branch analysis from position: 27
Branch analysis from position: 2
filename:       /in/T4GOZ
function name:  (null)
number of ops:  28
compiled vars:  !0 = $i, !1 = $email, !2 = $md5, !3 = $username, !4 = $query
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 0
          1      > JMP                                                      ->25
    5     2    >   ROPE_INIT                                     3  ~8      'testing'
          3        FETCH_DIM_R                                      ~6      !0, 'AT'
          4        ROPE_ADD                                      1  ~8      ~8, ~6
          5        ROPE_END                                      2  ~7      ~8, 'dosalcubo.com'
          6        ASSIGN                                                   !1, ~7
    6     7        INIT_FCALL                                               'md5'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $11     
         10        ASSIGN                                                   !2, $11
    7    11        NOP                                                      
         12        FAST_CONCAT                                      ~13     'testing', !0
         13        ASSIGN                                                   !3, ~13
    9    14        ROPE_INIT                                     7  ~16     'INSERT+INTO+usuario+VALUES%28NULL%2C120%2C6%2C1%2CNULL%2CNULL%2CNULL%2CNULL%2C%27'
         15        ROPE_ADD                                      1  ~16     ~16, !1
         16        ROPE_ADD                                      2  ~16     ~16, '%27%2C%27'
         17        ROPE_ADD                                      3  ~16     ~16, !3
         18        ROPE_ADD                                      4  ~16     ~16, '%27%2C%27'
         19        ROPE_ADD                                      5  ~16     ~16, !2
         20        ROPE_END                                      6  ~15     ~16, '%27%2C%270000-00-00%27%2C0%2C0%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2C%272012-05-29+16%3A38%3A14%27%2CNULL%2C%270000-00-00+00%3A00%3A00%27%2C%27%27%2CNULL%2C%272012-11-21+15%3A07%3A40%27%2CNULL%29%3B'
         21        ASSIGN                                                   !4, ~15
   11    22        CONCAT                                           ~21     !4, '%0A'
         23        ECHO                                                     ~21
    3    24        PRE_INC                                                  !0
         25    >   IS_SMALLER_OR_EQUAL                                      !0, 100
         26      > JMPNZ                                                    ~23, ->2
   13    27    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.29 ms | 1396 KiB | 15 Q