3v4l.org

run code in 500+ PHP versions simultaneously
<?php class CoreTransliterator { public static function create(string $id, int $direction = self::FORWARD): ?CoreTransliterator { } } trait EmojiTransliteratorTrait { public static function create(string $id, int $direction = self::FORWARD): self { } } class EmojiTransliterator extends CoreTransliterator { use EmojiTransliteratorTrait; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6J3Q9
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   17     0  E >   DECLARE_CLASS                                                'emojitransliterator', 'coretransliterator'
   20     1      > RETURN                                                       1

Class CoreTransliterator:
Function create:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6J3Q9
function name:  create
number of ops:  4
compiled vars:  !0 = $id, !1 = $direction
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    5     0  E >   RECV                                                 !0      
          1        RECV_INIT                                            !1      <const ast>
    7     2        VERIFY_RETURN_TYPE                                           
          3      > RETURN                                                       null

End of function create

End of class CoreTransliterator.

Class EmojiTransliteratorTrait:
Function create:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6J3Q9
function name:  create
number of ops:  4
compiled vars:  !0 = $id, !1 = $direction
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   12     0  E >   RECV                                                 !0      
          1        RECV_INIT                                            !1      <const ast>
   14     2        VERIFY_RETURN_TYPE                                           
          3      > RETURN                                                       null

End of function create

End of class EmojiTransliteratorTrait.

Class EmojiTransliterator: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
156.3 ms | 1519 KiB | 13 Q