Home
last modified time | relevance | path

Searched refs:inputs (Results 1 – 25 of 621) sorted by relevance

12345678910>>...25

/PHP-5.5/main/streams/
H A Dtransports.c207 param.inputs.namelen = namelen; in php_stream_xport_bind()
238 param.inputs.namelen = namelen; in php_stream_xport_connect()
239 param.inputs.timeout = timeout; in php_stream_xport_connect()
267 param.inputs.backlog = backlog; in php_stream_xport_listen()
445 param.inputs.buf = buf; in php_stream_xport_recvfrom()
446 param.inputs.buflen = buflen; in php_stream_xport_recvfrom()
447 param.inputs.flags = flags; in php_stream_xport_recvfrom()
491 param.inputs.buf = (char*)buf; in php_stream_xport_sendto()
492 param.inputs.buflen = buflen; in php_stream_xport_sendto()
493 param.inputs.flags = flags; in php_stream_xport_sendto()
[all …]
H A Dxp_socket.c350 if ((xparam->inputs.flags & STREAM_OOB) == STREAM_OOB) { in php_sockop_set_option()
354 xparam->inputs.buf, xparam->inputs.buflen, in php_sockop_set_option()
356 xparam->inputs.addr, in php_sockop_set_option()
357 xparam->inputs.addrlen TSRMLS_CC); in php_sockop_set_option()
368 if ((xparam->inputs.flags & STREAM_OOB) == STREAM_OOB) { in php_sockop_set_option()
375 xparam->inputs.buf, xparam->inputs.buflen, in php_sockop_set_option()
512 xparam->inputs.namelen = sizeof(unix_addr->sun_path) - 1; in parse_unix_address()
518 memcpy(unix_addr->sun_path, xparam->inputs.name, xparam->inputs.namelen); in parse_unix_address()
565 …return parse_ip_address_ex(xparam->inputs.name, xparam->inputs.namelen, portno, xparam->want_error… in parse_ip_address()
675 xparam->inputs.timeout, in php_tcp_sockop_connect()
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_pad_variation1.phpt2 Test str_pad() function : usage variations - unexpected inputs for '$input' argument
10 /* Test str_pad() function: with unexpected inputs for '$input'
14 echo "*** Testing str_pad() function: with unexpected inputs for 'input' argument ***\n";
31 $inputs = array (
76 // loop through with each element of the $inputs array to test str_pad() function
78 foreach($inputs as $input) {
89 *** Testing str_pad() function: with unexpected inputs for 'input' argument ***
H A Dchr_variation1.phpt11 echo "*** Testing chr() function: with unexpected inputs for 'ascii' argument ***\n";
28 $inputs = array (
69 // loop through with each element of the $inputs array to test chr() function
71 foreach($inputs as $input) {
82 *** Testing chr() function: with unexpected inputs for 'ascii' argument ***
H A Dsscanf_variation2.phpt2 Test sscanf() function : usage variations - unexpected inputs for '$format' argument
10 echo "*** Testing sscanf() function: with unexpected inputs for 'format' argument ***\n";
27 $inputs = array (
72 // loop through with each element of the $inputs array to test sscanf() function
74 foreach($inputs as $input) {
85 *** Testing sscanf() function: with unexpected inputs for 'format' argument ***
H A Dsscanf_variation1.phpt2 Test sscanf() function : usage variations - unexpected inputs for '$str' argument
10 echo "*** Testing sscanf() function: with unexpected inputs for 'str' argument ***\n";
27 $inputs = array (
72 // loop through with each element of the $inputs array to test sscanf() function
74 foreach($inputs as $input) {
85 *** Testing sscanf() function: with unexpected inputs for 'str' argument ***
H A Dprint_variation1.phpt12 echo "*** Testing print() function: with unexpected inputs for 'arg' argument ***\n";
29 $inputs = array (
71 // loop through with each element of the $inputs array to test print() function
73 foreach($inputs as $input) {
86 *** Testing print() function: with unexpected inputs for 'arg' argument ***
H A Dbin2hex_variation1.phpt11 echo "*** Testing bin2hex() function: with unexpected inputs for 'str' argument ***\n";
28 $inputs = array (
68 // loop through with each element of the $inputs array to test bin2hex() function
70 foreach($inputs as $input) {
81 *** Testing bin2hex() function: with unexpected inputs for 'str' argument ***
H A Dstr_shuffle_variation1.phpt11 echo "*** Testing str_shuffle() function: with unexpected inputs for 'string' argument ***\n";
28 $inputs = array (
71 // loop through with each element of the $inputs array to test str_shuffle() function
73 foreach($inputs as $input) {
84 *** Testing str_shuffle() function: with unexpected inputs for 'string' argument ***
H A Dstristr_variation1.phpt10 echo "*** Testing stristr() function: with unexpected inputs for 'string' argument ***\n";
27 $inputs = array (
71 // loop through with each element of the $inputs array to test stristr() function
73 foreach($inputs as $input) {
84 *** Testing stristr() function: with unexpected inputs for 'string' argument ***
H A Dltrim_variation1.phpt11 echo "*** Testing ltrim() function: with unexpected inputs for 'str' argument ***\n";
28 $inputs = array (
71 // loop through with each element of the $inputs array to test ltrim() function
73 foreach($inputs as $input) {
85 *** Testing ltrim() function: with unexpected inputs for 'str' argument ***
H A Drtrim_variation1.phpt11 echo "*** Testing rtrim() function: with unexpected inputs for 'str' argument ***\n";
28 $inputs = array (
71 // loop through with each element of the $inputs array to test rtrim() function
73 foreach($inputs as $input) {
85 *** Testing rtrim() function: with unexpected inputs for 'str' argument ***
H A Dconvert_cyr_string_variation1.phpt11 echo "*** Testing convert_cyr_string() function: with unexpected inputs for 'str' argument ***\n";
28 $inputs = array (
71 // loop through with each element of the $inputs array to test convert_cyr_string() function
75 foreach($inputs as $input) {
86 *** Testing convert_cyr_string() function: with unexpected inputs for 'str' argument ***
H A Dtrim_variation1.phpt11 echo "*** Testing trim() function: with unexpected inputs for 'str' argument ***\n";
28 $inputs = array (
71 // loop through with each element of the $inputs array to test trim() function
73 foreach($inputs as $input) {
85 *** Testing trim() function: with unexpected inputs for 'str' argument ***
H A Dltrim_variation2.phpt11 echo "*** Testing ltrim() function: with unexpected inputs for 'charlist' argument ***\n";
28 $inputs = array (
71 // loop through with each element of the $inputs array to test ltrim() function
73 foreach($inputs as $charlist) {
85 *** Testing ltrim() function: with unexpected inputs for 'charlist' argument ***
H A Drtrim_variation2.phpt11 echo "*** Testing rtrim() function: with unexpected inputs for 'charlist' argument ***\n";
28 $inputs = array (
71 // loop through with each element of the $inputs array to test rtrim() function
73 foreach($inputs as $charlist) {
85 *** Testing rtrim() function: with unexpected inputs for 'charlist' argument ***
H A Dstristr_variation2.phpt10 echo "*** Testing stristr() function: with unexpected inputs for 'needle' argument ***\n";
27 $inputs = array (
71 // loop through with each element of the $inputs array to test stristr() function
73 foreach($inputs as $input) {
84 *** Testing stristr() function: with unexpected inputs for 'needle' argument ***
H A Dtrim_variation2.phpt11 echo "*** Testing trim() function: with unexpected inputs for 'charlist' argument ***\n";
28 $inputs = array (
71 // loop through with each element of the $inputs array to test trim() function
73 foreach($inputs as $charlist) {
85 *** Testing trim() function: with unexpected inputs for 'charlist' argument ***
H A Dcount_chars_variation1.phpt11 echo "*** Testing count_chars() function: with unexpected inputs for 'string' argument ***\n";
28 $inputs = array (
71 // loop through with each element of the $inputs array to test count_chars() function
73 foreach($inputs as $input) {
85 *** Testing count_chars() function: with unexpected inputs for 'string' argument ***
H A Dord_variation1.phpt11 echo "*** Testing ord() function: with unexpected inputs for 'string' argument ***\n";
28 $inputs = array (
72 foreach($inputs as $input) {
83 *** Testing ord() function: with unexpected inputs for 'string' argument ***
H A Dconvert_uuencode_variation1.phpt11 echo "*** Testing convert_uuencode() function: with unexpected inputs for 'data' argument ***\n";
28 $inputs = array (
73 foreach($inputs as $input) {
84 *** Testing convert_uuencode() function: with unexpected inputs for 'data' argument ***
/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_extension_funcs_variation.phpt11 echo "*** Testing get_extension_funcs() function: with unexpected inputs for 'module_name' argument…
28 $inputs = array (
71 // loop through with each element of the $inputs array to test get_extension_funcs() function
73 foreach($inputs as $input) {
84 *** Testing get_extension_funcs() function: with unexpected inputs for 'module_name' argument ***
/PHP-5.5/Zend/tests/
H A Dfunction_exists_variation1.phpt11 echo "*** Testing function_exists() function: with unexpected inputs for 'str' argument ***\n";
28 $inputs = array (
71 // loop through with each element of the $inputs array to test function_exists() function
73 foreach($inputs as $input) {
84 *** Testing function_exists() function: with unexpected inputs for 'str' argument ***
/PHP-5.5/ext/tidy/tests/
H A D029.phpt10 $inputs = array(
16 foreach ($inputs as $input) {
/PHP-5.5/ext/curl/tests/
H A Dcurl_version_variation1.phpt13 echo "*** Testing curl_version() function: with unexpected inputs for 'age' argument ***\n";
30 $inputs = array (
78 // loop through with each element of the $inputs array to test curl_version() function
80 foreach($inputs as $input) {
91 *** Testing curl_version() function: with unexpected inputs for 'age' argument ***

Completed in 33 milliseconds

12345678910>>...25