3v4l.org

run code in 300+ PHP versions simultaneously
<?php $statement->bind_param(str_repeat('i', count($ids)), ...$ids);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/URHR9
function name:  (null)
number of ops:  11
compiled vars:  !0 = $statement, !1 = $ids
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_METHOD_CALL                                         !0, 'bind_param'
          1        INIT_FCALL                                               'str_repeat'
          2        SEND_VAL                                                 'i'
          3        COUNT                                            ~2      !1
          4        SEND_VAL                                                 ~2
          5        DO_ICALL                                         $3      
          6        SEND_VAR_NO_REF_EX                                       $3
          7        SEND_UNPACK                                              !1
          8        CHECK_UNDEF_ARGS                                         
          9        DO_FCALL                                      1          
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.08 ms | 1394 KiB | 15 Q