php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"
#include "ext/standard/php_standard.h"
#include "zend_smart_str.h"
#include "php_ini.h"
#include "SAPI.h"
#include <libxml/parser.h>
#include <libxml/xpath.h>
#include "php_xml.h"
#include "php_encoding.h"
#include "php_sdl.h"
#include "php_schema.h"
#include "php_http.h"
#include "php_packet_soap.h"
Go to the source code of this file.
Data Structures | |
struct | _soapMapping |
struct | _soapService |
struct | _soapService::_soap_functions |
struct | _soapService::_soap_class |
struct | soap_url_object |
struct | soap_sdl_object |
Functions | |
void | add_soap_fault (zval *obj, char *fault_code, char *fault_string, char *fault_actor, zval *fault_detail) |
Variables | |
HashTable | defEncNs |
HashTable | defEnc |
HashTable | defEncIndex |
HashTable * | typemap |
int | cur_uniq_ns |
int | soap_version |
char * | error_code |
zval | error_object |
bool | use_soap_error_handler |
char | cache_mode |
char | cache_enabled |
char * | cache_dir |
zend_long | cache_ttl |
zend_long | cache_limit |
HashTable * | mem_cache |
xmlCharEncodingHandlerPtr | encoding |
HashTable * | class_map |
int | features |
HashTable | wsdl_cache |
int | cur_uniq_ref |
HashTable * | ref_map |
zend_module_entry | soap_module_entry |
zend_class_entry * | soap_class_entry |
zend_class_entry * | soap_var_class_entry |
zend_class_entry * | soap_url_class_entry |
zend_class_entry * | soap_sdl_class_entry |
#define FALSE 0 |
Definition at line 37 of file php_soap.h.
#define PHP_SOAP_VERSION PHP_VERSION |
Definition at line 33 of file php_soap.h.
#define phpext_soap_ptr soap_module_ptr |
Definition at line 184 of file php_soap.h.
#define SOAP_1_1 1 |
Definition at line 117 of file php_soap.h.
#define SOAP_1_1_ACTOR_NEXT "http://schemas.xmlsoap.org/soap/actor/next" |
Definition at line 124 of file php_soap.h.
#define SOAP_1_2 2 |
Definition at line 118 of file php_soap.h.
#define SOAP_1_2_ACTOR_NEXT "http://www.w3.org/2003/05/soap-envelope/role/next" |
Definition at line 126 of file php_soap.h.
#define SOAP_1_2_ACTOR_NONE "http://www.w3.org/2003/05/soap-envelope/role/none" |
Definition at line 127 of file php_soap.h.
#define SOAP_1_2_ACTOR_UNLIMATERECEIVER "http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver" |
Definition at line 128 of file php_soap.h.
#define SOAP_ACTOR_NEXT 1 |
Definition at line 120 of file php_soap.h.
#define SOAP_ACTOR_NONE 2 |
Definition at line 121 of file php_soap.h.
#define SOAP_ACTOR_UNLIMATERECEIVER 3 |
Definition at line 122 of file php_soap.h.
#define SOAP_AUTHENTICATION_BASIC 0 |
Definition at line 134 of file php_soap.h.
#define SOAP_AUTHENTICATION_DIGEST 1 |
Definition at line 135 of file php_soap.h.
#define SOAP_CLASS 1 |
Definition at line 106 of file php_soap.h.
#define SOAP_COMPRESSION_ACCEPT 0x20 |
Definition at line 130 of file php_soap.h.
#define SOAP_COMPRESSION_DEFLATE 0x10 |
Definition at line 132 of file php_soap.h.
#define SOAP_COMPRESSION_GZIP 0x00 |
Definition at line 131 of file php_soap.h.
#define soap_error0 | ( | severity, | |
format ) |
Definition at line 200 of file php_soap.h.
#define soap_error1 | ( | severity, | |
format, | |||
param1 ) |
Definition at line 203 of file php_soap.h.
#define soap_error2 | ( | severity, | |
format, | |||
param1, | |||
param2 ) |
Definition at line 206 of file php_soap.h.
#define soap_error3 | ( | severity, | |
format, | |||
param1, | |||
param2, | |||
param3 ) |
Definition at line 209 of file php_soap.h.
#define SOAP_FUNCTIONS 2 |
Definition at line 107 of file php_soap.h.
#define SOAP_FUNCTIONS_ALL 999 |
Definition at line 109 of file php_soap.h.
Definition at line 187 of file php_soap.h.
#define SOAP_MAP_CLASS 2 |
Definition at line 112 of file php_soap.h.
#define SOAP_MAP_FUNCTION 1 |
Definition at line 111 of file php_soap.h.
#define soap_module_ptr &soap_module_entry |
Definition at line 183 of file php_soap.h.
#define SOAP_OBJECT 3 |
Definition at line 108 of file php_soap.h.
#define SOAP_PERSISTENCE_REQUEST 2 |
Definition at line 115 of file php_soap.h.
#define SOAP_PERSISTENCE_SESSION 1 |
Definition at line 114 of file php_soap.h.
#define SOAP_SINGLE_ELEMENT_ARRAYS (1<<0) |
Definition at line 137 of file php_soap.h.
#define SOAP_SSL_METHOD_SSLv2 1 |
Definition at line 148 of file php_soap.h.
#define SOAP_SSL_METHOD_SSLv23 3 |
Definition at line 150 of file php_soap.h.
#define SOAP_SSL_METHOD_SSLv3 2 |
Definition at line 149 of file php_soap.h.
#define SOAP_SSL_METHOD_TLS 0 |
Definition at line 147 of file php_soap.h.
#define SOAP_USE_XSI_ARRAY_TYPE (1<<2) |
Definition at line 139 of file php_soap.h.
#define SOAP_WAIT_ONE_WAY_CALLS (1<<1) |
Definition at line 138 of file php_soap.h.
#define stricmp strcasecmp |
Definition at line 38 of file php_soap.h.
#define TRUE 1 |
Definition at line 36 of file php_soap.h.
#define WSDL_CACHE_BOTH 0x3 |
Definition at line 144 of file php_soap.h.
#define WSDL_CACHE_DISK 0x1 |
Definition at line 142 of file php_soap.h.
#define WSDL_CACHE_MEMORY 0x2 |
Definition at line 143 of file php_soap.h.
#define WSDL_CACHE_NONE 0x0 |
Definition at line 141 of file php_soap.h.
Definition at line 239 of file php_soap.h.
Definition at line 224 of file php_soap.h.
Definition at line 241 of file php_soap.h.
Definition at line 248 of file php_soap.h.
Definition at line 249 of file php_soap.h.
Definition at line 232 of file php_soap.h.
Definition at line 238 of file php_soap.h.
Definition at line 237 of file php_soap.h.
Definition at line 240 of file php_soap.h.
Definition at line 227 of file php_soap.h.
Definition at line 228 of file php_soap.h.
Definition at line 244 of file php_soap.h.
Definition at line 253 of file php_soap.h.
Definition at line 251 of file php_soap.h.
Definition at line 254 of file php_soap.h.
Definition at line 252 of file php_soap.h.
Definition at line 222 of file php_soap.h.
Definition at line 229 of file php_soap.h.
Definition at line 230 of file php_soap.h.
Definition at line 233 of file php_soap.h.
Definition at line 235 of file php_soap.h.
Definition at line 236 of file php_soap.h.
Definition at line 234 of file php_soap.h.
Definition at line 225 of file php_soap.h.
Definition at line 250 of file php_soap.h.
Definition at line 246 of file php_soap.h.
Definition at line 245 of file php_soap.h.
Definition at line 242 of file php_soap.h.
Definition at line 220 of file php_soap.h.
Definition at line 223 of file php_soap.h.
Definition at line 226 of file php_soap.h.
Definition at line 219 of file php_soap.h.
Definition at line 231 of file php_soap.h.
Definition at line 221 of file php_soap.h.
Definition at line 247 of file php_soap.h.
Definition at line 243 of file php_soap.h.
Definition at line 266 of file php_soap.h.
Definition at line 42 of file php_soap.h.
Definition at line 42 of file php_soap.h.
typedef struct _encodeType encodeType |
Definition at line 41 of file php_soap.h.
typedef struct _encodeType * encodeTypePtr |
Definition at line 41 of file php_soap.h.
Definition at line 44 of file php_soap.h.
typedef struct _sdlAttribute sdlAttribute |
Definition at line 51 of file php_soap.h.
typedef struct _sdlAttribute * sdlAttributePtr |
Definition at line 51 of file php_soap.h.
typedef struct _sdlBinding sdlBinding |
Definition at line 52 of file php_soap.h.
typedef struct _sdlBinding * sdlBindingPtr |
Definition at line 52 of file php_soap.h.
typedef struct _sdlFunction sdlFunction |
Definition at line 50 of file php_soap.h.
typedef struct _sdlFunction * sdlFunctionPtr |
Definition at line 50 of file php_soap.h.
Definition at line 49 of file php_soap.h.
typedef struct _sdlParam * sdlParamPtr |
Definition at line 49 of file php_soap.h.
Definition at line 44 of file php_soap.h.
typedef struct _sdlRestrictionChar sdlRestrictionChar |
Definition at line 46 of file php_soap.h.
typedef struct _sdlRestrictionChar * sdlRestrictionCharPtr |
Definition at line 46 of file php_soap.h.
typedef struct _sdlRestrictionInt sdlRestrictionInt |
Definition at line 45 of file php_soap.h.
typedef struct _sdlRestrictionInt * sdlRestrictionIntPtr |
Definition at line 45 of file php_soap.h.
typedef struct _sdlRestrictions sdlRestrictions |
Definition at line 47 of file php_soap.h.
typedef struct _sdlRestrictions * sdlRestrictionsPtr |
Definition at line 47 of file php_soap.h.
typedef struct _sdlSoapBinding sdlSoapBinding |
Definition at line 53 of file php_soap.h.
typedef struct _sdlSoapBindingFunction sdlSoapBindingFunction |
Definition at line 54 of file php_soap.h.
typedef struct _sdlSoapBindingFunctionBody sdlSoapBindingFunctionBody |
Definition at line 55 of file php_soap.h.
typedef struct _sdlSoapBindingFunctionBody * sdlSoapBindingFunctionBodyPtr |
Definition at line 55 of file php_soap.h.
typedef struct _sdlSoapBindingFunction * sdlSoapBindingFunctionPtr |
Definition at line 54 of file php_soap.h.
typedef struct _sdlSoapBinding * sdlSoapBindingPtr |
Definition at line 53 of file php_soap.h.
Definition at line 48 of file php_soap.h.
typedef struct _sdlType * sdlTypePtr |
Definition at line 48 of file php_soap.h.
typedef struct soap_sdl_object soap_sdl_object |
typedef struct soap_url_object soap_url_object |
typedef struct _soapMapping soapMapping |
Definition at line 57 of file php_soap.h.
typedef struct _soapMapping * soapMappingPtr |
Definition at line 57 of file php_soap.h.
typedef struct _soapService soapService |
Definition at line 58 of file php_soap.h.
typedef struct _soapService * soapServicePtr |
Definition at line 58 of file php_soap.h.
char* cache_dir |
Definition at line 166 of file php_soap.h.
char cache_enabled |
Definition at line 165 of file php_soap.h.
zend_long cache_limit |
Definition at line 168 of file php_soap.h.
char cache_mode |
Definition at line 164 of file php_soap.h.
zend_long cache_ttl |
Definition at line 167 of file php_soap.h.
HashTable* class_map |
Definition at line 171 of file php_soap.h.
int cur_uniq_ns |
Definition at line 158 of file php_soap.h.
int cur_uniq_ref |
Definition at line 174 of file php_soap.h.
HashTable defEnc |
Definition at line 155 of file php_soap.h.
HashTable defEncIndex |
Definition at line 156 of file php_soap.h.
HashTable defEncNs |
Definition at line 154 of file php_soap.h.
xmlCharEncodingHandlerPtr encoding |
Definition at line 170 of file php_soap.h.
char* error_code |
Definition at line 161 of file php_soap.h.
zval error_object |
Definition at line 162 of file php_soap.h.
int features |
Definition at line 172 of file php_soap.h.
HashTable* mem_cache |
Definition at line 169 of file php_soap.h.
HashTable* ref_map |
Definition at line 175 of file php_soap.h.
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
int soap_version |
Definition at line 159 of file php_soap.h.
HashTable* typemap |
Definition at line 157 of file php_soap.h.
bool use_soap_error_handler |
Definition at line 163 of file php_soap.h.
HashTable wsdl_cache |
Definition at line 173 of file php_soap.h.