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"; $name = 'Lorem ' . $i; $surname = 'Ipsum'; $query = "INSERT INTO usuario VALUES(NULL,101,6,2,NULL, '${name}','${surname}','Masculino',${email},${username},'${md5}','1972-09-27',0,1,'Capital Federal',NULL,NULL,NULL,NULL,NULL,'1428','43829320','1541433736',NULL,NULL,'2009-06-09 08:53:59',NULL,'0000-00-00 00:00:00','',NULL,NULL"; //$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 = 31
Branch analysis from position: 31
2 jumps found. (Code = 44) Position 1 = 33, Position 2 = 2
Branch analysis from position: 33
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 33, Position 2 = 2
Branch analysis from position: 33
Branch analysis from position: 2
filename:       /in/XBU1K
function name:  (null)
number of ops:  34
compiled vars:  !0 = $i, !1 = $email, !2 = $md5, !3 = $username, !4 = $name, !5 = $surname, !6 = $query
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 0
          1      > JMP                                                      ->31
    5     2    >   ROPE_INIT                                     3  ~9      'testing'
          3        ROPE_ADD                                      1  ~9      ~9, !0
          4        ROPE_END                                      2  ~8      ~9, '%28AT%29dosalcubo.com'
          5        ASSIGN                                                   !1, ~8
    6     6        INIT_FCALL                                               'md5'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                         $12     
          9        ASSIGN                                                   !2, $12
    7    10        NOP                                                      
         11        FAST_CONCAT                                      ~14     'testing', !0
         12        ASSIGN                                                   !3, ~14
    8    13        CONCAT                                           ~16     'Lorem+', !0
         14        ASSIGN                                                   !4, ~16
    9    15        ASSIGN                                                   !5, 'Ipsum'
   12    16        ROPE_INIT                                    11  ~20     'INSERT+INTO+usuario+VALUES%28NULL%2C101%2C6%2C2%2CNULL%2C+%27'
         17        ROPE_ADD                                      1  ~20     ~20, !4
         18        ROPE_ADD                                      2  ~20     ~20, '%27%2C%27'
         19        ROPE_ADD                                      3  ~20     ~20, !5
         20        ROPE_ADD                                      4  ~20     ~20, '%27%2C%27Masculino%27%2C'
         21        ROPE_ADD                                      5  ~20     ~20, !1
         22        ROPE_ADD                                      6  ~20     ~20, '%2C'
         23        ROPE_ADD                                      7  ~20     ~20, !3
         24        ROPE_ADD                                      8  ~20     ~20, '%2C%27'
         25        ROPE_ADD                                      9  ~20     ~20, !2
         26        ROPE_END                                     10  ~19     ~20, '%27%2C%271972-09-27%27%2C0%2C1%2C%27Capital+Federal%27%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2C%271428%27%2C%2743829320%27%2C%271541433736%27%2CNULL%2CNULL%2C%272009-06-09+08%3A53%3A59%27%2CNULL%2C%270000-00-00+00%3A00%3A00%27%2C%27%27%2CNULL%2CNULL'
         27        ASSIGN                                                   !6, ~19
   16    28        CONCAT                                           ~27     !6, '%0A'
         29        ECHO                                                     ~27
    3    30        PRE_INC                                                  !0
         31    >   IS_SMALLER_OR_EQUAL                                      !0, 100
         32      > JMPNZ                                                    ~29, ->2
   18    33    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.81 ms | 1396 KiB | 15 Q