Home
last modified time | relevance | path

Searched refs:echo (Results 226 – 250 of 8773) sorted by relevance

12345678910>>...351

/PHP-5.6/ext/sockets/tests/
H A Dsocket_import_stream-4.phpt18 echo "\n";
21 echo "socket_set_block ";
23 echo "\n";
26 echo "\n";
28 echo "\n";
31 echo "normal\n";
36 echo "\nunset stream\n";
42 echo "\nunset socket\n";
48 echo "\nclose stream\n";
54 echo "\nclose socket\n";
[all …]
/PHP-5.6/ext/dba/tests/
H A Ddba_db4_016.phpt14 echo "database handler: $handler\n";
18 echo "database file created\n";
20 echo dba_fetch("key1", $db_file), "\n";
23 echo "File did not get created\n";
26 echo "Error creating $db_filename\n";
32 echo "database file created\n";
35 echo dba_fetch("key1", $db_file), "\n";
36 echo dba_fetch("key2", $db_file), "\n";
39 echo "File did not get created\n";
42 echo "Error creating $db_filename\n";
H A Ddba009.phpt11 echo "database handler: $handler\n";
13 echo "Opened\n";
15 echo dba_fetch("a", $db)."\n";
17 echo "Closed\n";
19 echo "Error creating database\n";
22 echo "Opened\n";
24 echo dba_fetch("a", $db)."\n";
/PHP-5.6/ext/spl/tests/
H A Drecursive_tree_iterator_006.phpt38 echo "-- flags = BYPASS_KEY --\n";
40 echo "[$k] => $v\n";
42 echo "-- flags = BYPASS_CURRENT --\n";
44 echo "[$k] => $v\n";
46 echo "-- flags = BYPASS_KEY|BYPASS_KEY --\n";
48 echo "[$k] => $v\n";
50 echo "-- flags = 0 --\n";
52 echo "[$k] => $v\n";
54 echo "-- flags = 0, caching_it_flags = CachingIterator::CATCH_GET_CHILD --\n";
56 echo "[$k] => $v\n";
H A Dspl_pq_top_basic.phpt15 echo "EXTR DEFAULT",PHP_EOL;
16 echo "value: ",$priorityQueue->top(),PHP_EOL;
19 echo "EXTR_PRIORITY",PHP_EOL;
20 echo "priority: ",$priorityQueue->top(),PHP_EOL;
23 echo "EXTR_BOTH",PHP_EOL;
26 echo "EXTR_DATA",PHP_EOL;
28 echo "value: ",$priorityQueue->top(),PHP_EOL;
H A Dobserver_009.phpt11 echo ("Count storage A: " . count($storageA));
13 echo ' x ';
16 echo "\n";
19 echo ("Count storage B: " . count($storageB));
21 echo ' x ';
23 echo "\n";
/PHP-5.6/Zend/tests/
H A Dcatch_finally_004.phpt12 echo "1";
14 echo "2";
17 echo "3";
20 echo "4";
25 echo "3";
27 echo "2";
H A Dtry_catch_finally_002.phpt14 echo "1";
19 echo "2";
22 echo "3";
27 echo "4";
30 echo "5";
34 echo "6";
H A Dlsb_005.phpt8 echo get_class(new static()) . "\n";
10 echo get_class(new static()) . "\n";
12 echo get_class(new static()) . "\n";
14 echo get_class(new static()) . "\n";
20 echo get_class(new static()) . "\n";
22 echo get_class(new static()) . "\n";
28 echo get_class(new static()) . "\n";
H A Dns_034.phpt11 echo $x;
14 echo $x;
17 echo $x;
19 echo Foo::C;
20 echo B\Foo::C;
21 echo \A\Foo::C;
/PHP-5.6/Zend/tests/generators/finally/
H A Dfinally_ran_on_close.phpt9 echo "before yield\n";
11 echo "after yield\n";
13 echo "finally run\n";
15 echo "code after finally\n";
17 echo "second finally run\n";
19 echo "code after second finally\n";
/PHP-5.6/ext/standard/tests/strings/
H A Dbug54721.phpt5 echo crypt("", '$1$dW0.is5.$10CH101gGOr1677ZYd517.') . "\n";
6 echo crypt("b", '$1$dW0.is5.$10CH101gGOr1677ZYd517.') . "\n";
7 echo crypt("bu", '$1$dW0.is5.$10CH101gGOr1677ZYd517.') . "\n";
8 echo crypt("bug", '$1$dW0.is5.$10CH101gGOr1677ZYd517.') . "\n";
9 echo crypt("pass", '$1$dW0.is5.$10CH101gGOr1677ZYd517.') . "\n";
10 echo crypt("buged", '$1$dW0.is5.$10CH101gGOr1677ZYd517.') . "\n";
11 echo crypt("aaaaaaaaaaaaaaaaaaaaaaaaa ", '$1$dW0.is5.$10CH101gGOr1677ZYd517.') . "\n";
/PHP-5.6/ext/mbstring/tests/
H A Dmb_ereg_basic.phpt22 echo "Regex encoding set to utf-8\n";
34 echo "\n**-- ASCII String --**\n";
35 echo "-- Without \$regs argument--\n";
38 echo "--With \$regs argument --\n";
44 echo "\n**-- Multibyte String --**\n";
45 echo "-- Without \$regs argument --\n";
48 echo "-- With \$regs argument --\n";
54 echo "Done";
65 echo " [$key]=>\n ";
72 echo "}\n";
[all …]
/PHP-5.6/ext/dom/tests/
H A DDOMDocument_encoding_basic.phpt18 echo "Error while parsing the document\n";
22 echo "Empty Encoding Read: {$dom->encoding}\n";
25 echo "Adding invalid encoding: $ret\n";
28 echo "Adding ISO-8859-1 encoding: $ret\n";
29 echo "ISO-8859-1 Encoding Read: {$dom->encoding}\n";
32 echo "Adding UTF-8 encoding: $ret\n";
33 echo "UTF-8 Encoding Read: {$dom->encoding}\n";
36 echo "Adding UTF-16 encoding: $ret\n";
37 echo "UTF-16 Encoding Read: {$dom->encoding}\n";
/PHP-5.6/ext/standard/tests/directory/
H A Ddirectory_constants-win32.phpt12 echo DIRECTORY_SEPARATOR;
14 echo "\n";
16 echo PATH_SEPARATOR;
18 echo "\n";
20 echo "done";
H A Ddirectory_constants.phpt12 echo DIRECTORY_SEPARATOR;
14 echo "\n";
16 echo PATH_SEPARATOR;
18 echo "\n";
20 echo "done";
/PHP-5.6/ext/mysql/
H A Dmysql.mak101 @echo Build complete.
104 @echo Building Dependencies for $(<F)
108 @echo Building Dependencies for $(<F)
112 @echo Compiling $?...
116 @echo Compiling $?...
129 @echo AutoUnload >> $(basename $@).def
131 @echo Debug >> $(basename $@).def
140 @echo Linking $@...
151 @echo Deleting all dependency files...
156 @echo Deleting all object files...
[all …]
/PHP-5.6/ext/pgsql/
H A Dpgsql.mak100 @echo Build complete.
103 @echo Building Dependencies for $(<F)
107 @echo Building Dependencies for $(<F)
111 @echo Compiling $?...
115 @echo Compiling $?...
128 @echo AutoUnload >> $(basename $@).def
130 @echo Debug >> $(basename $@).def
139 @echo Linking $@...
152 @echo Deleting all dependency files...
157 @echo Deleting all object files...
[all …]
/PHP-5.6/ext/xml/
H A Dxml.mak103 @echo Build complete.
106 @echo Building Dependencies for $(<F)
110 @echo Building Dependencies for $(<F)
114 @echo Compiling $?...
118 @echo Compiling $?...
131 @echo AutoUnload >> $(basename $@).def
133 @echo Debug >> $(basename $@).def
142 @echo Linking $@...
154 @echo Deleting all dependency files...
159 @echo Deleting all object files...
[all …]
/PHP-5.6/ext/ldap/
H A Dldap.mak104 @echo Build complete.
107 @echo Building Dependencies for $(<F)
111 @echo Building Dependencies for $(<F)
115 @echo Compiling $?...
119 @echo Compiling $?...
132 @echo AutoUnload >> $(basename $@).def
134 @echo Debug >> $(basename $@).def
143 @echo Linking $@...
155 @echo Deleting all dependency files...
160 @echo Deleting all object files...
[all …]
/PHP-5.6/ext/standard/tests/file/
H A Dstream_rfc2397_007.phpt14 echo "===$stream===\n";
20 echo "===S:4,S===\n";
24 echo "===GETC===\n";
28 echo "===GETC===\n";
33 echo "===REWIND===\n";
37 echo "===GETC===\n";
41 echo "===S:3,S===\n";
45 echo "===S:1,C===\n";
49 echo "===S:-2,C===\n";
57 echo "===S:3,S===\n";
[all …]
/PHP-5.6/ext/mcrypt/tests/
H A Dmcrypt_enc_get_mode_name.phpt8 echo mcrypt_enc_get_modes_name($td) . "\n";
10 echo mcrypt_enc_get_modes_name($td) . "\n";
12 echo mcrypt_enc_get_modes_name($td) . "\n";
14 echo mcrypt_enc_get_modes_name($td) . "\n";
16 echo mcrypt_enc_get_modes_name($td) . "\n";
18 echo mcrypt_enc_get_modes_name($td) . "\n";
/PHP-5.6/ext/gd/tests/
H A Dcreatefromgd2.phpt12 echo 'test create from gd2: ';
13 echo imagecolorat($im2, 4,4) == 0xffffff ? 'ok' : 'failed';
14 echo "\n";
17 echo 'test create from gd2 part: ';
18 echo imagecolorat($im2, 4,4) == 0xffffff ? 'ok' : 'failed';
19 echo "\n";
H A Dtypes.phpt12 echo "gif failed\n";
16 echo "jpeg failed\n";
20 echo "png failed\n";
24 echo "wbmp failed\n";
28 echo "xom failed\n";
30 echo "ok\n";
/PHP-5.6/ext/standard/tests/
H A Dbug64370_var1.phpt5 echo "\$_SERVER['REQUEST_TIME']: {$_SERVER['REQUEST_TIME']}\n";
6 echo "\$_SERVER['REQUEST_TIME_FLOAT']: {$_SERVER['REQUEST_TIME_FLOAT']}\n";
7 echo "time(): " . time() . "\n";
8 echo "microtime(true): " . microtime(true) . "\n";
10 echo "created in $d ms\n";
11 echo ((bool)($d >= 0)) . "\n";

Completed in 98 milliseconds

12345678910>>...351