Home
last modified time | relevance | path

Searched refs:check (Results 351 – 375 of 700) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-8.1/ext/standard/tests/file/
H A Dis_writable_variation1.phpt20 /* array of files to be tested to check if they are writable
H A D007_variation8.phpt28 $file_handle = fopen($file, "x+"); //Opening the existing data file in "x+" mode to check for the …
/PHP-8.1/ext/standard/tests/array/
H A Darray_push_variation6.phpt78 // loop through each sub-array of $inputs to check the behavior of array_push()
H A Darray_shift_variation3.phpt78 // loop through each element of $inputs to check the behavior of array_shift()
H A Darray_values_variation2.phpt102 // loop through each element of $inputs to check the behavior of array_values()
H A Darray_values_variation3.phpt79 // loop through each element of $inputs to check the behavior of array_values()
H A Dnatcasesort_variation2.phpt102 // loop through each element of $inputs to check the behavior of natcasesort()
H A Darray_change_key_case_variation3.phpt76 // loop through each sub-array of $inputs to check the behavior of array_change_key_case()
H A Darray_intersect_assoc_variation5.phpt54 // loop through each sub-array within $arrays to check the behavior of array_intersect_assoc()
H A Darray_intersect_assoc_variation6.phpt54 // loop through each sub-array within $arrays to check the behavior of array_intersect_assoc()
H A Darray_intersect_variation6.phpt52 // loop through each sub-array within $arrays to check the behavior of array_intersect()
H A Darray_shift_variation2.phpt103 // loop through each element of $inputs to check the behavior of array_shift
H A Dnatcasesort_variation11.phpt86 // loop through each element of $inputs to check the behavior of natcasesort()
/PHP-8.1/ext/standard/tests/strings/
H A Dstr_split_variation3.phpt28 "to check with \\n and \\t" //ignoring \n and \t results
H A Dstrip_tags_variation5.phpt62 // loop through $res_heredoc_strings element and check the working on strip_tags()
H A Dcrc32_variation2.phpt58 // looping to check the behaviour of the function for each string in the array
H A Dhtmlspecialchars_decode_variation3.phpt59 // loop through $res_heredoc_strings array and check the working on htmlspecialchars_decode()
H A Dstrtok_variation3.phpt49 // loop through each element of the array and check the working of strtok()
H A Dstrtok_variation5.phpt39 // loop through each element of the array and check the working of strtok()
H A Dchunk_split_variation7.phpt28 "This is to check with \\n and \\t" //to ignore \n and \t results
/PHP-8.1/ext/pdo/tests/
H A Dpdo_014.phpt33 $it = new IteratorIterator($stmt); /* check if we can convert that thing */
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_connect.phpt16 /* we need to check, if the server allows anonymous login (empty user) */
130 printf("[023] Result looks strange - check manually, [%d] %s\n",
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcompress.c399 fd_set check; in sread() local
403 FD_ZERO(&check); in sread()
404 FD_SET(fd, &check); in sread()
410 selrv = select(fd + 1, &check, NULL, NULL, &tout); in sread()
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_local_infile_directory_denied.phpt54 printf("Results seem wrong, check manually\n");
H A Dpdo_mysql_stmt_multiquery.phpt101 …tax error or access violation: 1064 You have an error in your SQL syntax; check the manual that co…

Completed in 40 milliseconds

1...<<11121314151617181920>>...28