Home
last modified time | relevance | path

Searched refs:n (Results 5001 – 5025 of 10103) sorted by relevance

1...<<201202203204205206207208209210>>...405

/php-src/ext/standard/tests/array/
H A Darray_key_first.phpt28 echo "\n*** Normal testing with various array inputs ***\n";
33 echo "\n-- Input Array for Iteration $counter is --\n";
35 echo "\nFirst key is :\n";
H A Darray_key_last.phpt28 echo "\n*** Normal testing with various array inputs ***\n";
33 echo "\n-- Input Array for Iteration $counter is --\n";
35 echo "\nLast key is :\n";
H A Darray_pop.phpt29 echo "\n*** Normal testing with various array inputs ***\n";
34 echo "\n-- Input Array for Iteration $counter is --\n";
36 echo "\nOutput after Pop is :\n";
H A Darray_slice_variation7.phpt10 echo "*** Testing array_slice() : usage variations ***\n";
86 echo "\n-- Iteration $iterator : key type is $type --\n";
87 echo "\$preserve_keys = TRUE\n";
89 echo "\$preserve_keys = FALSE\n";
H A Drsort_object1.phpt9 echo "*** Testing rsort() : object functionality ***\n";
54 echo "\n-- Sort flag = default --\n";
66 echo "\n-- Sort flag = SORT_REGULAR --\n";
H A Darray_unshift_variation4.phpt11 echo "*** Testing array_unshift() : associative array with different keys ***\n";
49 '\v\fworld' => 2.2, 'pen\n' => 33),
51 "\v\fworld" => 2.2, "pen\n" => 33),
66 echo "-- Iteration $iterator --\n";
191 ["pen\n"]=>
208 ["pen\n"]=>
H A Darray_pad_variation3.phpt11 echo "*** Testing array_pad() : possible values for \$pad_value argument ***\n";
84 /*26*/ "\v\fHello\t world!! \rstring\n",
85 '\v\fHello\t world!! \rstring\n',
106 echo "-- Iteration $iterator --\n";
745 string(30) "\v\fHello\t world!! \rstring\n"
747 string(30) "\v\fHello\t world!! \rstring\n"
751 string(30) "\v\fHello\t world!! \rstring\n"
753 string(30) "\v\fHello\t world!! \rstring\n"
/php-src/ext/gd/tests/
H A Dfunc.inc81 echo "The expected image does not exist.\n";
93 echo "The image size differs: expected {$exp_x}x{$exp_y}, got {$act_x}x{$act_y}.\n";
108 echo "The images are equal.\n";
110 echo "The images differ in {$pixels_changed} pixels.\n";
162 echo '!! [' . get_class($e) . '] ' . $e->getMessage() . "\n";
/php-src/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-src/ext/standard/tests/strings/
H A Dprintf_variation2.phpt5 echo "*** Testing printf() : with different types of values passed for arg1 argument ***\n";
84 echo "\n-- Iteration $count --\n";
88 echo "\n";
93 echo "\n";
/php-src/ext/sockets/tests/
H A Dmcast_ipv6_recv_limited.phpt56 echo "creating send socket\n";
60 echo "creating receive socket\n";
86 echo "$i> ", $str, "\n";
89 echo "leaving group\n";
101 echo "re-joining group\n";
/php-src/ext/opcache/tests/jit/
H A Dassign_dim_002.phpt34 echo $e->getMessage(), "\n";
63 echo $e->getMessage(), "\n";
77 echo $e->getMessage(), "\n";
112 echo $e->getMessage(), "\n";
119 echo $e->getMessage(), "\n";
/php-src/ext/openssl/tests/
H A DServerClientTestCase.inc41 $length = unpack("n", substr($rawData, $offset + 3, 2))[1];
98 PHP_BINARY, $ini ? "-n -c $ini" : "",
120 fwrite($this->workerStdIn[$worker], $code . "\n---\n");
188 fwrite($this->isWorker ? STDOUT : $this->workerStdIn[$worker], "\n");
/php-src/ext/mbstring/tests/
H A Deucjp_encoding.phpt59 echo "Encoding verification and conversion work for all valid characters\n";
63 echo "Encoding verification and conversion work for all invalid characters\n";
66 echo "Irreversible mapping of 0x8FA2B7 follows JIS X 0212 correctly\n";
69 echo "Unicode -> EUC-JP conversion works on all valid characters\n";
78 echo "Unicode -> EUC-JP conversion works on all invalid characters\n";
85 echo "Done!\n";
H A Dhz_encoding.phpt19 echo "Tested ASCII -> HZ\n";
25 echo "Tested HZ -> ASCII\n";
30 echo "Tested non-ASCII bytes in ASCII mode\n";
33 testValidString("~\n", '', 'HZ', 'ASCII', false);
35 testValidString("~{~\n~}", '', 'HZ', 'ASCII', false);
37 echo "Tested valid ~ escapes\n";
48 echo "Tested all invalid ~ escapes\n";
97 echo "Tested HZ -> UTF-16BE (for all GB2312 characters)\n";
120 echo "Tested UTF-16BE -> HZ (for all GB2312 characters)\n";
140 echo "Done!\n";
H A Dmb_strimwidth.phpt29 print " width=" . mb_strwidth($result, $encoding) . "\n";
36 echo "== UTF-16LE ==\n";
41 print "String length: " . mb_strlen($utf16le, 'UTF-16LE') . "\n";
42 print "String width: " . mb_strwidth($utf16le, 'UTF-16LE') . "\n";
44 echo 'Character widths: [' . MBStringWidths($utf16le, 'UTF-16LE') . "]\n\n";
77 echo "\n== EUC-JP ==\n";
82 print "String length: " . mb_strlen($euc_jp, 'EUC-JP') . "\n";
83 print "String width: " . mb_strwidth($euc_jp, 'EUC-JP') . "\n";
84 echo 'Characters: [' . MBStringChars($euc_jp, 'EUC-JP') . "]\n";
85 echo 'Character widths: [' . MBStringWidths($euc_jp, 'EUC-JP') . "]\n\n";
[all …]
/php-src/ext/standard/tests/file/
H A Dbasename-win32.phpt98 echo "\n--Iteration $loop_counter--\n"; $loop_counter++;
107 echo "*** Testing basic operations ***\n";
110 echo "\n*** Testing possible variations in path and suffix ***\n";
113 echo "Done\n";
H A Dlstat_stat_variation20.phpt23 echo "*** Testing lstat() with linkname stored inside an object/array ***\n";
41 echo "\n-- Testing lstat() on link name stored inside an object --\n";
44 echo "\n-- Testing stat() on link name stored inside an array --\n";
49 echo "\n--- Done ---";
/php-src/ext/sodium/tests/
H A Dcrypto_aead.phpt13 echo "aead_chacha20poly1305:\n";
33 echo "aead_chacha20poly1305_ietf:\n";
62 echo "aead_xchacha20poly1305_ietf:\n";
91 echo "aead_aes256gcm:\n";
117 echo "aead_aegis128l:\n";
143 echo "aead_aegis256:\n";
/php-src/ext/tokenizer/tests/
H A Dtoken_get_all_heredoc_nowdoc.phpt14 echo "Line {$token[2]}: ", token_name($token[0]), " ('{$token[1]}')\n";
18 echo "Parse error: {$e->getMessage()} on line {$e->getLine()}\n";
129 echo "Without TOKEN_PARSE:\n";
131 echo "\nTest case $i\n\n";
135 echo "\nWith TOKEN_PARSE:\n";
137 echo "\nTest case $i\n\n";
/php-src/ext/session/tests/user_session_module/
H A Dsave_handler.inc30 echo "Open [{$session_save_path},{$session_name}]\n";
42 echo "Close [{$session_save_path},{$name}]\n";
57 echo "Read [{$session_save_path},{$id}]\n";
77 echo "Write [{$session_save_path},{$id},{$session_data}]\n";
94 echo "Destroy [{$session_save_path},{$id}]\n";
139 echo "CreateID [{$id}]\n";
151 echo "ValidateID [{$session_save_path},{$id}]\n";
171 echo "Update [{$session_save_path},{$id}]\n";
/php-src/ext/com_dotnet/tests/
H A Dvariants.phpt14 echo "VT_EMPTY: bork\n";
24 printf("Bork: [%d] %d: %s\n", $t, variant_get_type($v), $val);
25 print $v . "\n";
30 echo "--\n";
33 echo "$op: " . call_user_func('variant_' . $op, $v, $op2) . "\n";
35 echo "$op:\n";
36 echo "\tvariant_$op($v, $op2)\n";
38 printf("\n\tcode %08x\n\n", $e->getCode());
/php-src/ext/pdo/tests/
H A Dpdo_018.phpt37 echo __METHOD__ . "($serialized)\n";
55 echo __METHOD__ . "()\n";
61 echo __METHOD__ . "()\n";
113 echo "===TYPES===\n";
118 echo "===INSERT===\n";
140 echo "===DATA===\n";
160 echo "===FAILURE===\n";
168 echo $e->getMessage()."\n";
171 echo "===COUNT===\n";
174 echo "===DATABASE===\n";
[all …]
/php-src/ext/standard/tests/class_object/
H A Dis_a.phpt17 echo "\n>>> With Defined class\n";
18 …d('is_a( OBJECT:'.get_class($this).', '.$sub.') = ', 60) . (is_a($this, $sub) ? 'yes' : 'no')."\n";
19 …TRING:'.get_class($this).', '.$sub.') = ', 60). (is_a(get_class($this), $sub) ? 'yes' : 'no')."\n";
20 …class($this).', '.$sub.', true) = ', 60). (is_a(get_class($this), $sub, true) ? 'yes' : 'no')."\n";
21 …BJECT:'.get_class($this).', '.$sub.') = ', 60). (is_subclass_of($this, $sub) ? 'yes' : 'no')."\n";
26 echo ">>> With Undefined\n";
27 …ad('is_a( STRING:undefB, '.$sub.',true) = ', 60). (is_a('undefB', $sub, true) ? 'yes' : 'no')."\n";
28 …echo str_pad('is_a( STRING:undefB, '.$sub.') = ', 60). (is_a('undefB', $sub) ? 'yes' : 'no')."\n";
30 …bclass_of( STRING:undefB, '.$sub.') = ', 60). (is_subclass_of('undefB', $sub) ? 'yes' : 'no')."\n";
37 echo "\n";
[all …]
/php-src/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_tostring_exception.phpt28 echo "Exception thrown ...\n";
34 echo "Exception thrown ...\n";

Completed in 44 milliseconds

1...<<201202203204205206207208209210>>...405