Home
last modified time | relevance | path

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

12345678910>>...314

/PHP-5.4/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.4/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.4/ext/oci8/tests/
H A Dbind_char_1.phpt48 echo "Test 1.2: Type: AFC. Length: default\n";
53 echo "Test 1.3: Type: AFC: Length: 0\n";
58 echo "Test 1.4: Type: AFC: Length: strlen\n";
88 echo "Test 2.3: Type: AFC: Length: 0\n";
93 echo "Test 2.4: Type: AFC: Length: strlen\n";
124 echo "Test 3.3: Type: AFC: Length: 0\n";
129 echo "Test 3.4: Type: AFC: Length: strlen\n";
160 echo "Test 4.3: Type: AFC: Length: 0\n";
184 echo " Querying:\n";
194 echo " :" . $item . ":\n";
[all …]
H A Derror_parse.phpt26 echo "Normal connection: Parse error\n";
42 echo "New connection: Parse error\n";
58 echo "Persistent connection: Parse error\n";
66 echo "No connection: error: ";
73 echo $m["message"], "\n";
77 echo $m["message"], "\n";
81 echo $m["message"], "\n";
88 echo $m["message"], "\n";
92 echo $m["message"], "\n";
96 echo $m["message"], "\n";
[all …]
/PHP-5.4/ext/spl/tests/
H A Diterator_034.phpt12 echo __METHOD__ . "() = false\n";
23 echo __METHOD__ . "()\n";
29 echo __METHOD__ . "()\n";
54 echo __METHOD__ . "()\n";
60 echo __METHOD__ . "()\n";
66 echo __METHOD__ . "()\n";
72 echo __METHOD__ . "()\n";
102 echo "$k=>$v\n";
105 echo "===BREAK===\n";
110 echo "===FOREND===\n";
[all …]
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.4/ext/soap/tests/bugs/
H A Dbug30045.phpt53 echo "byte\n";
59 echo "\nshort\n";
65 echo "\nint\n";
71 echo "\nlong\n";
77 echo "\nunsignedByte\n";
83 echo "\nunsignedShort\n";
89 echo "\nunsignedInt\n";
95 echo "\nunsignedLong\n";
121 echo "\ninteger\n";
125 echo "long\n";
[all …]
/PHP-5.4/ext/standard/tests/array/
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 …]
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 …]
/PHP-5.4/Zend/tests/
H A Dclosure_046.phpt23 echo "Before binding", "\n";
24 $nonstaticUnscoped(); echo "\n";
25 $nonstaticScoped(); echo "\n";
27 echo "After binding, no instance", "\n";
28 $d = $nonstaticUnscoped->bindTo(null, "static"); $d(); echo "\n";
29 $d = $nonstaticScoped->bindTo(null, "static"); $d(); echo "\n";
34 $d = $nonstaticUnscoped->bindTo(new A, "static"); $d(); echo "\n";
35 $d = $nonstaticScoped->bindTo(new A, "static"); $d(); echo "\n";
37 echo "After binding, with different instance for the bound one", "\n";
38 $d = $nonstaticScoped->bindTo(new B, "static"); $d(); echo "\n";
[all …]
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.4/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.4/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.4/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.4/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type2.phpt51 echo "\n";
60 echo 'fa1 ' . $start->format($date_format) . " + $interval_spec = "
93 echo "\n";
102 echo 'fs1 ' . $end->format($date_format) . " - $interval_spec = "
108 echo 'fs2 ' . $end->format($date_format) . " - $interval_spec = "
114 echo 'fs3 ' . $end->format($date_format) . " - $interval_spec = "
120 echo 'fs4 ' . $end->format($date_format) . " - $interval_spec = "
126 echo 'fs5 ' . $end->format($date_format) . " - $interval_spec = "
141 echo "\n";
187 echo "\n";
[all …]
H A DDateTime_data-spring-type2-type2.inc21 echo "test_time_spring_type2_prev_type2_prev: ";
26 echo "test_time_spring_type2_prev_type2_st: ";
31 echo "test_time_spring_type2_prev_type2_dt: ";
36 echo "test_time_spring_type2_prev_type2_post: ";
41 echo "test_time_spring_type2_st_type2_prev: ";
46 echo "test_time_spring_type2_st_type2_st: ";
51 echo "test_time_spring_type2_st_type2_dt: ";
56 echo "test_time_spring_type2_st_type2_post: ";
61 echo "test_time_spring_type2_dt_type2_prev: ";
66 echo "test_time_spring_type2_dt_type2_st: ";
[all …]
H A Dbug40743.phpt6 echo $dt->format(DATE_RFC822), "\n";
7 echo $dt->format('T e Z'), "\n";
8 echo "-----\n";
13 echo $dt->format(DATE_RFC822 . " e T O U"), "\n";
16 echo $dt->format(DATE_RFC822 . " e T O U"), "\n";
20 echo $dt->format(DATE_RFC822 . " e T O U"), "\n";
23 echo $dt->format(DATE_RFC822 . " e T O U"), "\n";
26 echo $dt->format(DATE_RFC822 . " e T O U"), "\n";
29 echo $dt->format(DATE_RFC822 . " e T O U"), "\n";
/PHP-5.4/ext/zip/tests/
H A Doo_delete.phpt26 echo "ok\n";
29 echo "failed\n";
37 echo "ok\n";
41 echo "ok\n";
43 echo "failed 3\n";
47 echo "ok\n";
49 echo "failed 3\n";
53 echo "ok\n";
56 echo "failed\n";
/PHP-5.4/ext/standard/tests/strings/
H A Dprintf_basic2.phpt10 echo "*** Testing printf() : basic functionality - using integer format ***\n";
22 echo "\n-- Calling printf() with no arguments --\n";
24 echo "\n";
27 echo "\n-- Calling printf() with one arguments--\n";
29 echo "\n";
32 echo "\n-- Calling printf() with two arguments--\n";
34 echo "\n";
37 echo "\n-- Calling printf() with three arguments--\n";
39 echo "\n";
H A Dprintf_basic4.phpt10 echo "*** Testing printf() : basic functionality - using bool format ***\n";
22 echo "\n-- Calling printf() with no arguments --\n";
24 echo "\n";
27 echo "\n-- Calling printf() with one arguments--\n";
29 echo "\n";
32 echo "\n-- Calling printf() with two arguments--\n";
34 echo "\n";
37 echo "\n-- Calling printf() with three arguments--\n";
39 echo "\n";
H A Dprintf_basic5.phpt10 echo "*** Testing printf() : basic functionality - using char format ***\n";
22 echo "\n-- Calling printf() with no arguments --\n";
24 echo "\n";
27 echo "\n-- Calling printf() with one arguments --\n";
29 echo "\n";
32 echo "\n-- Calling printf() with two arguments --\n";
34 echo "\n";
37 echo "\n-- Calling printf() with three arguments --\n";
39 echo "\n";
H A Dprintf_basic6.phpt10 echo "*** Testing printf() : basic functionality - using exponential format ***\n";
21 echo "\n-- Calling printf() with no arguments --\n";
23 echo "\n";
26 echo "\n-- Calling printf() with one argument --\n";
28 echo "\n";
31 echo "\n-- Calling printf() with two arguments --\n";
33 echo "\n";
36 echo "\n-- Calling printf() with three arguments --\n";
38 echo "\n";
/PHP-5.4/ext/dom/tests/
H A Dbug38474.phpt17 echo $dom->firstChild->getAttribute('type')."\n";
18 echo $dom->firstChild->getAttribute('pre:type')."\n";
25 echo $dom->firstChild->getAttribute('type')."\n";
26 echo $dom->firstChild->getAttribute('pre:type')."\n";
27 echo $dom->firstChild->getAttribute('post:type')."\n";
32 echo $dom->firstChild->getAttribute('type')."\n";
33 echo $dom->firstChild->getAttribute('pre:type')."\n";
34 echo $dom->firstChild->getAttribute('post:type')."\n";
35 echo $dom->firstChild->getAttribute('new:type');

Completed in 37 milliseconds

12345678910>>...314