Home
last modified time | relevance | path

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

12345678910>>...314

/PHP-5.4/ext/dom/tests/
H A Ddomchardata.phpt12 echo "Error while parsing the document\n";
25 echo "Comment Length: ".$comment->length."\n";
28 echo "New Comment Length: ".$comment->length."\n";
29 echo "New Comment Data: ".$comment->data."\n";
35 echo "Substring: ".$cdata->substringData(7, 4)."\n";
37 echo "New Substring: ".$cdata->substringData(7, 4)."\n";
41 echo "Comment Value: ".$comment->data."\n";
43 echo "New Comment Value: ".$comment->data."\n";
51 echo "Updated Comment Value: ".$comment->data."\n";
56 echo "Whole Text: ".$text->wholeText."\n";
[all …]
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.4/ext/gd/tests/
H A Dimagefilter.phpt29 echo "$filt success\n";
32 echo "$filt failed\n";
40 echo "IMG_FILTER_SMOOTH success\n";
43 echo "IMG_FILTER_SMOOTH failed\n";
50 echo "IMG_FILTER_COLORIZE success\n";
53 echo "IMG_FILTER_COLORIZE failed\n";
60 echo "IMG_FILTER_CONTRAST success\n";
63 echo "IMG_FILTER_CONTRAST failed\n";
73 echo "IMG_FILTER_BRIGHTNESS failed\n";
80 echo "IMG_FILTER_PIXELATE success\n";
[all …]
/PHP-5.4/ext/date/tests/
H A Dbug34087.phpt6 echo "Y/m/d: ", strtotime("2005/8/12"), "\n";
7 echo "Y-m-d: ", strtotime("2005-8-12"), "\n";
9 echo date(DATE_ISO8601, strtotime("2005/1/2")), "\n";
10 echo date(DATE_ISO8601, strtotime("2005/01/02")), "\n";
11 echo date(DATE_ISO8601, strtotime("2005/01/2")), "\n";
12 echo date(DATE_ISO8601, strtotime("2005/1/02")), "\n";
H A Dbug32270.phpt8 echo date("m/d/Y H:i:s T", -2145888000)."\n";
10 echo strtotime("Jan 1 1902")."\n";
12 echo date("m/d/Y H:i:s T", -631123200)."\n";
14 echo strtotime("Jan 1 1950")."\n";
16 echo date("m/d/Y H:i:s T", 946713600)."\n";
18 echo strtotime("Jan 1 2000")."\n";
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.4/ext/standard/tests/strings/
H A Dimplode.phpt10 echo implode(array())."\n";
11 echo implode('nothing', array())."\n";
12 echo implode(array('foo', 'bar', 'baz'))."\n";
13 echo implode(':', array('foo', 'bar', 'baz'))."\n";
14 echo implode(':', array('foo', array('bar', 'baz'), 'burp'))."\n";
15 echo $php_errormsg."\n";
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.4/ext/soap/tests/bugs/
H A Dbug41004.phpt24 $classmap = array('EchoBean'=>'EchoBean','echo'=>'EchoRequest','echoResponse'=>'EchoResponse');
26 $echo=new EchoRequest();
30 $echo->in=$in;
31 $client->echo($echo);
32 echo $client->__getLastRequest();
36 …lns:ns1="urn:Formation"><SOAP-ENV:Body><ns1:echo><in><mandatoryElement>REV</mandatoryElement></in>…
/PHP-5.4/tests/classes/
H A Diterators_004.phpt8 echo "1st try\n";
15 echo "object:$w\n";
18 echo "2nd try\n";
26 echo __METHOD__ . "\n";
30 echo __METHOD__ . "\n";
34 echo __METHOD__ . "\n";
38 echo __METHOD__ . "\n";
51 echo "object:$v=>$w\n";
/PHP-5.4/ext/mbstring/tests/
H A Dbug54494.phpt17 echo "$mode:\n";
21 echo "Length: ", $length, "\n";
26 echo $t[1];
28 echo "\n";
33 echo "$mode:\n";
37 echo "Length: ", $length, "\n";
42 echo $t[1];
44 echo "\n";
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.4/ext/spl/tests/
H A Ddllist_004.phpt10 echo "Exception: ".$e->getMessage()."\n";
15 echo "Exception: ".$e->getMessage()."\n";
21 echo $stack->pop()."\n";
26 echo $stack->top()."\n";
30 echo "[$elem]\n";
36 echo count($stack)."\n";
37 echo $stack->count()."\n";
45 echo count($stack)."\n";
H A Ddllist_005.phpt10 echo "Exception: ".$e->getMessage()."\n";
15 echo "Exception: ".$e->getMessage()."\n";
21 echo $queue->dequeue()."\n";
26 echo $queue->top()."\n";
30 echo "[$elem]\n";
36 echo count($queue)."\n";
37 echo $queue->count()."\n";
45 echo count($queue)."\n";
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;
/PHP-5.4/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.4/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 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 …]
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.4/tests/lang/
H A D006.phpt9 echo "bad";
11 echo "bad";
14 echo "bad";
16 echo "good";
18 echo "bad";
/PHP-5.4/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";
/PHP-5.4/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.4/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.4/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 …]

Completed in 56 milliseconds

12345678910>>...314