mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
10 lines
258 B
PHP
10 lines
258 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, string given in %s on line %d
|