1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00
Files
archived-php-src/Zend/tests/bug41919.phpt
T
Dmitry Stogov f7f6de4dc2 Fixed test
2007-12-17 10:05:13 +00:00

13 lines
217 B
PHP

--TEST--
Bug #41919 (crash in string to array conversion)
--FILE--
<?php
$foo="50";
$foo[3]->bar[1] = "bang";
echo "ok\n";
?>
--EXPECTF--
Warning: Cannot use string offset as an array in %sbug41919.php on line %d
ok