/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
Zend
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/Zend/tests/bug30346.phpt
--TEST-- Bug #30346 (arrayAccess and using $this) --FILE-- <?php class Test implements ArrayAccess { public function __construct() { } public function offsetExists( $offset ) { return false; } public function offsetGet( $offset ) { return $offset; } public function offsetSet( $offset, $data ) { } public function offsetUnset( $offset ) { } } $post = new Test; $id = 'page'; echo $post[$id.'_show']; echo "\n"; ?> --EXPECT-- page_show
Copyright ©2k19 -
Hexid
|
Tex7ure