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/bug00494.inc

<?php
class abc {
        private $arr;
        public function __construct(){
                $this->arr = array(
                        0 => array("some", "values"),
                        1 => array("some", "more", "values")
                );
        }
}

class def extends abc {
        private $arr;
}

$o = new def;
echo "o: ";
var_dump($o);

Copyright © 2019 by b0y-101