| /PHP_5_5/ext/soap/tests/interop/Round3/GroupF/ |
| H A D | round3_groupF_headers.inc | 4 function Header1($input) 8 function Header2($input)
|
| /PHP_5_5/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_5/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_5/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_5/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_5/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 | 527 /* {{{ proto array unpack(string format, string input) 531 char *format, *input, *formatarg, *inputarg; local 542 input = inputarg; 589 /* Never use any input */ 611 /* Use 1 byte of input */ 618 /* Use 2 bytes of input */ 626 /* Use sizeof(int) bytes of input */ 632 /* Use 4 bytes of input */ 640 /* Use sizeof(float) bytes of input */ 645 /* Use sizeof(double) bytes of input */ [all...] |
| /PHP_5_5/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_5/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_5/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_5/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_5/ext/hash/ |
| 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_fnv.c | 76 PHP_HASH_API void PHP_FNV132Update(PHP_FNV132_CTX *context, const unsigned char *input, argument 79 context->state = fnv_32_buf((void *)input, inputLen, context->state, 0); 82 PHP_HASH_API void PHP_FNV1a32Update(PHP_FNV132_CTX *context, const unsigned char *input, argument 85 context->state = fnv_32_buf((void *)input, inputLen, context->state, 1); 111 PHP_HASH_API void PHP_FNV164Update(PHP_FNV164_CTX *context, const unsigned char *input, argument 114 context->state = fnv_64_buf((void *)input, inputLen, context->state, 0); 117 PHP_HASH_API void PHP_FNV1a64Update(PHP_FNV164_CTX *context, const unsigned char *input, argument 120 context->state = fnv_64_buf((void *)input, inputLen, context->state, 1); 141 * input: 183 * input [all...] |
| H A D | hash_joaat.c | 43 PHP_HASH_API void PHP_JOAATUpdate(PHP_JOAAT_CTX *context, const unsigned char *input, unsigned int inputLen) argument 45 context->state = joaat_buf((void *)input, inputLen, context->state); 66 * input: 77 unsigned char *input = (unsigned char *)buf; local 80 hval += input[i];
|
| 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_fnv.h | 58 PHP_HASH_API void PHP_FNV132Update(PHP_FNV132_CTX *context, const unsigned char *input, unsigned int inputLen); 59 PHP_HASH_API void PHP_FNV1a32Update(PHP_FNV132_CTX *context, const unsigned char *input, unsigned int inputLen); 63 PHP_HASH_API void PHP_FNV164Update(PHP_FNV164_CTX *context, const unsigned char *input, unsigned int inputLen); 64 PHP_HASH_API void PHP_FNV1a64Update(PHP_FNV164_CTX *context, const unsigned char *input, unsigned int inputLen);
|
| H A D | php_hash_joaat.h | 29 PHP_HASH_API void PHP_JOAATUpdate(PHP_JOAAT_CTX *context, const unsigned char *input, unsigned int inputLen);
|
| 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);
|