/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
opcache
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/opcache/tests/bug77691.phpt
--TEST-- Bug #77691: Opcache passes wrong value for inline array push assignments --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- <?php if (true) { function dump($str) { var_dump($str); } } function test() { $array = []; dump($array[] = 'test'); dump($array); } test(); ?> --EXPECT-- string(4) "test" array(1) { [0]=> string(4) "test" }
Copyright ©2k19 -
Hexid
|
Tex7ure