summaryrefslogtreecommitdiff
path: root/Zend/tests/get_required_files.phpt
blob: eedd21b8758a2c06e45a8f94ba9e32fd527604da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--TEST--
Check if get_required_files works
--CREDITS--
Sebastian Schürmann
sschuermann@chip.de
Testfest 2009 Munich
--FILE--
<?php
$files = get_required_files();
var_dump($files);
?>
--EXPECTF--
array(1) {
  [0]=>
  string(%d)%s
}