b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin/phppayment/src/xdebug/tests/debugger/
File Upload :
Current File : E:/www/b-group.old/spfin/phppayment/src/xdebug/tests/debugger/bug01568.inc

<?php
use Ds\Vector;

$vector = new Vector();
$vector->push([1]);
$vector->push([2]);
$vector->push([3]);

class Foo
{
    private $val;

    public function __construct($val)
    {
        $this->val = $val;
    }
}
$vector = new Vector();
$vector->push(new Foo(1));
$vector->push(new Foo(2));
$vector->push(new Foo(3));

var_export($vector);
?>

Copyright © 2019 by b0y-101