Home
last modified time | relevance | path

Searched refs:inputs (Results 151 – 175 of 219) sorted by relevance

123456789

/PHP-8.1/ext/curl/tests/
H A Dcurl_copy_handle_basic_006.phpt29 …not close original handle before curl_exec($copy) since it causes char * inputs to be invalid (see…
/PHP-8.1/ext/standard/tests/strings/
H A Dstrip_tags_variation6.phpt11 //various string inputs
H A Dstrncmp_variation9.phpt2 Test strncmp() function: usage variations - different inputs(heredoc strings)
H A Dstrip_tags_basic1.phpt27 // loop through the $string_array to test strip_tags on various inputs
H A Dhtmlspecialchars_decode_variation6.phpt11 //various string inputs
H A Dstrtr_variation4.phpt18 //array of string inputs for $str
H A Dlcfirst.phpt49 echo "\n#### Testing miscellaneous inputs ####\n";
165 #### Testing miscellaneous inputs ####
/PHP-8.1/ext/intl/tests/
H A Dbug75317.phpt32 // test invalid inputs dont change values
/PHP-8.1/ext/ctype/tests/
H A Dctype_alnum_variation1.phpt36 $inputs = array(
84 // loop through each element of $inputs to check the behavior of ctype_alnum()
86 foreach($inputs as $input) {
H A Dctype_alpha_variation1.phpt36 $inputs = array(
84 // loop through each element of $inputs to check the behavior of ctype_alpha()
86 foreach($inputs as $input) {
H A Dctype_cntrl_variation1.phpt36 $inputs = array(
85 // loop through each element of $inputs to check the behavior of ctype_cntrl()
87 foreach($inputs as $input) {
H A Dctype_digit_variation1.phpt36 $inputs = array(
84 // loop through each element of $inputs to check the behavior of ctype_digit()
86 foreach($inputs as $input) {
H A Dctype_graph_variation1.phpt36 $inputs = array(
84 // loop through each element of $inputs to check the behavior of ctype_graph()
86 foreach($inputs as $input) {
H A Dctype_lower_variation1.phpt36 $inputs = array(
84 // loop through each element of $inputs to check the behavior of ctype_lower()
86 foreach($inputs as $input) {
H A Dctype_print_variation1.phpt36 $inputs = array(
84 // loop through each element of $inputs to check the behavior of ctype_print()
86 foreach($inputs as $input) {
H A Dctype_punct_variation1.phpt36 $inputs = array(
84 // loop through each element of $inputs to check the behavior of ctype_punct
86 foreach($inputs as $input) {
H A Dctype_space_variation1.phpt36 $inputs = array(
84 // loop through each element of $inputs to check the behavior of ctype_space()
86 foreach($inputs as $input) {
H A Dctype_upper_variation1.phpt36 $inputs = array(
84 // loop through each element of $inputs to check the behavior of ctype_upper()
86 foreach($inputs as $input) {
H A Dctype_xdigit_variation1.phpt36 $inputs = array(
84 // loop through each element of $inputs to check the behavior of ctype_xdigit()
86 foreach($inputs as $input) {
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt47 # Expected to fail; unless told otherwise, PDO assumes string inputs
83 # Expected to fail; unless told otherwise, PDO assumes string inputs
/PHP-8.1/ext/standard/tests/array/
H A Darray_udiff_assoc_variation2.phpt39 $inputs = array(
87 foreach($inputs as $key =>$value) {
H A Darray_udiff_uassoc_variation2.phpt40 $inputs = array(
88 foreach($inputs as $key =>$value) {
H A Darray_udiff_variation2.phpt39 $inputs = array(
87 foreach($inputs as $key =>$value) {
H A Darray_uintersect_assoc_variation2.phpt39 $inputs = array(
87 foreach($inputs as $key =>$value) {
H A Darray_uintersect_uassoc_variation2.phpt40 $inputs = array(
88 foreach($inputs as $key =>$value) {

Completed in 32 milliseconds

123456789