summaryrefslogtreecommitdiff
path: root/Zend/tests/get_required_files.phpt
blob: c2ba3688848d9aa57669fb539d2fd7e6a3a44ad8 (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|unicode%(%d)%s
}