mirror of
https://github.com/php/php-src.git
synced 2024-11-29 04:46:07 +08:00
11 lines
277 B
PHP
11 lines
277 B
PHP
--TEST--
|
|
pass a string into fromArray()
|
|
--CREDITS--
|
|
PHPNW Testfest 2009 - Lorna Mitchell
|
|
--FILE--
|
|
<?php
|
|
echo SplFixedArray::fromArray('hello');
|
|
?>
|
|
--EXPECTF--
|
|
Warning: SplFixedArray::fromArray() expects parameter 1 to be array, %unicode_string_optional% given in %s on line %d
|