3v4l.org

run code in 300+ PHP versions simultaneously
<?php $qMarks = '(?, ?, ?, ?, ?)'; $values = str_repeat($qMarks . ', ', 5); echo $values;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jdCIo
function name:  (null)
number of ops:  9
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        CONCAT                                           ~3      !0, '%2C+'
          3        SEND_VAL                                                 ~3
          4        SEND_VAL                                                 5
          5        DO_ICALL                                         $4      
          6        ASSIGN                                                   !1, $4
    7     7        ECHO                                                     !1
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.78 ms | 1393 KiB | 15 Q