Thanks to visit codestin.com
Credit goes to 3v4l.org

3v4l.org

run code in 300+ PHP versions simultaneously
<?php use Symfony\Component\PropertyAccess\PropertyAccess; var_dump(PropertyAccess::class); var_dump(class_exists(PropertyAccess::class));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/knSo3
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   INIT_FCALL                                               'var_dump'
          1        SEND_VAL                                                 'Symfony%5CComponent%5CPropertyAccess%5CPropertyAccess'
          2        DO_ICALL                                                 
    6     3        INIT_FCALL                                               'var_dump'
          4        INIT_FCALL                                               'class_exists'
          5        SEND_VAL                                                 'Symfony%5CComponent%5CPropertyAccess%5CPropertyAccess'
          6        DO_ICALL                                         $1      
          7        SEND_VAR                                                 $1
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.31 ms | 1019 KiB | 15 Q