php-src/Zend/tests/concat_003.phpt
Antony Dovgal d05cf2f650 add test
2007-05-17 17:34:23 +00:00

12 lines
179 B
PHP

--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