3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace Bozok\Component\AidKit\Contract\AidKit; interface Collection extends Arrayable, \ArrayAccess, \Countable, \Iterator, Jsonable, Stringable { /** * - * * @param mixed $items * * @return array */ public static function make($items = []); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Vng0I
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   DECLARE_CLASS                                            'bozok%5Ccomponent%5Caidkit%5Ccontract%5Caidkit%5Ccollection'
   21     1      > RETURN                                                   1

Class Bozok\Component\AidKit\Contract\AidKit\Collection:
Function make:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Vng0I
function name:  make
number of ops:  2
compiled vars:  !0 = $items
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   20     0  E >   RECV_INIT                                        !0      <array>
          1      > RETURN                                                   null

End of function make

End of class Bozok\Component\AidKit\Contract\AidKit\Collection.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.48 ms | 1393 KiB | 13 Q