Port TestExtIpc to php
[hiphop-php.git] / hphp / test / ext / test_ext.h
blob0eb76077cdd7e97a9463bb1af19412c088f8ec4e
1 /*
2 +----------------------------------------------------------------------+
3 | HipHop for PHP |
4 +----------------------------------------------------------------------+
5 | Copyright (c) 2010-2013 Facebook, Inc. (http://www.facebook.com) |
6 +----------------------------------------------------------------------+
7 | This source file is subject to version 3.01 of the PHP license, |
8 | that is bundled with this package in the file LICENSE, and is |
9 | available through the world-wide-web at the following url: |
10 | http://www.php.net/license/3_01.txt |
11 | If you did not receive a copy of the PHP license and are unable to |
12 | obtain it through the world-wide-web, please send a note to |
13 | license@php.net so we can mail you a copy immediately. |
14 +----------------------------------------------------------------------+
17 /* Generated by idl_list.php. Do NOT modify. */
19 #ifndef incl_EXT_LIST_TEST_EXT_H_
20 #define incl_EXT_LIST_TEST_EXT_H_
22 #include "hphp/facebook/extensions/facebook/test_ext_facebook.h"
23 #include "hphp/facebook/extensions/fbml/test_ext_fbml.h"
24 #include "hphp/facebook/extensions/fdb/test_ext_fdb.h"
25 #include "hphp/facebook/extensions/gameskill/test_ext_gameskill.h"
26 #include "hphp/facebook/extensions/gatehouse/test_ext_gatehouse.h"
27 #include "hphp/facebook/extensions/obc/test_ext_obc.h"
28 #include "hphp/facebook/extensions/oracle/test_ext_oracle.h"
29 #include "hphp/facebook/extensions/photodna/test_ext_photodna.h"
30 #include "hphp/facebook/extensions/php_mcc/test_ext_php_mcc.h"
31 #include "hphp/facebook/extensions/phpmc/test_ext_phpmc.h"
32 #include "hphp/facebook/extensions/scrypt/test_ext_scrypt.h"
33 #include "hphp/facebook/extensions/servicerouter/test_ext_servicerouter.h"
34 #include "hphp/facebook/extensions/string_buffer/test_ext_string_buffer.h"
35 #include "hphp/facebook/extensions/tao/test_ext_tao.h"
36 #include "hphp/facebook/extensions/urlextraction/test_ext_urlextraction.h"
37 #include "hphp/test/ext/test_ext_curl.h"
38 #include "hphp/test/ext/test_ext_imagesprite.h"
39 #include "hphp/test/ext/test_ext_mailparse.h"
40 #include "hphp/test/ext/test_ext_math.h"
41 #include "hphp/test/ext/test_ext_mb.h"
42 #include "hphp/test/ext/test_ext_mcrypt.h"
43 #include "hphp/test/ext/test_ext_memcached.h"
44 #include "hphp/test/ext/test_ext_mysql.h"
45 #include "hphp/test/ext/test_ext_network.h"
46 #include "hphp/test/ext/test_ext_openssl.h"
47 #include "hphp/test/ext/test_ext_options.h"
48 #include "hphp/test/ext/test_ext_output.h"
49 #include "hphp/test/ext/test_ext_pdo.h"
50 #include "hphp/test/ext/test_ext_posix.h"
51 #include "hphp/test/ext/test_ext_process.h"
52 #include "hphp/test/ext/test_ext_server.h"
53 #include "hphp/test/ext/test_ext_session.h"
54 #include "hphp/test/ext/test_ext_soap.h"
55 #include "hphp/test/ext/test_ext_socket.h"
56 #include "hphp/test/ext/test_ext_sqlite3.h"
57 #include "hphp/test/ext/test_ext_stream.h"
58 #include "hphp/test/ext/test_ext_string.h"
59 #include "hphp/test/ext/test_ext_variable.h"
60 #include "hphp/test/ext/test_ext_zlib.h"
62 #endif // incl_EXT_LIST_TEST_EXT_H_