Home
last modified time | relevance | path

Searched refs:echo (Results 251 – 275 of 8083) sorted by relevance

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

/PHP-5.3/ext/sysvmsg/tests/
H A D004.phpt11 echo "Set mode:\n";
14 echo "Did really work:\n";
17 echo "Set uid:\n"; // same as the running user to make it succeed
20 echo "Did really work:\n";
23 echo "Set gid:\n"; // same as the running user to make it succeed
26 echo "Did really work:\n";
29 echo "Set smaller qbytes:\n";
33 echo "Did really work:\n";
37 echo "BAD: queue removal failed\n";
40 echo "Done\n";
/PHP-5.3/tests/output/
H A Dob_get_contents_basic_001.phpt14 echo "*** Testing ob_get_contents() : basic functionality ***\n";
17 echo "\n-- Testing ob_get_contents() function with Zero arguments --\n";
22 echo "Hello World\n";
28 echo "\ncheck that we dont have a reference\n";
30 echo "Hello World\n";
36 echo "\ncheck that contents disappear after a flush\n";
38 echo "Hello World\n";
43 echo "\ncheck that no contents found after an end\n";
45 echo "Hello World\n";
50 echo "Done\n";
H A Dob_017.phpt12 echo "yes";
13 echo "!\n";
15 echo "no";
17 echo "yes!\n";
18 echo "no";
/PHP-5.3/ext/phar/tests/
H A Dphar_convert_again.phpt28 echo $zip->getPath() . "\n";
30 echo $tgz->getPath() . "\n";
32 echo $tbz->getPath() . "\n";
36 echo $e->getMessage() . "\n";
41 echo $phar->getPath() . "\n";
45 echo $zip->getPath() . "\n";
48 echo $data->getPath() . "\n";
53 echo $e->getMessage() . "\n";
58 echo $e->getMessage() . "\n";
66 echo $tar->getPath() . "\n";
[all …]
/PHP-5.3/ext/standard/tests/file/windows_acls/
H A Dbug44859.phpt20 echo "Testing file:\n";
26 echo 'Iteration #' . $i++ . ': ';
28 echo "passed.\n";
31 echo "failed.\n";
36 echo "Testing directory:\n";
42 echo 'Iteration #' . $i++ . ': ';
44 echo "passed.\n";
47 echo "failed.\n";
H A Dbug44859_2.phpt20 echo "Testing file:\n";
26 echo 'Iteration #' . $i++ . ': ';
28 echo "passed.\n";
31 echo "failed.\n";
36 echo "Testing directory:\n";
42 echo 'Iteration #' . $i++ . ': ';
44 echo "passed.\n";
47 echo "failed.\n";
/PHP-5.3/ext/standard/tests/array/
H A Dcount_basic.phpt15 echo "*** Testing count() : basic functionality ***\n";
17 echo "\n-- One Dimensional Array: --\n";
21 echo "\n-- Two Dimensional Array: --\n";
23 echo "\$mode = COUNT_NORMAL: ";
25 echo "\$mode = 0: ";
27 echo "\$mode = COUNT_RECURSIVE: ";
29 echo "\$mode = 1: ";
32 echo "Done";
/PHP-5.3/ext/dba/tests/
H A Ddba_handlers.phpt13 echo "database handler: $handler\n";
23 echo "Success: flatfile enabled\n";
28 echo "Test 1\n";
32 echo "Test 2\n";
36 echo "Test 3\n";
40 echo "Test 4\n";
44 echo "Test 5 - full info\n";
48 echo "Success: flatfile enabled\n";
/PHP-5.3/tests/classes/
H A Diterators_003.phpt13 echo __METHOD__ . "\n";
17 echo __METHOD__ . "\n";
21 echo __METHOD__ . ' = ' .($more ? 'true' : 'false') . "\n";
25 echo __METHOD__ . "\n";
29 echo __METHOD__ . "\n";
42 echo __METHOD__ . "\n";
51 echo "continue outer\n";
56 echo "continue inner\n";
60 echo "break inner\n";
63 echo "double:$v:$w\n";
[all …]
/PHP-5.3/Zend/tests/
H A Djump05.phpt9 echo "1: ok\n";
12 echo "2: ok\n";
15 echo "bug\n";
19 echo "bug\n";
21 echo "3: ok\n";
H A Dns_042.phpt12 echo FOO;
13 echo \test\ns1\FOO;
14 echo \test\ns1\FOO;
15 echo ns2\FOO;
16 echo ns3\ns1\FOO;
/PHP-5.3/ext/date/tests/
H A Dbug21966.phpt7 echo '27/3/04 = ' . strval(mktime(0,0,0,3,27,2004)) . "\n"; // 1080345600
8 echo '28/3/04 = ' . strval(mktime(0,0,0,3,28,2004)) . "\n"; // -3662 - should be 108043200
9 echo '28/3/04 = ' . strval(mktime(2,0,0,3,28,2004)) . "\n"; // 1080435600
10 echo '29/3/04 = ' . strval(mktime(0,0,0,3,29,2004)) . "\n"; // 1080514800
11 echo '30/3/04 = ' . strval(mktime(0,0,0,3,30,2004)) . "\n"; // 1080601200
H A Dsunfuncts.phpt9 echo date_sunrise(mktime(1,1,1,$a,1,2003),SUNFUNCS_RET_TIMESTAMP,31.76670,35.23330,90.83,2)." ";
10 echo date_sunrise(mktime(1,1,1,$a,1,2003),SUNFUNCS_RET_STRING,31.76670,35.23330,90.83,2)." ";
11 echo date_sunrise(mktime(1,1,1,$a,1,2003),SUNFUNCS_RET_DOUBLE,31.76670,35.23330,90.83,2)."\n";
13 echo date_sunset(mktime(1,1,1,$a,1,2003),SUNFUNCS_RET_TIMESTAMP,31.76670,35.23330,90.83,2)." ";
14 echo date_sunset(mktime(1,1,1,$a,1,2003),SUNFUNCS_RET_STRING,31.76670,35.23330,90.83,2)." ";
15 echo date_sunset(mktime(1,1,1,$a,1,2003),SUNFUNCS_RET_DOUBLE,31.76670,35.23330,90.83,2)."\n";
H A Dbug37514.phpt6 echo date('r', strtotime('May 18th 5:05', 1168156376)), "\n";
7 echo date('r', strtotime('May 18th 5:05pm', 1168156376)), "\n";
8 echo date('r', strtotime('May 18th 5:05 pm', 1168156376)), "\n";
9 echo date('r', strtotime('May 18th 5:05am', 1168156376)), "\n";
10 echo date('r', strtotime('May 18th 5:05 am', 1168156376)), "\n";
11 echo date('r', strtotime('May 18th 2006 5:05pm', 1168156376)), "\n";
H A DDateTime_extends_basic1.phpt9 echo "*** Testing basic DateTime inheritance() ***\n";
22 echo "\n-- Create an instance of DateTimeExt --\n";
25 echo "\n-- Invoke __toString --\n";
26 echo $d . "\n";
28 echo "\n -- modify date and time --\n";
32 echo "\n-- Invoke __toString again --\n";
33 echo $d . "\n";
/PHP-5.3/ext/filter/tests/
H A D037.phpt12 echo filter_input(INPUT_GET, 'a', FILTER_CALLBACK, array("options"=>'myfunc'));
13 echo "\n";
14 echo filter_input(INPUT_GET, 'b', FILTER_VALIDATE_INT);
15 echo "\n";
18 echo filter_var($data, FILTER_CALLBACK, array("options"=>'myfunc'));
19 echo "\n";
/PHP-5.3/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_v.phpt12 echo "*** Testing debug_zval_dump() on functions ***\n";
43 echo "\n-- Value of \$first_var: --\n";
49 echo "\n-- Value of \$ref_first_var --\n";
51 echo "\n-- Value of \$first_var --\n";
58 echo "\n-- Value of \$ref_first_var --\n";
60 echo "\n-- Value of \$first_var --\n";
78 echo "\n-- Value of \$var_2: --\n";
80 echo "\n-- Value of \$var_3: --\n";
87 echo "\n-- Value of \$var_2: --\n";
116 echo "-- Iteration $counter --\n";
[all …]
/PHP-5.3/ext/hash/tests/
H A Dtiger.phpt7 echo hash('tiger192,3', ''),"\n";
8 echo hash('tiger192,3', 'abc'),"\n";
9 echo hash('tiger192,3', str_repeat('a', 63)),"\n";
10 echo hash('tiger192,3', str_repeat('abc', 61)),"\n";
11 echo hash('tiger192,3', str_repeat('abc', 64)),"\n";
/PHP-5.3/ext/xml/tests/
H A Dxml_set_notation_decl_handler_basic.phpt22 echo "unparsed_entity_decl_handler called\n";
23 echo "...Entity name=" . $entity_name . "\n";
24 echo "...Base=" . $base . "\n";
25 echo "...System ID=" . $system_ID . "\n";
26 echo "...Public ID=" . $public_ID . "\n";
32 echo "notation_decl_handler called\n";
33 echo "...Name=" . $name . "\n";
34 echo "...Base=" . $base . "\n";
35 echo "...System ID=" . $system_ID . "\n";
36 echo "...Public ID=" . $public_ID . "\n";
[all …]
/PHP-5.3/ext/pcntl/tests/
H A D002.phpt25 echo "signo == SIGTERM\n";
27 echo "code === SI_USER || SI_NOINFO\n";
37 echo "signo == SIGCHLD\n";
39 echo "code === CLD_KILLED\n";
41 echo "signo === SIGCHLD\n";
43 echo "signo === uid\n";
45 echo "signo === pid\n";
51 echo "sigprocmask with invalid arguments\n";
59 echo "Error triggered\n";
60 echo "bool(false)\n";
[all …]
/PHP-5.3/ext/reflection/tests/
H A Dincluded4.inc2 echo __FILE__ . "\n";
3 echo __LINE__ . "\n";
6 echo __FILE__ . "\n";
7 echo __LINE__ . "\n";
/PHP-5.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_server.phpt16 echo "Test 1\n";
17 echo "ATTR_SERVER_VERSION: ";
20 echo "Test 2\n";
21 echo "ATTR_SERVER_INFO\n";
25 echo "Found 'Oracle' at position $pos as expected\n";
27 echo "Unexpected result. Server info was:\n";
31 echo "Done\n";
/PHP-5.3/ext/mbstring/tests/
H A Dmb_convert_encoding_basic.phpt27 echo "\n-- Convert to JIS --\n";
28 echo "JIS encoded string in base64:\n";
30 echo "Converted Strings:\n";
35 echo "\n-- Convert to EUC-JP --\n";
38 echo "Converted Strings:\n";
43 echo "\n-- Convert to SJIS --\n";
44 echo "SJIS encoded string in base64:\n";
46 echo "Converted Strings:\n";
51 echo "\n-- Convert to UTF-8 --\n";
54 echo "Converted Strings:\n";
[all …]
/PHP-5.3/ext/standard/tests/
H A Dbug64370_var1.phpt10 echo "\$_SERVER['REQUEST_TIME']: {$_SERVER['REQUEST_TIME']}\n";
11 echo "\$_SERVER['REQUEST_TIME_FLOAT']: {$_SERVER['REQUEST_TIME_FLOAT']}\n";
12 echo "time(): " . time() . "\n";
13 echo "microtime(true): " . microtime(true) . "\n";
15 echo "created in $d ms\n";
16 echo ((bool)($d >= 0)) . "\n";
/PHP-5.3/ext/standard/tests/math/
H A Datan_basic.phpt15 echo "atan 1.7320508075689 = ";
19 echo "Pass\n";
22 echo "Fail\n";
25 echo "atan 0.57735026918963 = ";
29 echo "Pass\n";
32 echo "Fail\n";

Completed in 33 milliseconds

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