3v4l.org

run code in 300+ PHP versions simultaneously
<?php class SubObject {} // Besides the methods listed here, this class also has an __invoke method. // This is for consistency with other classes that implement calling magic, // as this method is not used for calling the function. // Source: http://php.net/manual/en/class.closure.php var_dump(\method_exists(\SplObjectStorage::class, '__clone'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/pSDpi
function name:  (null)
number of ops:  8
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'method_exists'
          2        SEND_VAL                                                 'SplObjectStorage'
          3        SEND_VAL                                                 '__clone'
          4        DO_ICALL                                         $0      
          5        SEND_VAR                                                 $0
          6        DO_ICALL                                                 
          7      > RETURN                                                   1

Class SubObject: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.42 ms | 1394 KiB | 17 Q