Add dummy PharData class to stop composer unit test fatal
[hiphop-php.git] / hphp / system / php.txt
blobe502a6771c30d9cdbddc1729c0b4180998adb5e2
1 # Files to include in systemlib.php
3 # Order matters here. Put parent classes in this list before child classes
4 hphp/system/php/lang/stdClass.php
5 hphp/system/php/lang/pinitSentinel.php
6 hphp/system/php/lang/resource.php
8 hphp/system/php/lang/Traversable.php
9 hphp/system/php/lang/Iterator.php
10 hphp/system/php/lang/IteratorAggregate.php
11 hphp/system/php/lang/KeyedIterator.php
12 hphp/system/php/lang/KeyedIterable.php
13 hphp/system/php/lang/Exception.php
14 hphp/system/php/spl/exceptions/exceptions.php
15 hphp/system/php/spl/interfaces/Countable.php
16 hphp/system/php/spl/interfaces/RecursiveIterator.php
18 hphp/system/php/spl/datastructures/SplHeap.php
20 hphp/system/php/spl/file_handling/SplFileInfo.php
21 hphp/system/php/spl/interfaces/SeekableIterator.php
22 hphp/system/php/spl/iterators/DirectoryIterator.php
23 hphp/system/php/spl/iterators/FilesystemIterator.php
24 hphp/system/php/spl/iterators/RecursiveDirectoryIterator.php
25 hphp/system/php/spl/file_handling/SplFileObject.php
26 hphp/system/php/spl/file_handling/SplTempFileObject.php
28 hphp/system/php/lang/ArrayAccess.php
29 hphp/system/php/lang/Serializeable.php
30 hphp/system/php/spl/datastructures/SplDoublyLinkedList.php
31 hphp/system/php/spl/datastructures/SplQueue.php
32 hphp/system/php/spl/datastructures/SplStack.php
34 hphp/system/php/spl/interfaces/OuterIterator.php
35 hphp/system/php/spl/iterators/IteratorIterator.php
36 hphp/system/php/spl/iterators/FilterIterator.php
37 hphp/system/php/spl/iterators/RecursiveFilterIterator.php
39 hphp/system/php/spl/iterators/ArrayIterator.php
40 hphp/system/php/spl/iterators/RecursiveArrayIterator.php
42 hphp/system/php/spl/iterators/CachingIterator.php
43 hphp/system/php/spl/iterators/RecursiveCachingIterator.php
45 hphp/system/php/filter/filter_has_var.php
46 hphp/system/php/filter/filter_input.php
47 hphp/system/php/filter/filter_var_array.php
48 hphp/system/php/filter/filter_input_array.php
50 hphp/system/php/sessions/SessionHandlerInterface.php
51 hphp/system/php/sessions/SessionHandler.php
52 hphp/system/php/sessions/session_set_save_handler.php
54 hphp/system/php/redis/RedisException.php
56 hphp/system/php/phar/PharException.php
57 hphp/system/php/phar/Phar.php
58 hphp/system/php/phar/PharFileInfo.php
59 hphp/system/php/phar/PharData.php
61 # If you have no inheritance relationship, go here in alphabetical order
62 hphp/system/php/XhprofFrame.php
63 hphp/system/php/array_filter.hhas
64 hphp/system/php/array_map.hhas
65 hphp/system/php/asio/Awaitable.php
66 hphp/system/php/asio/InvalidOperationException.php
67 hphp/system/php/collections/collections.php
68 hphp/system/php/dom/DOMException.php
69 hphp/system/php/file_system/Directory.php
70 hphp/system/php/hash/furchash.php
71 hphp/system/php/hash/hash.php
72 hphp/system/php/hash/hphp_murmurhash.php
73 hphp/system/php/json/JsonSerializable.php
74 hphp/system/php/lang/ErrorException.php
75 hphp/system/php/misc/highlight.php
76 hphp/system/php/misc/php_strip_whitespace.php
77 hphp/system/php/misc/str_getcsv.php
78 hphp/system/php/pdo/PDOException.php
79 hphp/system/php/redis/Redis.php
80 hphp/system/php/redis/RedisSessionModule.php
81 hphp/system/php/reflection/reflection.php
82 hphp/system/php/sessions/session_register_shutdown.php
83 hphp/system/php/soap/SoapFault.php
84 hphp/system/php/spl/datastructures/SplFixedArray.php
85 hphp/system/php/spl/datastructures/SplObjectStorage.php
86 hphp/system/php/spl/datastructures/SplPriorityQueue.php
87 hphp/system/php/spl/interfaces/SplObserver.php
88 hphp/system/php/spl/interfaces/SplSubject.php
89 hphp/system/php/spl/iterators/AppendIterator.php
90 hphp/system/php/spl/iterators/EmptyIterator.php
91 hphp/system/php/spl/iterators/InfiniteIterator.php
92 hphp/system/php/spl/iterators/LimitIterator.php
93 hphp/system/php/spl/iterators/NoRewindIterator.php
94 hphp/system/php/spl/iterators/RecursiveIteratorIterator.php
95 hphp/system/php/spl/miscellaneous/ArrayObject.php