| /PHP_5_3/ext/soap/tests/interop/Round3/GroupF/ |
| H A D | round3_groupF_headers.inc | 4 function Header1($input) 8 function Header2($input)
|
| /PHP_5_3/ext/soap/tests/interop/Round4/GroupH/ |
| H A D | round4_groupH_complex_doclit.inc | 4 function echoSOAPStructFault($input) { 5 return new SoapFault("Server", "Fault in response to 'echoSOAPStructFault'.", null, array("soapStruct"=>$input), "ComplexFault"); 8 function echoBaseStructFault($input) { 9 return new SoapFault("Server", "Fault in response to 'echoBaseStructFault'.", null, $input, "ComplexFault"); 12 function echoExtendedStructFault($input) { 13 return new SoapFault("Server", "Fault in response to 'echoExtendedStructFault'.", null, $input, "ComplexFault"); 16 function echoMultipleFaults1($input) { 17 if ($input->whichFault == 2) { 18 return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $input->param2, "ComplexFault2"); 20 return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, array("soapStruct"=>$input [all...] |
| H A D | round4_groupH_complex_rpcenc.inc | 4 function echoSOAPStructFault($input) { 5 return new SoapFault("Server", "Fault in response to 'echoSOAPStructFault'.", null, $input, "ComplexFault"); 8 function echoBaseStructFault($input) { 9 return new SoapFault("Server", "Fault in response to 'echoBaseStructFault'.", null, $input, "ComplexFault"); 12 function echoExtendedStructFault($input) { 13 return new SoapFault("Server", "Fault in response to 'echoExtendedStructFault'.", null, $input, "ComplexFault");
|
| H A D | round4_groupH_simple_doclit.inc | 8 function echoStringFault($input) { 9 return new SoapFault("Server", "Fault in response to 'echoStringFault'.", null, $input, "SimpleFault"); 12 function echoIntArrayFault($input) { 13 return new SoapFault("Server", "Fault in response to 'echoIntArrayFault'.", null, $input, "SimpleFault"); 16 function echoMultipleFaults1($input) { 17 if ($input->whichFault == 2) { 18 return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $input->param1, "SimpleFault2"); 19 } else if ($input->whichFault == 3) { 20 return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $input->param2, "SimpleFault3"); 26 function echoMultipleFaults2($input) { [all...] |
| H A D | round4_groupH_simple_rpcenc.inc | 8 function echoStringFault($input) { 9 return new SoapFault("Server", "Fault in response to 'echoStringFault'.", null, $input, "SimpleFault"); 12 function echoIntArrayFault($input) { 13 return new SoapFault("Server", "Fault in response to 'echoIntArrayFault'.", null, $input, "SimpleFault");
|
| /PHP_5_3/ext/soap/tests/interop/Round4/GroupI/ |
| H A D | round4_groupI_xsd.inc | 50 function echoIntegerMultiOccurs($input) 52 if (isset($input->inputIntegerMultiOccurs->int)) { 53 return array("return"=>$input->inputIntegerMultiOccurs->int); 59 function echoFloatMultiOccurs($input) 61 if (isset($input->inputFloatMultiOccurs->float)) { 62 return array("return"=>$input->inputFloatMultiOccurs->float); 68 function echoStringMultiOccurs($input) 70 if (isset($input->inputStringMultiOccurs->string)) { 71 return array("return"=>$input->inputStringMultiOccurs->string); 77 function echoComplexTypeMultiOccurs($input) [all...] |
| /PHP_5_3/ext/soap/tests/schema/ |
| H A D | test_schema.inc | 4 function test($input) { 6 $val = $input; 33 <input message="testMessage"/> 40 <input> 42 </input>
|
| /PHP_5_3/ext/soap/tests/soap12/ |
| H A D | soap12-test.inc | 89 function countItems($input) { 90 return count($input); 93 function isNil($input) { 94 return is_null($input);
|
| /PHP_5_3/ext/standard/ |
| H A D | crypt_blowfish.h | 29 const char *input, int size, char *output, int output_size);
|
| H A D | cyr_convert.c | 274 char *input, *fr_cs, *to_cs; local 278 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sss", &input, &input_len, &fr_cs, &fr_cs_len, &to_cs, &to_cs_len) == FAILURE) { 282 str = (unsigned char*) estrndup(input, input_len);
|
| H A D | pack.c | 517 /* {{{ proto array unpack(string format, string input) 521 char *format, *input, *formatarg, *inputarg; local 532 input = inputarg; 579 /* Never use any input */ 600 /* Use 1 byte of input */ 607 /* Use 2 bytes of input */ 615 /* Use sizeof(int) bytes of input */ 621 /* Use 4 bytes of input */ 629 /* Use sizeof(float) bytes of input */ 634 /* Use sizeof(double) bytes of input */ [all...] |
| /PHP_5_3/ext/xmlrpc/libxmlrpc/ |
| H A D | system_methods.c | 292 static XMLRPC_VALUE xsm_system_multicall_cb(XMLRPC_SERVER server, XMLRPC_REQUEST input, void* userData); 293 static XMLRPC_VALUE xsm_system_get_capabilities_cb(XMLRPC_SERVER server, XMLRPC_REQUEST input, void* userData); 315 XMLRPC_VALUE xsm_system_multicall_cb(XMLRPC_SERVER server, XMLRPC_REQUEST input, void* userData) { argument 316 XMLRPC_VALUE xArray = XMLRPC_VectorRewind(XMLRPC_RequestGetData(input)); 348 XMLRPC_VALUE xsm_system_get_capabilities_cb(XMLRPC_SERVER server, XMLRPC_REQUEST input, void* userData) { argument
|
| /PHP_5_3/ext/intl/doc/ |
| H A D | grapheme_api.php | 24 * @param string $input The string being measured for length. 27 function grapheme_strlen($input) {} 79 * @param string $string The input string. 98 * @param string $haystack The input string. 109 * @param string $haystack The input string.
|
| H A D | normalizer_api.php | 52 * Normalizes the input provided and returns the normalized string 53 * @param string $input The input string to normalize 57 public static function normalize($input, $form = Normalizer::FORM_C) {} 61 * @param string $input The input string to normalize 65 public static function isNormalized($input, $form = Normalizer::FORM_C) {} 74 * Normalizes the input provided and returns the normalized string 75 * @param string $input The input strin [all...] |
| /PHP_5_3/ext/intl/normalizer/ |
| H A D | normalizer_normalize.c | 28 /* {{{ proto string Normalizer::normalize( string $input [, string $form = FORM_C] ) 30 /* {{{ proto string normalizer_normalize( string $input [, string $form = FORM_C] ) 35 char* input = NULL; local 57 &input, &input_len, &form ) == FAILURE ) 60 "normalizer_normalize: unable to parse input params", 0 TSRMLS_CC ); 90 intl_convert_utf8_to_utf16(&uinput, &uinput_len, input, input_len, &status ); 98 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); 115 * (U_STRING_NOT_TERMINATED_WARNING usually means that the input string is empty). 166 /* {{{ proto bool Normalizer::isNormalized( string $input [, string $form = FORM_C] ) 168 /* {{{ proto bool normalizer_is_normalize( string $input [, strin 173 char* input = NULL; local [all...] |
| /PHP_5_3/ext/mbstring/libmbfl/tests/ |
| H A D | sample.c | 18 unsigned char input[] = "���ܸ�ʸ����"; /* EUC-JP kanji string */ local 29 string.val = (unsigned char *)input; 30 string.len = strlen(input);
|
| /PHP_5_3/ext/hash/ |
| H A D | hash_adler32.c | 30 PHP_HASH_API void PHP_ADLER32Update(PHP_ADLER32_CTX *context, const unsigned char *input, size_t len) argument 37 s[0] = (s[0] + input[i]) % 65521;
|
| H A D | hash_crc32.c | 31 PHP_HASH_API void PHP_CRC32Update(PHP_CRC32_CTX *context, const unsigned char *input, size_t len) argument 36 context->state = (context->state << 8) ^ crc32_table[(context->state >> 24) ^ (input[i] & 0xff)]; 40 PHP_HASH_API void PHP_CRC32BUpdate(PHP_CRC32_CTX *context, const unsigned char *input, size_t len) argument 45 context->state = (context->state >> 8) ^ crc32b_table[(context->state ^ input[i]) & 0xff];
|
| H A D | hash_salsa.c | 29 The 64-byte input x to Salsa10 is viewed in little-endian form as 16 integers 76 The 64-byte input x to Salsa20 is viewed in little-endian form as 16 words 121 static inline void SalsaTransform(PHP_SALSA_CTX *context, const unsigned char input[64]) argument 126 fprintf(stderr, "> INPUT: %.*s\n", 64, input); 130 a[i] = ((php_hash_uint32) input[j + 3]) | (((php_hash_uint32) input[j + 2]) << 8) | 131 (((php_hash_uint32) input[j + 1]) << 16) | (((php_hash_uint32) input[j]) << 24); 155 PHP_HASH_API void PHP_SALSAUpdate(PHP_SALSA_CTX *context, const unsigned char *input, size_t len) argument 158 memcpy(&context->buffer[context->length], input, le [all...] |
| H A D | hash_sha.c | 38 Encodes input (php_hash_uint32) into output (unsigned char). Assumes len is 41 static void SHAEncode32(unsigned char *output, php_hash_uint32 *input, unsigned int len) argument 46 output[j] = (unsigned char) ((input[i] >> 24) & 0xff); 47 output[j + 1] = (unsigned char) ((input[i] >> 16) & 0xff); 48 output[j + 2] = (unsigned char) ((input[i] >> 8) & 0xff); 49 output[j + 3] = (unsigned char) (input[i] & 0xff); 56 Decodes input (unsigned char) into output (php_hash_uint32). Assumes len is 59 static void SHADecode32(php_hash_uint32 *output, const unsigned char *input, unsigned int len) argument 64 output[i] = ((php_hash_uint32) input[j + 3]) | (((php_hash_uint32) input[ 333 PHP_SHA1Update(PHP_SHA1_CTX * context, const unsigned char *input, unsigned int inputLen) argument 542 PHP_SHA224Update(PHP_SHA224_CTX * context, const unsigned char *input, unsigned int inputLen) argument 619 PHP_SHA256Update(PHP_SHA256_CTX * context, const unsigned char *input, unsigned int inputLen) argument 732 SHAEncode64(unsigned char *output, php_hash_uint64 *input, unsigned int len) argument 754 SHADecode64(php_hash_uint64 *output, const unsigned char *input, unsigned int len) argument 833 PHP_SHA384Update(PHP_SHA384_CTX * context, const unsigned char *input, unsigned int inputLen) argument 947 PHP_SHA512Update(PHP_SHA512_CTX * context, const unsigned char *input, unsigned int inputLen) argument [all...] |
| H A D | hash_snefru.c | 44 static inline void Snefru(php_hash_uint32 input[16]) argument 51 B00 = input[0]; 52 B01 = input[1]; 53 B02 = input[2]; 54 B03 = input[3]; 55 B04 = input[4]; 56 B05 = input[5]; 57 B06 = input[6]; 58 B07 = input[7]; 59 B08 = input[ 123 SnefruTransform(PHP_SNEFRU_CTX *context, const unsigned char input[32]) argument 142 PHP_SNEFRUUpdate(PHP_SNEFRU_CTX *context, const unsigned char *input, size_t len) argument [all...] |
| H A D | php_hash_adler32.h | 31 PHP_HASH_API void PHP_ADLER32Update(PHP_ADLER32_CTX *context, const unsigned char *input, size_t len);
|
| H A D | php_hash_crc32.h | 31 PHP_HASH_API void PHP_CRC32Update(PHP_CRC32_CTX *context, const unsigned char *input, size_t len); 32 PHP_HASH_API void PHP_CRC32BUpdate(PHP_CRC32_CTX *context, const unsigned char *input, size_t len);
|
| H A D | php_hash_tiger.h | 35 PHP_HASH_API void PHP_TIGERUpdate(PHP_TIGER_CTX *context, const unsigned char *input, size_t len);
|
| /PHP_5_3/ext/xmlreader/ |
| H A D | php_xmlreader.h | 37 /* strings must be set in input buffer as copy is required */ 38 xmlParserInputBufferPtr input; member in struct:_xmlreader_object
|