Home
last modified time | relevance | path

Searched refs:echo (Results 276 – 300 of 8083) sorted by relevance

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

/PHP-5.3/ext/standard/tests/math/
H A Dtan_basic.phpt18 echo "tan 60 = ";
21 echo "Pass\n";
24 echo "Fail\n";
27 echo "tan 30 = ";
30 echo "Pass\n";
33 echo "Fail\n";
/PHP-5.3/Zend/tests/
H A Dbug44899.phpt25 echo (isset($myclass->foo)) ? 'isset' : 'not isset';
26 echo "\n";
27 echo (empty($myclass->foo)) ? 'empty' : 'not empty';
28 echo "\n";
29 echo ($myclass->foo) ? 'not empty' : 'empty';
30 echo "\n";
H A Dns_039.phpt6 echo "$a\n";
10 echo "$key\n";
11 echo "$val\n";
16 echo A . "\n";
17 echo B . "\n";
H A Dbug44899_2.phpt30 echo (isset($myclass->foo)) ? 'isset' : 'not isset';
31 echo "\n";
32 echo (empty($myclass->foo)) ? 'empty' : 'not empty';
33 echo "\n";
34 echo ($myclass->foo) ? 'not empty' : 'empty';
35 echo "\n";
/PHP-5.3/ext/mbstring/tests/
H A Dmb_strtoupper_basic.phpt19 echo "*** Testing mb_strtoupper() : basic functionality ***\n";
27 echo "\n-- ASCII String --\n";
32 echo "Correctly converted\n";
34 echo "Incorrectly converted\n";
37 echo "\n-- Multibyte String --\n";
42 echo "Correctly converted\n";
44 echo "Incorreclty converted\n";
47 echo "Done";
H A Dmb_strtolower_basic.phpt19 echo "*** Testing mb_strtolower() : basic functionality***\n";
26 echo "\n-- ASCII String --\n";
31 echo "Correctly converted\n";
33 echo "Incorrectly converted\n";
36 echo "\n-- Multibyte String --\n";
41 echo "Correctly converted\n";
43 echo "Incorreclty converted\n";
46 echo "Done";
/PHP-5.3/ext/spl/tests/
H A Dbug37457.phpt12 echo __METHOD__ . "\n";
18 echo __METHOD__ . "\n";
24 echo __METHOD__ . "\n";
30 echo __METHOD__ . "\n";
36 echo __METHOD__ . "\n";
42 echo __METHOD__ . "\n";
51 echo __METHOD__ . "\n";
62 echo $item;
H A Dfixedarray_003.phpt8 echo "A::current\n";
12 echo "A::key\n";
16 echo "A::rewind\n";
20 echo "A::valid\n";
24 echo "A::next\n";
29 echo "==Direct instance==\n";
37 echo "$k => $v\n";
39 echo "==Child instance==\n";
47 echo "$k => $v\n";
H A Diterator_031.phpt10 echo __METHOD__ . "\n";
19 echo "$k=>$v\n";
26 echo __METHOD__ . "\n";
31 echo __METHOD__ . "\n";
37 echo __METHOD__ . "\n";
43 echo __METHOD__ . "\n";
61 echo $e->getMessage() . "\n";
72 echo $e->getMessage() . "\n";
81 echo "$k=>$v\n";
H A Diterator_012.phpt6 echo "===Current===\n";
10 echo $it->key() . '=>' . $it->current() . "\n";
12 echo "===Next===\n";
16 echo "===Foreach===\n";
20 echo "$key=>$val\n";
H A Diterator_019.phpt6 echo "===Current===\n";
10 echo $it->key() . '=>' . $it->current() . "\n";
12 echo "===Next===\n";
16 echo "===Foreach===\n";
20 echo "$key=>$val\n";
/PHP-5.3/ext/zlib/tests/
H A Dzlib_scheme_stat_basic2.phpt13 echo "file_exists=";
15 echo "is_file=";
17 echo "is_dir=";
19 echo "is_readable=";
21 echo "\n";
22 echo "filesize=";
24 echo "filetype=";
26 echo "fileatime=";
/PHP-5.3/ext/oci8/tests/
H A Dbind_char_1_11gR1.phpt37 echo "*** Non-null Data Tests against CHAR***\n";
47 echo "Test 1.2: Type: AFC. Length: default\n";
52 echo "Test 1.3: Type: AFC: Length: 0\n";
57 echo "Test 1.4: Type: AFC: Length: strlen\n";
87 echo "Test 2.3: Type: AFC: Length: 0\n";
92 echo "Test 2.4: Type: AFC: Length: strlen\n";
123 echo "Test 3.3: Type: AFC: Length: 0\n";
159 echo "Test 4.3: Type: AFC: Length: 0\n";
183 echo " Querying:\n";
193 echo " :" . $item . ":\n";
[all …]
/PHP-5.3/ext/standard/tests/array/
H A Darray_change_key_case_variation7.phpt18 echo "*** Testing array_change_key_case() : usage variations ***\n";
22 echo "\n-- \$input argument is a reference to array --\n";
24 echo "Result:\n";
26 echo "Original:\n";
28 echo "Referenced:\n";
31 echo "\n-- \$input is an array passed by reference --\n";
32 echo "Result:\n";
34 echo "Original:\n";
37 echo "Done";
H A Dreset_basic.phpt14 echo "*** Testing reset() : basic functionality ***\n";
18 echo "\n-- Initial Position: --\n";
19 echo key($array) . " => " . current($array) . "\n";
21 echo "\n-- Call to next() --\n";
24 echo "\n-- Current Position: --\n";
25 echo key($array) . " => " . current($array) . "\n";
27 echo "\n-- Call to reset() --\n";
/PHP-5.3/ext/standard/tests/file/
H A Dtempnam_variation6-win32.phpt20 echo "\n*** Test tempnam(): by passing previously created filenames ***\n";
23 echo "-- Iteration $i --\n";
27 echo "File name is => ";
29 echo "\n";
31 echo "File created in => ";
35 echo "temp dir\n";
38 echo "directory specified\n";
41 echo "unknown location\n";
48 echo "\n*** Done ***\n";
H A Dtempnam_variation6.phpt18 echo "\n*** Test tempnam(): by passing previously created filenames ***\n";
21 echo "-- Iteration $i --\n";
25 echo "File name is => ";
27 echo "\n";
29 echo "File created in => ";
33 echo "temp dir\n";
36 echo "directory specified\n";
39 echo "unknown location\n";
46 echo "\n*** Done ***\n";
/PHP-5.3/ext/standard/tests/strings/
H A Dprintf_basic1.phpt10 echo "*** Testing printf() : basic functionality - using string format ***\n";
21 echo "\n-- Calling printf() with no arguments --\n";
23 echo "\n";
26 echo "\n-- Calling printf() with one arguments --\n";
28 echo "\n";
31 echo "\n-- Calling printf() with two arguments --\n";
33 echo "\n";
37 echo "\n-- Calling printf() with string three arguments --\n";
39 echo "\n";
H A Dprintf_basic7.phpt16 echo "*** Testing printf() : basic functionality - using unsigned format ***\n";
28 echo "\n-- Calling printf() with no arguments --\n";
30 echo "\n";
33 echo "\n-- Calling printf() with one arguments --\n";
35 echo "\n";
38 echo "\n-- Calling printf() with two arguments --\n";
40 echo "\n";
43 echo "\n-- Calling printf() with three arguments --\n";
45 echo "\n";
H A Dprintf_basic8.phpt16 echo "*** Testing printf() : basic functionality - using octal format ***\n";
27 echo "\n-- Calling printf() with no arguments --\n";
29 echo "\n";
32 echo "\n-- Calling printf() with one arguments --\n";
34 echo "\n";
37 echo "\n-- Calling printf() with two arguments --\n";
39 echo "\n";
42 echo "\n-- Calling printf() with three arguments --\n";
44 echo "\n";
/PHP-5.3/ext/hash/tests/
H A Dsnefru.phpt7 echo hash('snefru', ''), "\n";
8 echo hash('snefru', 'The quick brown fox jumps over the lazy dog'), "\n";
9 echo hash('snefru', 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'), "\n";
10 echo hash('snefru', 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'), "\n";
11 echo hash('snefru', 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'), "\n";
/PHP-5.3/tests/func/
H A D004.phpt6 echo "Before function declaration...\n";
10 echo "----\nIn function, printing the string \"$something\" $times times\n";
12 echo "$i) $something\n";
14 echo "Done with function...\n-----\n";
19 echo "This is some other function, to ensure more than just one function works fine...\n";
23 echo "After function declaration...\n";
25 echo "Calling function for the first time...\n";
27 echo "Returned from function call...\n";
29 echo "Calling the function for the second time...\n";
31 echo "Returned from function call...\n";
/PHP-5.3/tests/lang/
H A Dengine_assignExecutionOrder_005.phpt7 echo "i1\n";
12 echo "i2\n";
17 echo "i3\n";
22 echo "i4\n";
27 echo "i5\n";
32 echo "i6\n";
H A D022.phpt12 echo "zero";
15 echo "one";
18 echo $j;
21 echo "\n";
24 echo "Default taken\n";
/PHP-5.3/ext/pgsql/tests/
H A D05large_object.phpt12 echo "create/write/close LO\n";
15 if (!$oid) echo ("pg_lo_create() error\n");
17 if (!$handle) echo ("pg_lo_open() error\n");
22 echo "open/read/tell/seek/close LO\n";
31 echo "open/read_all/close LO\n";
39 echo "unlink LO\n";
45 echo "Test without connection\n";
51 echo "Test with string oid value\n";
57 echo "import/export LO\n";
66 echo "Export failed\n";
[all …]

Completed in 50 milliseconds

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