3v4l.org

run code in 300+ PHP versions simultaneously
<?php $qMarks = '(?, ?, ?, ?, ?)'; $values = $qMarks . str_repeat(", $qMarks", 1 - 1); echo $values;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qFnUh
function name:  (null)
number of ops:  11
compiled vars:  !0 = $qMarks, !1 = $values
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%28%3F%2C+%3F%2C+%3F%2C+%3F%2C+%3F%29'
    5     1        INIT_FCALL                                               'str_repeat'
          2        NOP                                                      
          3        FAST_CONCAT                                      ~3      '%2C+', !0
          4        SEND_VAL                                                 ~3
          5        SEND_VAL                                                 0
          6        DO_ICALL                                         $4      
          7        CONCAT                                           ~5      !0, $4
          8        ASSIGN                                                   !1, ~5
    7     9        ECHO                                                     !1
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.6 ms | 1385 KiB | 15 Q