1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00
Files
archived-php-src/Zend/tests/bug32833.phpt
2005-04-27 12:16:32 +00:00

11 lines
120 B
PHP

--TEST--
Bug #32833 Invalid opcode
--FILE--
<?php
$test = array();
$test[] .= "ok\n";
echo $test[0];
?>
--EXPECT--
ok