3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface NormalizerInterface { public function supportsNormalization(mixed $data, string $format = null /*,array$context=[]*/); } class Dummy implements NormalizerInterface { public function supportsNormalization(mixed $data, string $format = null, array $context = []) { } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/sKOnn
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   DECLARE_CLASS                                            'dummy'
   11     1      > RETURN                                                   1

Class NormalizerInterface:
Function supportsnormalization:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/sKOnn
function name:  supportsNormalization
number of ops:  3
compiled vars:  !0 = $data, !1 = $format
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   RECV                                             !0      
          1        RECV_INIT                                        !1      null
          2      > RETURN                                                   null

End of function supportsnormalization

End of class NormalizerInterface.

Class Dummy:
Function supportsnormalization:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/sKOnn
function name:  supportsNormalization
number of ops:  4
compiled vars:  !0 = $data, !1 = $format, !2 = $context
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   RECV                                             !0      
          1        RECV_INIT                                        !1      null
          2        RECV_INIT                                        !2      <array>
   10     3      > RETURN                                                   null

End of function supportsnormalization

End of class Dummy.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
223.05 ms | 998 KiB | 13 Q