/* +----------------------------------------------------------------------+ | HipHop for PHP | +----------------------------------------------------------------------+ | Copyright (c) 2010- Facebook, Inc. (http://www.facebook.com) | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | | http://www.php.net/license/3_01.txt | | If you did not receive a copy of the PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ */ #ifndef __TEST_EXT_APACHE_H__ #define __TEST_EXT_APACHE_H__ // >>>>>> Generated by idl.php. Do NOT modify. <<<<<< #include /////////////////////////////////////////////////////////////////////////////// class TestExtApache : public TestCppExt { public: virtual bool RunTests(const std::string &which); bool test_apache_child_terminate(); bool test_apache_get_modules(); bool test_apache_get_version(); bool test_apache_getenv(); bool test_apache_lookup_uri(); bool test_apache_note(); bool test_apache_request_headers(); bool test_apache_reset_timeout(); bool test_apache_response_headers(); bool test_apache_setenv(); bool test_ascii2ebcdic(); bool test_ebcdic2ascii(); bool test_getallheaders(); bool test_virtual(); bool test_apache_get_config(); bool test_apache_get_scoreboard(); bool test_apache_get_rewrite_rules(); }; /////////////////////////////////////////////////////////////////////////////// #endif // __TEST_EXT_APACHE_H__