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,'Lorem ${i}','Ipsum',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 = 26
Branch analysis from position: 26
2 jumps found. (Code = 44) Position 1 = 28, Position 2 = 2
Branch analysis from position: 28
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 28, Position 2 = 2
Branch analysis from position: 28
Branch analysis from position: 2
filename:       /in/quR0F
function name:  (null)
number of ops:  29
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                                                      ->26
    5     2    >   ROPE_INIT                                     3  ~7      'testing'
          3        ROPE_ADD                                      1  ~7      ~7, !0
          4        ROPE_END                                      2  ~6      ~7, '%28AT%29dosalcubo.com'
          5        ASSIGN                                                   !1, ~6
    6     6        INIT_FCALL                                               'md5'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                         $10     
          9        ASSIGN                                                   !2, $10
    7    10        NOP                                                      
         11        FAST_CONCAT                                      ~12     'testing', !0
         12        ASSIGN                                                   !3, ~12
    9    13        ROPE_INIT                                     9  ~15     'INSERT+INTO+usuario+VALUES%28NULL%2C120%2C6%2C1%2CNULL%2C%27Lorem+'
         14        ROPE_ADD                                      1  ~15     ~15, !0
         15        ROPE_ADD                                      2  ~15     ~15, '%27%2C%27Ipsum%27%2CNULL%2C%27'
         16        ROPE_ADD                                      3  ~15     ~15, !1
         17        ROPE_ADD                                      4  ~15     ~15, '%27%2C%27'
         18        ROPE_ADD                                      5  ~15     ~15, !3
         19        ROPE_ADD                                      6  ~15     ~15, '%27%2C%27'
         20        ROPE_ADD                                      7  ~15     ~15, !2
         21        ROPE_END                                      8  ~14     ~15, '%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'
         22        ASSIGN                                                   !4, ~14
   11    23        CONCAT                                           ~21     !4, '%0A'
         24        ECHO                                                     ~21
    3    25        PRE_INC                                                  !0
         26    >   IS_SMALLER_OR_EQUAL                                      !0, 100
         27      > JMPNZ                                                    ~23, ->2
   13    28    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.65 ms | 1396 KiB | 15 Q