3v4l.org

run code in 500+ PHP versions simultaneously
<?php trait ATrait { public function __isset(string $name): bool { return false; } } trait BTrait { public function __isset(string $name): bool { return false; } } trait CTrait { use BTrait { __isset as private __c_isset; } } trait Model { use ATrait { __isset as private __a_isset; } use CTrait; public function __isset(string $name): bool { return false; } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8gZrO
function name:  (null)
number of ops:  3
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   17     0  E >   DECLARE_CLASS                                                'ctrait'
   23     1        DECLARE_CLASS                                                'model'
   34     2      > RETURN                                                       1

Class ATrait:
Function __isset:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8gZrO
function name:  __isset
number of ops:  4
compiled vars:  !0 = $name
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   RECV                                                 !0      
    6     1      > RETURN                                                       <false>
    7     2*       VERIFY_RETURN_TYPE                                           
          3*     > RETURN                                                       null

End of function __isset

End of class ATrait.

Class BTrait:
Function __isset:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8gZrO
function name:  __isset
number of ops:  4
compiled vars:  !0 = $name
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   11     0  E >   RECV                                                 !0      
   13     1      > RETURN                                                       <false>
   14     2*       VERIFY_RETURN_TYPE                                           
          3*     > RETURN                                                       null

End of function __isset

End of class BTrait.

Class CTrait: [no user functions]
Class Model:
Function __isset:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8gZrO
function name:  __isset
number of ops:  4
compiled vars:  !0 = $name
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   30     0  E >   RECV                                                 !0      
   32     1      > RETURN                                                       <false>
   33     2*       VERIFY_RETURN_TYPE                                           
          3*     > RETURN                                                       null

End of function __isset

End of class Model.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
155.49 ms | 1448 KiB | 8 Q