/PHP-5.3/main/streams/ |
H A D | transports.c | 207 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 D | xp_socket.c | 350 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() 516 xparam->inputs.namelen = sizeof(unix_addr->sun_path) - 1; in parse_unix_address() 522 memcpy(unix_addr->sun_path, xparam->inputs.name, xparam->inputs.namelen); in parse_unix_address() 569 …return parse_ip_address_ex(xparam->inputs.name, xparam->inputs.namelen, portno, xparam->want_error… in parse_ip_address() 678 xparam->inputs.timeout, in php_tcp_sockop_connect() [all …]
|
/PHP-5.3/ext/standard/tests/strings/ |
H A D | str_pad_variation1.phpt | 2 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 D | chr_variation1.phpt | 11 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 D | sscanf_variation2.phpt | 2 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 D | print_variation1.phpt | 12 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 D | sscanf_variation1.phpt | 2 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 D | stristr_variation1.phpt | 10 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 D | str_shuffle_variation1.phpt | 11 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 D | bin2hex_variation1.phpt | 11 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 D | trim_variation1.phpt | 11 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 D | ltrim_variation1.phpt | 11 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 D | rtrim_variation1.phpt | 11 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 D | convert_cyr_string_variation1.phpt | 11 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 D | stristr_variation2.phpt | 10 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 D | trim_variation2.phpt | 11 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 D | ltrim_variation2.phpt | 11 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 D | rtrim_variation2.phpt | 11 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 D | count_chars_variation1.phpt | 11 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 D | ord_variation1.phpt | 11 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 D | convert_uuencode_variation1.phpt | 11 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.3/ext/standard/tests/general_functions/ |
H A D | get_extension_funcs_variation.phpt | 11 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.3/Zend/tests/ |
H A D | function_exists_variation1.phpt | 11 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.3/ext/tidy/tests/ |
H A D | 029.phpt | 10 $inputs = array( 16 foreach ($inputs as $input) {
|
/PHP-5.3/ext/standard/tests/array/ |
H A D | array_multisort_variation7.phpt | 22 $inputs = array( 35 var_dump(array_multisort($inputs)); 36 var_dump($inputs);
|