Home
last modified time | relevance | path

Searched refs:echo (Results 201 – 225 of 8083) sorted by relevance

12345678910>>...324

/PHP-5.3/ext/date/tests/
H A DDateTime_data-fall-type3-type2.inc23 echo "test_time_fall_type3_prev_type2_prev: ";
28 echo "test_time_fall_type3_prev_type2_dt: ";
45 echo "test_time_fall_type3_prev_type2_st: ";
50 echo "test_time_fall_type3_prev_type2_post: ";
55 echo "test_time_fall_type3_dt_type2_prev: ";
60 echo "test_time_fall_type3_dt_type2_dt: ";
65 echo "test_time_fall_type3_dt_type2_redodt: ";
75 echo "test_time_fall_type3_dt_type2_st: ";
80 echo "test_time_fall_type3_dt_type2_post: ";
162 echo "test_time_fall_type3_st_type2_dt: ";
[all …]
/PHP-5.3/tests/lang/
H A D006.phpt9 echo "bad";
11 echo "bad";
14 echo "bad";
16 echo "good";
18 echo "bad";
/PHP-5.3/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.3/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";
H A Ddba_handler.inc3 echo "database handler: $handler\n";
18 echo "Error reopening database\n";
27 echo $i;
31 echo "\n";
32 echo dba_fetch("key2", $db_file)."\n";
35 echo dba_fetch("key2", $db_file)."\n";
39 echo "Error creating database\n";
44 echo "Read during write: not allowed\n";
46 echo "Read during write: allowed\n";
71 echo "Error reading database\n";
[all …]
/PHP-5.3/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.3/Zend/tests/
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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/ext/gd/tests/
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";
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";
/PHP-5.3/ext/hash/tests/
H A Dgost.phpt7 echo hash('gost', ''), "\n";
8 echo hash('gost', 'The quick brown fox jumps over the lazy dog'), "\n";
9 echo hash('gost', 'The quick brown fox jumps over the lazy cog'), "\n";
10 echo hash('gost', str_repeat('a', 31)), "\n";
11 echo hash('gost', str_repeat('a', 32)), "\n";
12 echo hash('gost', str_repeat('a', 33)), "\n";
/PHP-5.3/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.3/ext/standard/tests/array/
H A Darray_walk_variation7.phpt19 echo "*** Testing array_walk() : anonymous function as callback ***\n";
23 echo "-- Anonymous function with one argument --\n";
24 var_dump( array_walk($input, create_function('$value', 'var_dump($value); echo "\n";')));
26 echo "-- Anonymous function with two arguments --\n";
27 …ray_walk($input, create_function('$value, $key', 'var_dump($key); var_dump($value); echo "\n";')));
29 echo "-- Anonymous function with three arguments --\n";
30 …ue, $key, $user_data', 'var_dump($key); var_dump($value); var_dump($user_data); echo "\n";'), 10));
32 echo "-- Anonymous function with one more argument --\n";
35 echo "-- Anonymous function with null argument --\n";
36 var_dump( array_walk( $input, create_function(null, 'echo "1\n";')));
[all …]
H A Darray_walk_recursive_variation7.phpt19 echo "*** Testing array_walk_recursive() : anonymous function as callback ***\n";
23 echo "-- Anonymous function with one argument --\n";
24 var_dump( array_walk_recursive($input, create_function('$value', 'var_dump($value); echo "\n";')));
26 echo "-- Anonymous function with two arguments --\n";
27 …ecursive($input, create_function('$value, $key', 'var_dump($key); var_dump($value); echo "\n";')));
29 echo "-- Anonymous function with three arguments --\n";
30 …ue, $key, $user_data', 'var_dump($key); var_dump($value); var_dump($user_data); echo "\n";'), 10));
32 echo "-- Anonymous function with one more argument --\n";
35 echo "-- Anonymous function with null argument --\n";
36 var_dump( array_walk_recursive( $input, create_function(null, 'echo "1\n";')));
[all …]

Completed in 68 milliseconds

12345678910>>...324