Home
last modified time | relevance | path

Searched refs:echo (Results 476 – 500 of 8211) sorted by relevance

1...<<11121314151617181920>>...329

/PHP-5.3/Zend/tests/
H A Dget_defined_functions_basic.phpt11 echo "*** Testing get_defined_functions() : basic functionality ***\n";
26 echo "TEST FAILED: return type not an array\n";
31 echo "TEST FAILED: no element in result array with key 'internal'\n";
38 echo "TEST FAILED: missing elements from 'internal' array\n";
43 echo "TEST FAILED: no element in result array with key 'user'\n";
48 echo "TEST PASSED\n";
50 echo "TEST FAILED: missing elements from 'user' array\n";
H A Dbug26166.phpt30 echo $o;
32 echo "===NONE===\n";
47 echo $o;
49 echo "===THROW===\n";
60 echo $o;
63 echo "Got the exception\n";
H A Dns_041.phpt9 echo(FOO);
10 echo(\test\ns1\FOO);
11 echo(\test\ns1\FOO);
12 echo(BAR);
/PHP-5.3/ext/mysqli/tests/
H A Dbug50772.phpt17 echo "error 1\n";
19 echo "ok 1\n";
27 echo "error 2\n";
29 echo "ok 2\n";
31 echo "done\n";
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt22 echo "Test 1:\n";
31 echo("$one\n\n");
37 echo "Test 2:\n";
41 echo "---\n";
43 echo "---\n";
46 echo "---\n";
50 echo("$one - $two\n\n");
53 echo "Test 3:\n";
62 echo("$one - $two\n\n");
63 echo "done!";
/PHP-5.3/tests/classes/
H A Dctor_dtor.phpt10 echo __CLASS__ . "::" . __FUNCTION__ . "\n";
13 echo __CLASS__ . "::" . __FUNCTION__ . "\n";
19 echo __CLASS__ . "::" . __FUNCTION__ . "\n";
22 echo __CLASS__ . "::" . __FUNCTION__ . "\n";
32 echo "Done\n";
/PHP-5.3/ext/reflection/tests/
H A DReflectionClass_newInstance_001.phpt10 echo "In constructor of class A\n";
16 echo "In constructor of class B with args $a, $b\n";
22 echo "In constructor of class C\n";
28 echo "In constructor of class D\n";
51 echo "you should not see this\n";
53 echo $e->getMessage() . "\n";
58 echo "you should not see this\n";
60 echo $e->getMessage() . "\n";
68 echo "you should not see this\n";
70 echo $e->getMessage() . "\n";
/PHP-5.3/ext/date/tests/
H A Dbug54851.phpt9 echo $date->format("r"), "\n";
10 echo $date2->format("r"), "\n";
16 echo $datePre->format("r"), "\n";
17 echo $datePost->format("r"), "\n";
24 echo $date1->format('r'), "\n";
25 echo $date2->format('r'), "\n";
31 echo $date1->format('r'), "\n";
32 echo $date2->format('r'), "\n";
38 echo $date1->format('r'), "\n";
39 echo $date2->format('r'), "\n";
H A Dbug35414.phpt7 echo date(DATE_ISO8601, strtotime("Sat 26th Nov 2005 18:18")) . "\n";
8 echo date(DATE_ISO8601, strtotime("26th Nov", 1134340285)) . "\n";
9 echo date(DATE_ISO8601, strtotime("Dec. 4th, 2005")) . "\n";
10 echo date(DATE_ISO8601, strtotime("December 4th, 2005")) . "\n";
/PHP-5.3/ext/zlib/tests/
H A Dreadgzfile_variation15.phpt37 echo "file content:";
39 echo "\n";
47 echo "file content:";
49 echo "\n";
57 echo "file content:";
59 echo "\n";
65 echo "file content:";
67 echo "\n";
75 echo "file content:";
77 echo "\n";
/PHP-5.3/ext/pdo_pgsql/tests/
H A Dcopy_to.phpt22 echo "Preparing test table for CopyTo tests\n";
37 echo "Testing pgsqlCopyToArray() with default parameters\n";
41 echo "Testing pgsqlCopyToArray() with only selected fields\n";
44 echo "Testing pgsqlCopyToArray() with error\n";
48 echo "Testing pgsqlCopyToFile() with default parameters\n";
52 echo file_get_contents($filename);
55 echo file_get_contents($filename);
56 echo "Testing pgsqlCopyToFile() with only selected fields\n";
58 echo file_get_contents($filename);
60 echo "Testing pgsqlCopyToFile() with error\n";
[all …]
/PHP-5.3/tests/lang/
H A DforeachLoop.016.phpt7 echo "\n" . '$a' . "\n";
15 echo "\n" . '${\'a\'}' . "\n";
23 echo "\n" . '$$a' . "\n";
33 echo "\n" . '$a[0]' . "\n";
41 echo "\n" . '$a[0][0]' . "\n";
49 echo "\n" . '$a->b' . "\n";
57 echo "\n" . '$a->b->c' . "\n";
65 echo "\n" . '$a->b[0]' . "\n";
73 echo "\n" . '$a->b[0][0]' . "\n";
93 echo "\n" . 'C::$a' . "\n";
[all …]
/PHP-5.3/ext/oci8/tests/
H A Dbind_sqltint.phpt36 echo "\nTEST141 wrong bind type SQLT_INT\n";
45 echo "\nTEST142 insert numbers SQLT_INT\n";
81 echo "\nTEST146 insert numbers\n";
136 echo "\nTEST152\n";
145 echo "\nTEST153\n";
154 echo "\nTEST154\n";
163 echo "\nTEST155\n";
172 echo "\nTEST156\n";
181 echo "\nTEST157\n";
190 echo "\nTEST158\n";
[all …]
/PHP-5.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_client.phpt16 echo "ATTR_CLIENT_VERSION: ";
23 echo "Wrong number of values in array\nVersion was: ";
26 echo "Version OK, so far as can be portably checked\n";
30 echo "Wrong number of values in array\nVersion was: ";
33 echo "Version OK, so far as can be portably checked\n";
37 echo "Done\n";
/PHP-5.3/ext/standard/tests/class_object/
H A Dget_declared_classes_basic_001.phpt12 echo "*** Testing get_declared_classes() : basic functionality ***\n";
15 echo "\n-- Testing get_declared_classes() function with Zero arguments --\n";
20 echo "Error: $class is not a valid class.\n";
24 echo "\n-- Ensure userspace classes are listed --\n";
28 echo "\n-- Ensure userspace interfaces are not listed --\n";
32 echo "Done";
H A Dget_declared_interfaces_basic_001.phpt12 echo "*** Testing get_declared_interfaces() : basic functionality ***\n";
15 echo "\n-- Testing get_declared_interfaces() function with Zero arguments --\n";
20 echo "Error: $interface is not a valid interface.\n";
24 echo "\n-- Ensure userspace classes are not listed --\n";
28 echo "\n-- Ensure userspace interfaces are listed --\n";
32 echo "Done";
/PHP-5.3/ext/phar/tests/files/
H A Dphar_oo_test.inc17 $files['a.php'] = '<?php echo "This is a.php\n"; ?>';
18 $files['b.php'] = '<?php echo "This is b.php\n"; ?>';
19 $files['b/c.php'] = '<?php echo "This is b/c.php\n"; ?>';
20 $files['b/d.php'] = '<?php echo "This is b/d.php\n"; ?>';
21 $files['e.php'] = '<?php echo "This is e.php\n"; ?>';
42 $files['a.php'] = '<?php echo new new class;';
/PHP-5.3/ext/spl/tests/
H A Dfixedarray_020.phpt13 echo "From Array with string keys, no preserve\n";
15 echo "No exception\n";
17 echo "Exception: ".$e->getMessage()."\n";
20 echo "From Array with string keys, preserve\n";
22 echo "No exception\n";
24 echo "Exception: ".$e->getMessage()."\n";
H A Diterator_016.phpt10 echo __METHOD__ . "\n";
23 echo "<ul>\n";
28 echo str_repeat(' ',$this->getDepth())."<ul>\n";
33 echo str_repeat(' ',$this->getDepth())."</ul>\n";
38 echo "<ul>\n";
50 echo str_repeat(' ',$rit->getDepth()+1)."$k=>$v\n";
H A DarrayObject___construct_basic2.phpt13 echo "--> Access prop on instance of ArrayObject:\n";
18 echo "\n--> Access prop on instance of MyArrayObject:\n";
24 echo " - Iteration:\n";
26 echo " $key=>$value\n";
29 echo " - Read:\n";
32 echo " - Write:\n";
37 echo " - Isset:\n";
40 echo " - Unset:\n";
45 echo " - After:\n";
/PHP-5.3/ext/phar/tests/cache_list/files/
H A Dphar_oo_test.inc17 $files['a.php'] = '<?php echo "This is a.php\n"; ?>';
18 $files['b.php'] = '<?php echo "This is b.php\n"; ?>';
19 $files['b/c.php'] = '<?php echo "This is b/c.php\n"; ?>';
20 $files['b/d.php'] = '<?php echo "This is b/d.php\n"; ?>';
21 $files['e.php'] = '<?php echo "This is e.php\n"; ?>';
42 $files['a.php'] = '<?php echo new new class;';
/PHP-5.3/ext/dom/tests/
H A DDOMDocument_documentURI_basic.phpt17 echo "Error while parsing the document\n";
20 echo "DOMDocument created\n";
23 echo "Read initial documentURI:\n";
24 echo $test."\n";
28 echo "Set documentURI to a URL, reading again:\n";
31 echo "Done\n";
/PHP-5.3/ext/standard/tests/network/
H A Dfsockopen_variation2.phpt9 echo "Open a server socket\n";
12 echo "\nCalling fsockopen():\n";
16 echo "\nPass some data between the sockets:\n";
21 echo "\nCalling fsockopen() with address and port in same string:\n";
26 echo "\nPass some data between the sockets:\n";
31 echo "Done";
/PHP-5.3/ext/standard/tests/array/
H A Darray_sum_variation7.phpt15 echo "*** Testing array_sum() : array with unexpected entries ***\n";
19 echo "-- empty array --\n";
24 echo "-- array with string values --\n";
29 echo "-- array with bool values --\n";
34 echo "-- array with null values --\n";
43 echo "-- array with subarrays --\n";
61 echo "-- array with object values --\n";
66 echo "-- array with mixed values --\n";
68 echo "Done"
/PHP-5.3/ext/mbstring/tests/
H A Dmb_strlen.phpt23 echo "== ASCII ==\n";
28 echo "== EUC-JP ==\n";
34 echo "== SJIS ==\n";
42 echo "== JIS ==\n";
50 echo "== UTF-8 ==\n";
58 echo "== WRONG PARAMETERS ==\n";
62 echo $r."\n";
66 echo $r."\n";
70 echo $r."\n";

Completed in 29 milliseconds

1...<<11121314151617181920>>...329