Home
last modified time | relevance | path

Searched refs:input (Results 151 – 175 of 827) sorted by relevance

12345678910>>...34

/PHP-5.4/sapi/cgi/tests/
H A D005.phpt19 string(51) "No input file specified.
23 string(51) "No input file specified.
/PHP-5.4/ext/standard/tests/array/
H A Darray_unique_variation1.phpt2 Test array_unique() function : usage variations - unexpected values for 'input' argument
5 /* Prototype : array array_unique(array $input)
11 * Passing non array values to 'input' argument of array_unique() and see
15 echo "*** Testing array_unique() : Passing non array values to \$input argument ***\n";
37 // unexpected values to be passed to $input argument
87 foreach($inputs as $input) {
89 var_dump( array_unique($input) );
98 *** Testing array_unique() : Passing non array values to $input argument ***
H A Darray_product_error.phpt5 /* Prototype : mixed array_product(array input)
19 $input = array(1, 2);
21 var_dump( array_product($input, $extra_arg) );
H A Darray_sum_variation1.phpt2 Test array_sum() function : usage variations - unexpected values for 'input' argument
5 /* Prototype : mixed array_sum(array $input)
11 * Passing different scalar/nonscalar values as 'input' argument to array_sum()
14 echo "*** Testing array_sum() : unexpected values for 'input' ***\n";
29 // different scalar/non scalar values for 'input' argument
76 // loop through each element of the array for input
86 *** Testing array_sum() : unexpected values for 'input' ***
H A Darray_pad_variation2.phpt5 /* Prototype : array array_pad(array $input, int $pad_size, mixed $pad_value)
6 * Description: Returns a copy of input array padded with pad_value to size pad_size
13 * The $input and $pad_value arguments passed are fixed values.
18 // Initialise $input and $pad_value arguments
19 $input = array(1, 2);
84 var_dump( array_pad($input, $pad_size, $pad_value) );
/PHP-5.4/ext/standard/tests/strings/
H A Dstr_pad_variation3.phpt5 /* Prototype : string str_pad ( string $input , int $pad_length [, string $pad_string [, int $…
11 * and expected type for '$input' and '$pad_length'
30 // array with different values for $input
73 //defining '$input' argument
74 $input = "Test string";
81 var_dump( str_pad($input, $pad_length, $pad_string) );
H A Dsscanf_variation2.phpt6 * Description: Parses input from a string according to a format
26 // array with different values for $input
74 foreach($inputs as $input) {
76 var_dump( sscanf($str, $input) );
H A Dstr_pad_variation4.phpt5 /* Prototype : string str_pad ( string $input , int $pad_length [, string $pad_string [, int $…
11 * and expected type for '$input', '$pad_length' and '$pad_string'
27 // array with different values for $input
75 //defining '$input' argument
76 $input = "Test string";
84 var_dump( str_pad($input, $pad_length, $pad_string, $pad_type) );
/PHP-5.4/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_simple_rpcenc.inc8 function echoStringFault($input) {
9 …return new SoapFault("Server", "Fault in response to 'echoStringFault'.", null, $input, "SimpleFau…
12 function echoIntArrayFault($input) {
13 …return new SoapFault("Server", "Fault in response to 'echoIntArrayFault'.", null, $input, "SimpleF…
/PHP-5.4/ext/soap/tests/soap12/
H A Dsoap12-test.inc89 function countItems($input) {
90 return count($input);
93 function isNil($input) {
94 return is_null($input);
/PHP-5.4/ext/standard/tests/math/
H A Dbase_convert_error.phpt2 Test base_convert() function : error conditions - incorrect input
24 echo "Incorrect input\n";
41 Incorrect input
/PHP-5.4/ext/filter/docs/
H A Dfilter.txt6 We all know that you should always check input variables, but PHP does not
9 mechanisms that users can use to safely access their input data.
39 * If the filter's expected input data mask does not match the provided data
43 * With the input filter extension enabled, and the
48 * As the input filter acts on input data before the magic quotes function
106 These filters check whether passed data was valid, and do never mangle input
107 variables, but ofcourse they can deny the whole input variable getting to the
115 int INT integer Returns the input variable as an integer
127 0nn as input too.
136 validate_regexp REGEXP string Matches the input value as a string against the
[all …]
/PHP-5.4/Zend/tests/
H A Dbug54910.phpt25 $input = new B();
26 echo $input->getEmail();
/PHP-5.4/ext/filter/
H A Dconfig.m42 dnl config.m4 for input filtering extension
4 PHP_ARG_ENABLE(filter, whether to enable input filter support,
5 [ --disable-filter Disable input filter support], yes)
/PHP-5.4/ext/soap/tests/bugs/
H A Dbug29061.wsdl20 <input message="y:getQuoteRequest"/>
28 <input>
30 </input>
H A Dbug29795.wsdl19 <input message="tns:GetPriceRequest"/>
27 <input>
29 </input>
/PHP-5.4/ext/hash/
H A Dhash_md.c67 static void Encode(unsigned char *output, php_hash_uint32 *input, unsigned int len) in Encode() argument
72 output[j] = (unsigned char) (input[i] & 0xff); in Encode()
73 output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff); in Encode()
74 output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff); in Encode()
75 output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff); in Encode()
89 output[i] = ((php_hash_uint32) input[j]) | (((php_hash_uint32) input[j + 1]) << 8) | in Decode()
90 (((php_hash_uint32) input[j + 2]) << 16) | (((php_hash_uint32) input[j + 3]) << 24); in Decode()
304 ((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_MD5Update()
308 MD5Transform(context->state, &input[i]); in PHP_MD5Update()
316 ((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], in PHP_MD5Update()
[all …]
H A Dhash_gost.c227 static inline void GostTransform(PHP_GOST_CTX *context, const unsigned char input[32]) in GostTransform()
233 data[i] = ((php_hash_uint32) input[j]) | (((php_hash_uint32) input[j + 1]) << 8) | in GostTransform()
234 (((php_hash_uint32) input[j + 2]) << 16) | (((php_hash_uint32) input[j + 3]) << 24); in GostTransform()
250 PHP_HASH_API void PHP_GOSTUpdate(PHP_GOST_CTX *context, const unsigned char *input, size_t len) in PHP_GOSTUpdate() argument
261 memcpy(&context->buffer[context->length], input, len); in PHP_GOSTUpdate()
268 memcpy(&context->buffer[context->length], input, i); in PHP_GOSTUpdate()
273 GostTransform(context, input + i); in PHP_GOSTUpdate()
276 memcpy(context->buffer, input + i, r); in PHP_GOSTUpdate()
/PHP-5.4/ext/session/tests/
H A Dsession_set_cookie_params_error.phpt84 foreach($inputs as $input) {
86 var_dump(session_set_cookie_params($input));
87 var_dump(session_set_cookie_params(1234567890, $input));
88 var_dump(session_set_cookie_params(1234567890, "blah", $input));
89 var_dump(session_set_cookie_params(1234567890, "blah", "foo", $input));
90 var_dump(session_set_cookie_params(1234567890, "blah", "foo", TRUE, $input));
/PHP-5.4/ext/pcre/tests/
H A Dpreg_match_all_error2.phpt11 * Testing how preg_match_all reacts to being passed the wrong type of input argument
18 $input = array(array('this is', 'a subarray'), 'test',);
19 foreach($input as $value) {
/PHP-5.4/ext/intl/doc/
H A Dgrapheme_api.php24 * @param string $input The string being measured for length.
27 function grapheme_strlen($input) {} argument
/PHP-5.4/ext/recode/
H A Drecode.c77 ZEND_ARG_INFO(0, input)
191 zval *input, *output; in PHP_FUNCTION() local
195 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "srr", &req, &req_len, &input, &output) == FA… in PHP_FUNCTION()
199 php_stream_from_zval(instream, &input); in PHP_FUNCTION()
/PHP-5.4/ext/spl/tests/
H A DSplObjectStorage_unserialize_invalid_parameter1.phpt13 foreach($data_provider as $input) {
17 var_dump($s->unserialize($input));
/PHP-5.4/ext/standard/tests/streams/
H A Dbug60455_01.phpt2 Bug #60455: stream_get_line and 1-line noeol input
6 //It's critical the read on the stream returns the input but doesn't set EOF
/PHP-5.4/ext/mbstring/tests/
H A Dmb_strrpos_variation5.phpt31 foreach ($inputs as $type => $input) {
34 var_dump(mb_strrpos($string_mb, $needle_mb, $input, 'utf-8'));
36 var_dump(mb_strrpos($string_mb, $needle_mb, $input));

Completed in 42 milliseconds

12345678910>>...34