Home
last modified time | relevance | path

Searched refs:echo (Results 351 – 375 of 8083) sorted by relevance

1...<<11121314151617181920>>...324

/PHP-5.3/ext/spl/tests/
H A Diterator_009.phpt10 echo __METHOD__ . "\n";
15 echo __METHOD__ . "\n";
20 echo __METHOD__ . "\n";
25 echo __METHOD__ . "\n";
30 echo __METHOD__ . "\n";
H A Diterator_011.phpt6 echo "===EmptyIterator===\n";
10 echo "$key=>$val\n";
13 echo "===InfiniteIterator===\n";
20 echo "$val=>$key\n";
23 echo "===Infinite/LimitIterator===\n";
31 echo "$val=>$key\n";
H A Diterator_018.phpt6 echo "===EmptyIterator===\n";
10 echo "$key=>$val\n";
13 echo "===InfiniteIterator===\n";
20 echo "$val=>$key\n";
23 echo "===Infinite/LimitIterator===\n";
31 echo "$val=>$key\n";
/PHP-5.3/ext/dom/tests/
H A Dbug38949.phpt13 echo $root->getAttribute("xmlns")."\n";
14 echo $root->getAttribute("xmlns:ns2")."\n";
17 echo $child->getAttribute("xmlns")."\n";
18 echo $child->getAttribute("xmlns:ns2")."\n";
20 echo "DONE\n";
H A DDOMNode_hasChildNodes.phpt15 echo $dom->saveXML();
17 echo "Document has child nodes\n";
20 echo "Document has child nodes\n";
24 echo "Remove node and save\n";
26 echo $dom->saveXML();
28 echo "Document has child nodes\n";
31 echo "Document with 2 child nodes\n";
/PHP-5.3/ext/gmp/tests/
H A Dbug52906.phpt20 echo "{$data[0]}%{$data[1]}=".gmp_strval(gmp_mod($data[0], $data[1]));
21 echo "\n";
22 echo "{$data[0]}%{$data[1]}=".gmp_strval(gmp_mod(gmp_init($data[0]), gmp_init($data[1])));
23 echo "\n";
25 echo "Done\n";
/PHP-5.3/ext/bcmath/tests/
H A Dbccomp.phpt9 echo bccomp("-1", "5", 4),"\n";
10 echo bccomp("1928372132132819737213", "8728932001983192837219398127471"),"\n";
11 echo bccomp("1.00000000000000000001", "1", 2),"\n";
12 echo bccomp("97321", "2321"),"\n";
H A Dbcdiv.phpt9 echo bcdiv("1", "2"),"\n";
10 echo bcdiv("1", "2", 2),"\n";
11 echo bcdiv("-1", "5", 4),"\n";
12 echo bcdiv("8728932001983192837219398127471", "1928372132132819737213", 2),"\n";
H A Dbcmul.phpt9 echo bcmul("1", "2"),"\n";
10 echo bcmul("-3", "5"),"\n";
11 echo bcmul("1234567890", "9876543210"),"\n";
12 echo bcmul("2.5", "1.5", 2),"\n";
/PHP-5.3/ext/standard/tests/array/
H A Darray_slice_variation10.phpt14 echo "*** Testing array_slice() : usage variations ***\n";
18 echo "\n-- Call array_slice() --\n";
21 echo "-- Position of Internal Pointer in Result: --\n";
22 echo key($result) . " => " . current($result) . "\n";
23 echo "\n-- Position of Internal Pointer in Original Array: --\n";
24 echo key($input) . " => " . current ($input) . "\n";
26 echo "Done";
H A Darray_values_variation5.phpt14 echo "*** Testing array_values() : usage variations ***\n";
18 echo "\n-- Call array_values() --\n";
21 echo "-- Position of Internal Pointer in Result: --\n";
22 echo key($result) . " => " . current($result) . "\n";
23 echo "\n-- Position of Internal Pointer in Original Array: --\n";
24 echo key($input) . " => " . current ($input) . "\n";
26 echo "Done";
H A Dnatcasesort_variation10.phpt14 echo "*** Testing natcasesort() : usage variations ***\n";
18 echo "\n-- Initial Position of Internal Pointer: --\n";
19 echo key($array_arg) . " => " . current ($array_arg) . "\n";
21 echo "\n-- Call natcasesort() --\n";
25 echo "\n-- Position of Internal Pointer in Passed Array: --\n";
26 echo key($array_arg) . " => " . current ($array_arg) . "\n";
28 echo "Done";
H A Dbug28974.phpt12 echo 'print_r(array_splice($a,2,1));'."\n";
14 echo "\$a is :";
16 echo 'print_r(array_splice($b,2,2147483645));'."\n";
18 echo "\$b is :";
22 echo 'print_r(array_splice($c,2,2147483646));'."\n";
24 echo "\$c is :";
/PHP-5.3/ext/standard/tests/strings/
H A Dvprintf_basic3.phpt10 echo "*** Testing vprintf() : basic functionality - using float format ***\n";
27 echo "\n";
31 echo "\n";
35 echo "\n";
39 echo "\n";
43 echo "\n";
47 echo "\n";
/PHP-5.3/ext/date/tests/
H A Ddate_modify-1.phpt4 <?php if (!function_exists('date_create')) echo "SKIP"; ?>
9 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
11 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
15 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
17 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
20 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
22 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
/PHP-5.3/ext/standard/tests/class_object/
H A Dmethod_exists_basic_002.phpt11 echo " ---(Internal classes, using string class name)---\n";
12 echo "Does exception::getmessage exist? ";
14 echo "Does stdclass::nonexistent exist? ";
17 echo "\n ---(Internal classes, using class instance)---\n";
18 echo "Does exception::getmessage exist? ";
20 echo "Does stdclass::nonexistent exist? ";
23 echo "Done";
/PHP-5.3/ext/zlib/tests/
H A Dgzseek_basic2.phpt16 echo "tell=".gztell($h)."\n";
20 echo "tell=".gztell($h)."\n";
22 echo "tell=".gztell($h)."\n";
24 echo "\nreading the output file\n";
26 echo gzread($h, strlen($str1))."\n";
27 echo var_dump(bin2hex(gzread($h, 20)));
28 echo gzread($h, strlen($str2))."\n";
H A D001.phpt9 echo strlen($packed)." ".strlen($original)."\n";
11 if (strcmp($original,$unpacked)==0) echo "Strings are equal\n";
16 echo strlen($packed)." ".strlen($original)."\n";
18 if (strcmp($original,$unpacked)==0) echo "Strings are equal\n";
22 echo strlen($packed)." ".strlen($original)."\n";
24 if (strcmp($original,$unpacked)==0) echo "Strings are equal";
/PHP-5.3/ext/imap/tests/
H A Dimap_base64_basic.phpt14 echo "*** Testing imap_base64() : basic functionality ***\n";
19 echo "TEST PASSED\n";
21 echo "TEST FAILED";
27 echo "TEST PASSED\n";
29 echo "TEST FAILED";
35 echo "TEST PASSED\n";
37 echo "TEST FAILED";
/PHP-5.3/ext/oci8/tests/
H A Dbind_misccoltypes.phpt57 echo "\nTEST86 insert all ORATYPE values\n";
168 echo "ID is " . "$ID\n";
169 echo "CHAR_T is " . "$CHAR_T\n";
187 echo "\nTEST52 insert numbers\n";
197 echo "\nTEST53 insert numbers \n";
207 echo "\nTEST54 insert numbers \n";
216 echo "\nTEST55 insert numbers \n";
225 echo "\nTEST56 insert numbers \n";
235 echo "\nTEST58 insert a VARCHAR2\n";
244 echo "\nTEST59 insert a VARCHAR2\n";
[all …]
/PHP-5.3/ext/intl/tests/
H A Dresourcebundle_iterator.phpt13 echo "Here comes $onekey:\n";
16 echo bin2hex( $oneval ) . "\n";
20 echo "$oneval\n";
26 echo "\n";
29 echo "Testarray Contents:\n";
32 echo "$onekey => $oneval\n";
/PHP-5.3/ext/json/tests/
H A D006.phpt10 echo "Normal: ", json_encode($a), "\n";
11 echo "Tags: ", json_encode($a,JSON_HEX_TAG), "\n";
12 echo "Apos: ", json_encode($a,JSON_HEX_APOS), "\n";
13 echo "Quot: ", json_encode($a,JSON_HEX_QUOT), "\n";
14 echo "Amp: ", json_encode($a,JSON_HEX_AMP), "\n";
15 echo "All: ", json_encode($a,JSON_HEX_TAG|JSON_HEX_APOS|JSON_HEX_QUOT|JSON_HEX_AMP), "\n";
/PHP-5.3/ext/reflection/tests/
H A DReflectionProperty_constructor_error.phpt11 echo "Non-existent class:\n";
16 echo $e->getMessage();
19 echo "\n\nWrong property parameter type:\n";
24 echo $e->getMessage();
27 echo "\n\nNon-existent property:\n";
32 echo $e->getMessage();
/PHP-5.3/ext/zip/tests/
H A Doo_open.phpt15 echo "ER_OPEN: ok\n";
17 echo "ER_OPEN: FAILED\n";
22 echo "create: failed\n";
24 echo "create: ok\n";
36 echo "OK\n";
38 echo "failed\n";
/PHP-5.3/tests/lang/
H A DpassByReference_003.phpt6 echo "\nInside passbyVal call:\n";
11 echo "\nInside passbyRef call:\n";
15 echo "\nPassing undefined by value\n";
17 echo "\nAfter call\n";
20 echo "\nPassing undefined by reference\n";
22 echo "\nAfter call\n";

Completed in 37 milliseconds

1...<<11121314151617181920>>...324