blob: 0c4e1de3b77642579addb30943114a5d4ed1e1ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--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
|