summaryrefslogtreecommitdiff
path: root/ext/spl/tests/SplFileObject_getchildren_basic.phpt
blob: 9c2a07e1682531c86d8c6e96968d6b7d45f85851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
SPL: SplFileObject::getchildren basic
--CREDITS--
Erwin Poeze <erwin.poeze at gmail.com>
--INI--
include_path=.
--FILE--
<?php
$s = new SplFileObject( __FILE__ );
var_dump($s->getChildren());

?>
--EXPECT--
NULL