
| Path : /proc/thread-self/root/usr/src/php/ext/spl/tests/ |
| Current File : //proc/thread-self/root/usr/src/php/ext/spl/tests/SplObjectStorage_setInfo_invalid_parameter.phpt |
--TEST-- Check that SplObjectStorage::setInfo returns NULL when no param is passed --CREDITS-- PHPNW Testfest 2009 - Simon Westcott (swestcott@gmail.com) --FILE-- <?php $s = new SplObjectStorage(); var_dump($s->setInfo()); ?> --EXPECTF-- Warning: SplObjectStorage::setInfo() expects exactly 1 parameter, 0 given in %s on line %d NULL