Home
last modified time | relevance | path

Searched refs:echo (Results 376 – 400 of 8901) sorted by relevance

1...<<11121314151617181920>>...357

/PHP-5.6/ext/standard/tests/array/
H A Dkey_variation4.phpt14 echo "*** Testing key() : usage variations ***\n";
16 echo "\n-- Two Dimensional Array --\n";
18 echo "Initial Position: ";
21 echo "Next Position: ";
25 echo "End Position: ";
29 echo "\n-- Access an Array Within an Array --\n";
31 echo "Initial Position: ";
34 echo "\n-- Recursive, Multidimensional Array --\n";
39 echo "Current Position: ";
H A Dsizeof_object2.phpt12 echo "*** Testing sizeof() : object functionality ***\n";
40 echo " Class Name : test2\n";
65 echo " class name is : concrete_class \n ";
80 echo "-- Iteration $counter --\n";
83 echo "Default Mode: ";
85 echo "\n";
87 echo "COUNT_NORMAL Mode: ";
89 echo "\n";
91 echo "COUNT_RECURSIVE Mode: ";
93 echo "\n";
[all …]
/PHP-5.6/ext/mbstring/tests/
H A Dmb_ereg_variation5.phpt19 echo "*** Testing mb_ereg() : usage variations ***\n";
28 echo "\nASCII String without \$regs arg:\t\t";
30 echo "ASCII String with \$regs arg:\n";
34 echo "\nMultibyte String without \$regs arg:\t";
36 echo "Multubyte String with \$regs arg:\n";
40 echo "Done";
49 echo "array(" . count($regs) . ") {\n";
51 echo " [$key]=>\n ";
58 echo "}\n";
60 echo "NULL\n";
/PHP-5.6/tests/classes/
H A Diterators_002.phpt13 echo __METHOD__ . "\n";
17 echo __METHOD__ . "\n";
22 echo __METHOD__ . ' = ' .($more ? 'true' : 'false') . "\n";
26 echo __METHOD__ . "\n";
30 echo __METHOD__ . "\n";
34 echo __METHOD__ . "\n";
43 echo __METHOD__ . "\n";
52 echo __METHOD__ . "\n";
56 echo __METHOD__ . "\n";
64 echo "double:$v:$w\n";
H A Diterators_001.phpt13 echo __METHOD__ . "\n";
25 echo __METHOD__ . "\n";
29 echo __METHOD__ . "\n";
33 echo __METHOD__ . "\n";
48 echo __METHOD__ . "\n";
53 echo "===Array===\n";
57 echo "array:$v\n";
60 echo "===Manual===\n";
68 echo "object:$v\n";
74 echo "double:$v:$w\n";
[all …]
/PHP-5.6/ext/snmp/tests/
H A Dsnmp_getvalue.phpt16 echo "Get with SNMP_VALUE_LIBRARY\n";
20 echo "Get with SNMP_VALUE_PLAIN\n";
24 echo "Get with SNMP_VALUE_OBJECT\n";
27 echo gettype($z)."\n";
31 echo "Get with SNMP_VALUE_OBJECT | SNMP_VALUE_PLAIN\n";
34 echo gettype($z)."\n";
38 echo "Get with SNMP_VALUE_OBJECT for BITS OID\n";
41 echo gettype($z)."\n";
45 echo "Get with SNMP_VALUE_OBJECT | SNMP_VALUE_PLAIN for BITS OID\n";
48 echo gettype($z)."\n";
[all …]
H A Dsnmpget.phpt21 echo "Checking working\n";
26 echo "Single OID\n";
28 echo "Single OID in array\n";
30 echo "Multiple OID\n";
33 echo "More error handling\n";
34 echo "Single OID\n";
36 echo "Single OID in array\n";
38 echo "Multiple OID\n";
41 echo "noSuchName checks\n";
42 echo "Single OID\n";
[all …]
/PHP-5.6/ext/pgsql/tests/
H A D31nb_async_query_prepared.phpt18 echo "OK";
27 echo "pg_send_prepare() error\n";
35 echo "pg_get_result() error\n";
41 echo "pg_send_execute() error\n";
49 echo "pg_get_result() error\n";
53 echo "pg_num_rows() error\n";
79 echo "pg_send_prepare() error\n";
87 echo "pg_get_result() error\n";
93 echo "pg_send_execute() error\n";
101 echo "pg_get_result() error\n";
[all …]
/PHP-5.6/ext/iconv/tests/
H A Diconv_basic.phpt19 echo "*** Testing iconv() : basic functionality ***\n";
26 echo "\n-- Convert to EUC-JP --\n";
27 echo "Expected EUC-JP encoded string in base64:\n";
29 echo "Converted Strings:\n";
33 echo "\n-- Convert to SJIS --\n";
34 echo "Expected SJIS encoded string in base64:\n";
36 echo "Converted Strings:\n";
40 echo "\n-- Convert to UTF-8 --\n";
41 echo "Expected UTF-8 encoded string in base64:\n";
43 echo "Converted Strings:\n";
[all …]
/PHP-5.6/ext/reflection/tests/
H A DReflectionProperty_basic1.phpt8 echo "**********************************\n";
10 echo "__toString():\n";
12 echo "export():\n";
14 echo "export():\n";
16 echo "getName():\n";
18 echo "isPublic():\n";
20 echo "isPrivate():\n";
22 echo "isProtected():\n";
24 echo "isStatic():\n";
28 echo "getValue():\n";
[all …]
H A DReflectionMethod_basic1.phpt10 echo "\nisFinal():\n";
12 echo "\nisAbstract():\n";
14 echo "\nisPublic():\n";
16 echo "\nisPrivate():\n";
18 echo "\nisProtected():\n";
20 echo "\nisStatic():\n";
22 echo "\nisConstructor():\n";
24 echo "\nisDestructor():\n";
32 echo "Called foo()\n";
36 echo "Called stat()\n";
[all …]
/PHP-5.6/ext/oci8/tests/
H A Ddrcp_connect1.phpt22 echo "Test 1a\n";
27 echo "Test 1b\n";
29 echo " This is with OCI_CONNECT.....\n";
33 echo " Connection conn1 closed....\n";
35 echo "Test 2\n";
38 echo " Select with connection 2 \n";
42 echo "Test 3\n";
46 echo " Select with connection 3 \n";
53 echo "Test 4\n";
64 echo "Test 5\n";
[all …]
/PHP-5.6/ext/spl/tests/
H A Diterator_022.phpt10 echo __METHOD__ . "\n";
18 echo __METHOD__ . " = false\n";
42 echo __METHOD__ . "\n";
49 echo __METHOD__ . "\n";
60 echo __METHOD__ . "\n";
66 echo __METHOD__ . "\n";
72 echo __METHOD__ . "\n";
96 echo __METHOD__ . "(skip)\n";
99 echo __METHOD__ . "(ok:{$this->over})\n";
119 echo "$k=>$v\n";
[all …]
H A DarrayObject_magicMethods1.phpt34 echo "\n--> Write existent, non-existent and dynamic:\n";
38 echo " Original wrapped object:\n";
40 echo " Wrapping ArrayObject:\n";
43 echo "\n--> Read existent, non-existent and dynamic:\n";
47 echo " Original wrapped object:\n";
49 echo " Wrapping ArrayObject:\n";
52 echo "\n--> isset existent, non-existent and dynamic:\n";
56 echo " Original wrapped object:\n";
58 echo " Wrapping ArrayObject:\n";
65 echo " Original wrapped object:\n";
[all …]
H A DarrayObject_magicMethods2.phpt34 echo "\n--> Write existent, non-existent and dynamic:\n";
38 echo " Original wrapped object:\n";
40 echo " Wrapping ArrayObject:\n";
43 echo "\n--> Read existent, non-existent and dynamic:\n";
47 echo " Original wrapped object:\n";
49 echo " Wrapping ArrayObject:\n";
52 echo "\n--> isset existent, non-existent and dynamic:\n";
56 echo " Original wrapped object:\n";
58 echo " Wrapping ArrayObject:\n";
65 echo " Original wrapped object:\n";
[all …]
H A Diterator_009.phpt10 echo __METHOD__ . "\n";
15 echo __METHOD__ . "\n";
20 echo __METHOD__ . "\n";
25 echo __METHOD__ . "\n";
30 echo __METHOD__ . "\n";
/PHP-5.6/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation9.phpt41 echo "*** Checking lstat() on soft link ***\n";
48 echo "linkinfo() returns : $linkinfo\n";
49 echo "lstat() returns lstat['dev'] as $s1[0]\n";
51 echo "\nlinkinfo() value matches lstat['dev']\n";
57 echo "\n*** Checking lstat() on hard link ***\n";
63 echo "linkinfo() returns : $linkinfo\n";
64 echo "lstat() returns lstat['dev'] as $s1[0]\n";
66 echo "\nlinkinfo() value matches lstat['dev']\n";
80 echo "linkinfo() returns : $linkinfo\n";
81 echo "lstat() returns lstat['dev'] as $s1[0]\n";
[all …]
/PHP-5.6/ext/calendar/tests/
H A Dcal_to_jd.phpt7 echo cal_to_jd(CAL_GREGORIAN, 8, 26, 74), "\n";
8 echo cal_to_jd(CAL_JULIAN, 8, 26, 74), "\n";
9 echo cal_to_jd(CAL_JEWISH, 8, 26, 74), "\n";
10 echo cal_to_jd(CAL_FRENCH, 8, 26, 74), "\n";
/PHP-5.6/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";
/PHP-5.6/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.6/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.6/ext/standard/tests/mail/
H A Dmail_basic6.phpt30 echo "-- Valid Header --\n";
33 echo file_get_contents($outFile);
40 echo "-- Valid Header --\n";
43 echo @file_get_contents($outFile);
51 echo "-- Valid Header --\n";
54 echo @file_get_contents($outFile);
65 echo @file_get_contents($outFile);
75 echo @file_get_contents($outFile);
85 echo @file_get_contents($outFile);
95 echo @file_get_contents($outFile);
[all …]
/PHP-5.6/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";

Completed in 41 milliseconds

1...<<11121314151617181920>>...357