3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo extends DateTime { public static function createFromFormat ($format, $time, \DateTimeZone $timezone = NULL) { } } class Bar extends DateTime { public static function createFromFormat ($format, $time, $timezone = NULL) { } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DCOJB
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   13     0  E > > RETURN                                                   1

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

End of function createfromformat

End of class Foo.

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

End of function createfromformat

End of class Bar.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.73 ms | 1007 KiB | 13 Q