/PHP-7.3/main/streams/ |
H A D | transports.c | 201 param.inputs.namelen = namelen; in php_stream_xport_bind() 232 param.inputs.namelen = namelen; in php_stream_xport_connect() 233 param.inputs.timeout = timeout; in php_stream_xport_connect() 261 param.inputs.backlog = backlog; in php_stream_xport_listen() 437 param.inputs.buf = buf; in php_stream_xport_recvfrom() 438 param.inputs.buflen = buflen; in php_stream_xport_recvfrom() 439 param.inputs.flags = flags; in php_stream_xport_recvfrom() 482 param.inputs.buf = (char*)buf; in php_stream_xport_sendto() 483 param.inputs.buflen = buflen; in php_stream_xport_sendto() 484 param.inputs.flags = flags; in php_stream_xport_sendto() [all …]
|
H A D | xp_socket.c | 395 if ((xparam->inputs.flags & STREAM_OOB) == STREAM_OOB) { in php_sockop_set_option() 399 xparam->inputs.buf, xparam->inputs.buflen, in php_sockop_set_option() 401 xparam->inputs.addr, in php_sockop_set_option() 402 xparam->inputs.addrlen); in php_sockop_set_option() 413 if ((xparam->inputs.flags & STREAM_OOB) == STREAM_OOB) { in php_sockop_set_option() 420 xparam->inputs.buf, xparam->inputs.buflen, in php_sockop_set_option() 560 xparam->inputs.namelen = sizeof(unix_addr->sun_path) - 1; in parse_unix_address() 566 memcpy(unix_addr->sun_path, xparam->inputs.name, xparam->inputs.namelen); in parse_unix_address() 613 …return parse_ip_address_ex(xparam->inputs.name, xparam->inputs.namelen, portno, xparam->want_error… in parse_ip_address() 778 xparam->inputs.timeout, in php_tcp_sockop_connect() [all …]
|
/PHP-7.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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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_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 | 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 | 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 | 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 ***
|
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 ***
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | packed_001.phpt | 9 $inputs = [ 18 foreach ($inputs as $input) {
|
H A D | array_multisort_variation7.phpt | 22 $inputs = array( 35 var_dump(array_multisort($inputs)); 36 var_dump($inputs);
|
/PHP-7.3/ext/tidy/tests/ |
H A D | 029.phpt | 10 $inputs = array( 16 foreach ($inputs as $input) {
|
/PHP-7.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-7.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 ***
|