Home
last modified time | relevance | path

Searched refs:inputs (Results 126 – 150 of 219) sorted by relevance

123456789

/PHP-8.1/ext/standard/tests/array/
H A Darray_search_variation4.phpt22 echo "\n*** Testing miscelleneos inputs with array_search() ***\n";
57 *** Testing miscelleneos inputs with array_search() ***
H A Din_array_variation4.phpt24 echo "\n*** Testing miscelleneos inputs with in_array() ***\n";
59 *** Testing miscelleneos inputs with in_array() ***
H A Darray_diff_assoc_variation1.phpt34 $inputs = array(
85 // loop through each element of $inputs to check the behavior of array_diff_assoc
87 foreach($inputs as $input) {
H A Darray_diff_variation1.phpt34 $inputs = array(
85 // loop through each element of $inputs to check the behavior of array_diff
87 foreach($inputs as $input) {
H A Darray_push.phpt38 /* Loop to test normal functionality with different arrays inputs */
39 echo "\n*** Testing with various array inputs ***\n";
63 *** Testing with various array inputs ***
H A Darray_unique_variation2.phpt43 $inputs = array (
68 // loop through each sub-array of $inputs to check the behavior of array_unique()
70 foreach($inputs as $input) {
H A D005.phpt34 /* Loop to test normal functionality with different arrays inputs */
35 echo "\n*** Testing with various array inputs ***\n";
71 *** Testing with various array inputs ***
/PHP-8.1/ext/date/tests/
H A Dgetdate_variation5.phpt8 $inputs = array (
26 foreach($inputs as $timezone) {
H A Dgmstrftime_variation6.phpt13 $inputs = array(
23 foreach($inputs as $key =>$value) {
H A Dstrftime_variation6.phpt14 $inputs = array(
24 foreach($inputs as $key =>$value) {
/PHP-8.1/.github/actions/configure-macos/
H A Daction.yml2 inputs:
73 ${{ inputs.configurationParameters }}
/PHP-8.1/ext/standard/tests/dir/
H A Dscandir_variation8-win32-mb.phpt26 $inputs = array(
52 foreach($inputs as $key => $input) {
H A Dreaddir_variation4.phpt20 $inputs = array(
46 foreach($inputs as $key => $input) {
H A Dreaddir_variation4-win32-mb.phpt26 $inputs = array(
52 foreach($inputs as $key => $input) {
/PHP-8.1/main/streams/
H A Dphp_stream_transport.h149 } inputs; member
203 } inputs; member
/PHP-8.1/ext/standard/tests/strings/
H A Dstrip_tags_variation11.phpt18 // loop through the $string_array to test strip_tags on various inputs
H A Dstr_pad_variation5.phpt14 /* Test str_pad() function: with unexpected inputs for '$pad_length'
H A Ducfirst.phpt49 echo "\n#### Testing miscellaneous inputs ####\n";
136 #### Testing miscellaneous inputs ####
H A Dnl2br_variation4.phpt6 * Test nl2br() function by passing html string inputs containing line breaks and
H A Dstr_pad_variation1.phpt11 /* Test str_pad() function: with unexpected inputs for '$pad_length'
/PHP-8.1/ext/standard/tests/file/
H A Dfile_put_contents_variation2.phpt50 $inputs = array(
98 foreach($inputs as $key =>$value) {
/PHP-8.1/ext/session/tests/
H A Dsession_decode_basic.phpt32 $inputs = array(
81 foreach($inputs as $input) {
H A Dsession_decode_basic_serialize.phpt32 $inputs = array(
82 foreach($inputs as $input) {
/PHP-8.1/ext/standard/tests/general_functions/
H A Dintval_variation1.phpt36 $inputs = array(
90 foreach($inputs as $key =>$value) {
/PHP-8.1/ext/hash/tests/
H A Dhash_hkdf_rfc5869.phpt15 echo "Test case 2 (SHA-256 with longer inputs/outputs): ",
39 echo "Test case 5 (SHA-1 with longer inputs/outputs): ",
66 Test case 2 (SHA-256 with longer inputs/outputs): b11e398dc80327a1c8e7f78c596a49344f012eda2d4efad8a…
69 Test case 5 (SHA-1 with longer inputs/outputs): 0bd770a74d1160f7c9f12cd5912a06ebff6adcae899d92191fe…

Completed in 39 milliseconds

123456789