1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00
Files
archived-php-src/ext/spl/tests/SplFileObject_haschildren_error001.phpt
2012-07-14 19:22:03 -07:00

13 lines
289 B
PHP

--TEST--
SPL: SplFileObject::haschildren error 001
--CREDITS--
Erwin Poeze <erwin.poeze at gmail.com>
--FILE--
<?php
$s = new SplFileObject( __FILE__ );
$s->hasChildren('string');
?>
--EXPECTF--
Warning: SplFileObject::hasChildren() expects exactly 0 parameters, 1 given in %s on line %d