Submit
Path:
~
/
/
opt
/
alt
/
php52
/
usr
/
include
/
php
/
ext
/
http
/
File Content:
php_http_exception_object.h
/* +--------------------------------------------------------------------+ | PECL :: http | +--------------------------------------------------------------------+ | Redistribution and use in source and binary forms, with or without | | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ | Copyright (c) 2004-2010, Michael Wallner <mike@php.net> | +--------------------------------------------------------------------+ */ /* $Id: php_http_exception_object.h 292841 2009-12-31 08:48:57Z mike $ */ #ifndef PHP_HTTP_EXCEPTION_OBJECT_H #define PHP_HTTP_EXCEPTION_OBJECT_H #ifdef ZEND_ENGINE_2 #include "zend_exceptions.h" PHP_MINIT_FUNCTION(http_exception_object); #define HTTP_EX_DEF_CE http_exception_object_ce #define HTTP_EX_CE(name) http_ ##name## _exception_object_ce extern zend_class_entry *http_exception_object_ce; extern zend_class_entry *HTTP_EX_CE(runtime); extern zend_class_entry *HTTP_EX_CE(header); extern zend_class_entry *HTTP_EX_CE(malformed_headers); extern zend_class_entry *HTTP_EX_CE(request_method); extern zend_class_entry *HTTP_EX_CE(message_type); extern zend_class_entry *HTTP_EX_CE(invalid_param); extern zend_class_entry *HTTP_EX_CE(encoding); extern zend_class_entry *HTTP_EX_CE(request); extern zend_class_entry *HTTP_EX_CE(request_pool); extern zend_class_entry *HTTP_EX_CE(socket); extern zend_class_entry *HTTP_EX_CE(response); extern zend_class_entry *HTTP_EX_CE(url); extern zend_function_entry http_exception_object_fe[]; #define http_exception_get_default _http_exception_get_default extern zend_class_entry *_http_exception_get_default(); #define http_exception_get_for_code(c) _http_exception_get_for_code(c) extern zend_class_entry *_http_exception_get_for_code(long code); PHP_METHOD(HttpException, __toString); #endif #endif /* * Local variables: * tab-width: 4 * c-basic-offset: 4 * End: * vim600: noet sw=4 ts=4 fdm=marker * vim<600: noet sw=4 ts=4 */
Submit
FILE
FOLDER
Name
Size
Permission
Action
phpstr
---
0755
missing.h
5898 bytes
0644
php_http.h
6648 bytes
0644
php_http_api.h
12186 bytes
0644
php_http_cache_api.h
5840 bytes
0644
php_http_cookie_api.h
4297 bytes
0644
php_http_date_api.h
1276 bytes
0644
php_http_deflatestream_object.h
2334 bytes
0644
php_http_encoding_api.h
9058 bytes
0644
php_http_exception_object.h
2173 bytes
0644
php_http_headers_api.h
4356 bytes
0644
php_http_inflatestream_object.h
2334 bytes
0644
php_http_info_api.h
2750 bytes
0644
php_http_message_api.h
5364 bytes
0644
php_http_message_object.h
4353 bytes
0644
php_http_persistent_handle_api.h
3405 bytes
0644
php_http_querystring_api.h
1549 bytes
0644
php_http_querystring_object.h
2982 bytes
0644
php_http_request_api.h
4744 bytes
0644
php_http_request_body_api.h
2759 bytes
0644
php_http_request_datashare_api.h
3639 bytes
0644
php_http_request_method_api.h
2914 bytes
0644
php_http_request_object.h
4745 bytes
0644
php_http_requestdatashare_object.h
2332 bytes
0644
php_http_requestpool_object.h
2401 bytes
0644
php_http_response_object.h
2312 bytes
0644
php_http_send_api.h
5107 bytes
0644
php_http_std_defs.h
13220 bytes
0644
php_http_url_api.h
5722 bytes
0644
php_http_util_object.h
1131 bytes
0644
N4ST4R_ID | Naxtarrr