3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (class_exists('SoapServer')) { var_dump((new ReflectionMethod('SoapServer', 'setClass'))->isVariadic()); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 13
Branch analysis from position: 4
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
filename:       /in/cecru
function name:  (null)
number of ops:  14
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'class_exists'
          1        SEND_VAL                                                 'SoapServer'
          2        DO_ICALL                                         $0      
          3      > JMPZ                                                     $0, ->13
    4     4    >   INIT_FCALL                                               'var_dump'
          5        NEW                                              $1      'ReflectionMethod'
          6        SEND_VAL_EX                                              'SoapServer'
          7        SEND_VAL_EX                                              'setClass'
          8        DO_FCALL                                      0          
          9        INIT_METHOD_CALL                                         $1, 'isVariadic'
         10        DO_FCALL                                      0  $3      
         11        SEND_VAR                                                 $3
         12        DO_ICALL                                                 
    5    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.13 ms | 1394 KiB | 17 Q