3v4l.org

run code in 500+ PHP versions simultaneously
<?php class Foo { public function __construct($data, string $filename = 'output.csv', bool $addHeading = true) { } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VIjoT
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    8     0  E > > RETURN                                                       1

Class Foo:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VIjoT
function name:  __construct
number of ops:  4
compiled vars:  !0 = $data, !1 = $filename, !2 = $addHeading
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   RECV                                                 !0      
          1        RECV_INIT                                            !1      'output.csv'
          2        RECV_INIT                                            !2      <true>
    7     3      > RETURN                                                       null

End of function __construct

End of class Foo.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
235.61 ms | 3251 KiB | 13 Q