Home
last modified time | relevance | path

Searched refs:echo (Results 301 – 325 of 8773) sorted by relevance

1...<<11121314151617181920>>...351

/PHP-5.6/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.6/Zend/tests/traits/
H A Dbug55554c.phpt13 echo "TC1 executed\n";
16 echo "TC1 executed\n";
22 echo "TC2 executed\n";
25 echo "TC1 executed\n";
33 echo "New constructor executed\n";
36 echo "Legacy constructor executed\n";
41 echo "ReportCollision: ";
/PHP-5.6/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 …]
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";
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";
/PHP-5.6/Zend/tests/
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;
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 Dcatch_finally_001.phpt7 echo "try\n";
12 echo "catch\n";
14 echo "finally\n";
17 echo "end\n";
21 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 Dtry_catch_finally_001.phpt15 echo "0";
18 echo "1";
21 echo "2";
26 echo "3";
28 echo "4";
/PHP-5.6/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";
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.6/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";
/PHP-5.6/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.6/ext/oci8/tests/
H A Dbind_char_1_11gR1.phpt36 echo "*** Non-null Data Tests against CHAR***\n";
46 echo "Test 1.2: Type: AFC. Length: default\n";
51 echo "Test 1.3: Type: AFC: Length: 0\n";
56 echo "Test 1.4: Type: AFC: Length: strlen\n";
86 echo "Test 2.3: Type: AFC: Length: 0\n";
91 echo "Test 2.4: Type: AFC: Length: strlen\n";
122 echo "Test 3.3: Type: AFC: Length: 0\n";
158 echo "Test 4.3: Type: AFC: Length: 0\n";
182 echo " Querying:\n";
192 echo " :" . $item . ":\n";
[all …]
/PHP-5.6/ext/date/tests/
H A Dbug62896.phpt9 echo "FROM TIMESTAMP, NO TZ:\n";
12 echo $date->format('Y-m-d H:i:s T').' (offset '.$date->getOffset().")\n";
15 echo $date->format('Y-m-d H:i:s T').' (offset '.$date->getOffset().")\n";
17 echo "FROM TIMESTAMP, WITH TZ:\n";
21 echo $date->format('Y-m-d H:i:s T').' (offset '.$date->getOffset().")\n";
24 echo $date->format('Y-m-d H:i:s T').' (offset '.$date->getOffset().")\n";
26 echo "FROM STRING:\n";
29 echo $date->format('Y-m-d H:i:s T').' (offset '.$date->getOffset().")\n";
32 echo $date->format('Y-m-d H:i:s T').' (offset '.$date->getOffset().")\n";
/PHP-5.6/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.6/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.6/tests/output/
H A Dob_017.phpt14 echo "yes";
15 echo "!\n";
17 echo "no";
19 echo "yes!\n";
20 echo "no";
/PHP-5.6/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";

Completed in 33 milliseconds

1...<<11121314151617181920>>...351