b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/debugger/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/debugger/bug00996.inc

<?php

class Clazz extends ArrayObject{

}

$a = new Clazz();
$a->b = array(1,2,'c' => 3);

echo $a->b[0];

$a['f'] = 'cookies';

echo $a['f'];

?>

Copyright © 2019 by b0y-101