3v4l.org

run code in 300+ 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 DTrait { use BTrait { __isset as private __d_isset; } } trait Model { use CTrait; use DTrait; 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/hmnWC
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   17     0  E >   DECLARE_CLASS                                            'ctrait'
   23     1        DECLARE_CLASS                                            'dtrait'
   29     2        DECLARE_CLASS                                            'model'
   38     3      > RETURN                                                   1

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

End of function __isset

End of class Model.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
139.26 ms | 995 KiB | 13 Q