This commit is contained in:
Antony Dovgal 2007-05-17 17:34:23 +00:00
parent 9c99b709a7
commit d05cf2f650

View File

@ -0,0 +1,11 @@
--TEST--
notices when incorporating arrays into strings
--FILE--
<?php
$arr = array(1,2);
echo "$arr\n";
?>
--EXPECTF--
Notice: Array to string conversion in %s on line %d
Array