Home
last modified time | relevance | path

Searched refs:n (Results 4651 – 4675 of 9914) sorted by relevance

1...<<181182183184185186187188189190>>...397

/PHP-7.1/ext/standard/tests/strings/
H A Dvfprintf_variation4.phpt19 echo "*** Testing vfprintf() : int formats and non-integer values ***\n";
73 fprintf($fp, "\n-- Iteration %d --\n",$counter);
80 echo "\n";
H A Dvfprintf_variation4_64bit.phpt19 echo "*** Testing vfprintf() : int formats and non-integer values ***\n";
73 fprintf($fp, "\n-- Iteration %d --\n",$counter);
80 echo "\n";
H A Dvfprintf_variation8.phpt17 echo "*** Testing vfprintf() : string formats and non-string values ***\n";
71 fprintf($fp, "\n-- Iteration %d --\n",$counter);
78 echo "\n";
H A Dvprintf_variation1.phpt15 echo "*** Testing vprintf() : with unexpected values for format argument ***\n";
90 echo "\n -- Iteration $counter --\n";
92 echo "\n";
H A Dvprintf_variation14.phpt19 echo "*** Testing vprintf() : hexa formats and non-hexa values ***\n";
75 echo "\n-- Iteration $counter --\n";
77 echo "\n";
H A Dvprintf_variation14_64bit.phpt19 echo "*** Testing vprintf() : hexa formats and non-hexa values ***\n";
75 echo "\n-- Iteration $counter --\n";
77 echo "\n";
H A Dvprintf_variation2.phpt15 echo "*** Testing vprintf() : with unexpected values for args argument ***\n";
86 echo "\n-- Iteration $counter --\n";
88 echo "\n";
H A Dchunk_split_variation4.phpt13 * with 'chunklen' 4 and default value of 'ending' that is "\r\n"
16 echo "*** Testing chunk_split() : heredoc strings as 'str' argument ***\n";
80 echo "-- Iteration ".($count+1). " --\n";
119 n wi
H A Dstrripos_variation1.phpt12 echo "*** Testing strripos() function: with double quoted strings ***\n";
13 $haystack = "Hello,\t\n\0\n $&!#%()*<=>?@hello123456he \x234 \101 ";
25 "\n",
68 echo "-- Iteration $count --\n";
H A Dstrtok_variation1.phpt14 echo "*** Testing strtok() : with first argument as non-string ***\n";
86 echo "\n--- Testing strtok() by supplying different values for 'str' argument ---\n";
89 echo "-- Iteration $counter --\n";
100 echo "Done\n";
/PHP-7.1/ext/date/lib/
H A Dtimelib_structs.h149 # define TIMELIB_LL_CONST(n) n ## i64 argument
153 # define TIMELIB_LL_CONST(n) n ## ll argument
/PHP-7.1/ext/standard/tests/file/
H A Dlstat_stat_error.phpt18 echo "*** Testing lstat() for error conditions ***\n";
27 echo "\n*** Testing stat() for error conditions ***\n";
37 echo "Done\n";
H A Drmdir_variation1-win32.phpt18 echo "*** Testing rmdir() : usage variation ***\n";
24 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
83 echo "\n--$key--\n";
/PHP-7.1/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation1.phpt20 echo "*** Testing mb_encode_mimeheader() : usage variations ***\n";
25 $linefeed = "\r\n";
99 echo "\n-- Iteration $iterator --\n";
H A Dmb_stripos_variation5_Bug45923.phpt23 echo "*** Testing mb_stripos() : usage variations ***\n";
37 echo "\n**-- Offset is: $i --**\n";
38 echo "-- ASCII String --\n";
40 echo "--Multibyte String --\n";
H A Dmb_strpos_variation5.phpt23 echo "*** Testing mb_strpos() : usage variations ***\n";
37 echo "\n**-- Offset is: $i --**\n";
38 echo "-- ASCII String --\n";
40 echo "--Multibyte String --\n";
H A Dmb_strripos_variation5_Bug45923.phpt24 echo "*** Testing mb_strripos() : usage variations ***\n";
38 echo "\n**-- Offset is: $i --**\n";
39 echo "-- ASCII String --\n";
41 echo "--Multibyte String --\n";
/PHP-7.1/ext/fileinfo/tests/
H A Dbug61964-mb.phpt31 file_put_contents($dir . "/test1.txt", "string\n> Core\n> Me");
32 file_put_contents($dir . "/test2.txt", "a\nb\n");
36 echo "DONE: testing dir with files\n";
/PHP-7.1/ext/oci8/tests/
H A Dlob_038.phpt14 echo "Test 1: CLOB\n";
47 echo "Test 1b\n";
60 echo "Test 2: BLOB\n";
91 echo "Test 2b\n";
104 echo "Done\n";
/PHP-7.1/ext/standard/tests/array/
H A Drsort_object1.phpt14 echo "*** Testing rsort() : object functionality ***\n";
59 echo "\n-- Sort flag = default --\n";
71 echo "\n-- Sort flag = SORT_REGULAR --\n";
H A Dasort_object1.phpt17 echo "*** Testing asort() : object functionality ***\n";
62 echo "\n-- Testing asort() by supplying various object arrays, 'flag' value is defualt --\n";
74 echo "\n-- Testing asort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
85 echo "Done\n";
H A Dkrsort_object.phpt15 echo "*** Testing krsort() : object functionality ***\n";
59 echo "\n-- Testing krsort() by supplying various object arrays, 'flag' value is defualt --\n";
71 echo "\n-- Testing krsort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
82 echo "Done\n";
/PHP-7.1/ext/standard/tests/dir/
H A Ddir_variation9.phpt22 echo "*** Testing dir() : checking with valid and invalid paths ***\n";
44 echo "\n-- With valid paths --\n";
51 echo "\n-- With invalid paths --\n";
/PHP-7.1/ext/date/tests/
H A Dbug20382-2.phpt36 print "{$test[0]}\n";
40 print "ts = ". date("l Y-m-d H:i:s T", $timestamp). "\n";
42 print "result = ".date("l Y-m-d H:i:s T", $strtotime_tstamp)."\n";
43 print "wanted = Monday 00:00:00\n\n";
/PHP-7.1/ext/sockets/tests/
H A Dmcast_ipv6_recv_limited.phpt50 echo "creating send socket\n";
54 echo "creating receive socket\n";
80 echo "$i> ", $str, "\n";
83 echo "leaving group\n";
95 echo "re-joining group\n";

Completed in 57 milliseconds

1...<<181182183184185186187188189190>>...397