Home
last modified time | relevance | path

Searched refs:echo (Results 501 – 525 of 9029) sorted by relevance

1...<<21222324252627282930>>...362

/PHP-5.6/Zend/tests/generators/errors/
H A Dyield_in_force_closed_finally_error.phpt8 echo "before yield\n";
10 echo "after yield\n";
12 echo "before yield in finally\n";
14 echo "after yield in finally\n";
17 echo "after finally\n";
/PHP-5.6/tests/classes/
H A Darray_access_013.phpt18 echo isset($t[0]);
22 echo "Caught in " . $e->getMessage() . "()\n";
27 echo $t[0];
31 echo "Caught in " . $e->getMessage() . "()\n";
40 echo "Caught in " . $e->getMessage() . "()\n";
49 echo "Caught in " . $e->getMessage() . "()\n";
/PHP-5.6/ext/mbstring/tests/
H A Dmb_http_input.phpt23 // echo vars
24 echo $_POST['a']."\n";
25 echo $_GET['b']."\n";
34 echo "OK\n";
37 echo "NG\n";
42 echo "This heppens when php.ini-dist is not used\n";
H A Dmb_strtolower_variation3.phpt20 echo "*** Testing mb_strtolower() : usage variations ***\n";
26 echo "\n-- Mixed string (mulitbyte and ASCII characters) --\n";
30 echo "Correctly Converted\n";
32 echo "Incorrectly Converted\n";
35 echo "\n-- Multibyte Only String--\n";
39 echo "Correctly Converted\n";
41 echo "Incorrectly Converted\n";
44 echo "Done";
H A Dmb_strtoupper_variation3.phpt20 echo "*** Testing mb_strtoupper() : usage variations ***\n";
27 echo "\n-- Mixed string (mulitbyte and ASCII characters) --\n";
31 echo "Correctly Converted\n";
33 echo "Incorrectly Converted\n";
36 echo "\n-- Multibyte Only String--\n";
40 echo "Correctly Converted\n";
42 echo "Incorrectly Converted\n";
45 echo "Done";
/PHP-5.6/ext/sqlite3/tests/
H A Dsqlite3_18_changes.phpt11 echo "Creating Table\n";
14 echo "INSERT into table\n";
18 echo "UPDATE query\n";
21 echo "Rows Updated\n";
24 echo "Closing database\n";
26 echo "Done\n";
H A Dsqlite3_35_stmt_readonly.phpt16 echo "Creating Table\n";
19 echo "INSERT into table\n";
23 echo "Checking select statement\n";
27 echo "Checking update statement\n";
31 echo "Checking delete statement\n";
35 echo "Closing database\n";
37 echo "Done\n";
/PHP-5.6/ext/phar/tests/
H A D023.phpt14 $files['a.php'] = '<?php echo "This is a\n"; ?>';
15 $files['b.php'] = '<?php echo "This is b\n"; ?>';
16 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
29 string(28) "<?php echo "This is a\n"; ?>"
30 string(28) "<?php echo "This is b\n"; ?>"
31 string(30) "<?php echo "This is b/c\n"; ?>"
H A Dphar_stub_error.phpt12 $stub = b'<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
25 $newstub = '<?php echo "second stub\n"; _x_HALT_COMPILER(); ?>';
32 echo 'Exception: ' . $e->getMessage() . "\n";
48 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
49 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
52 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
54 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
/PHP-5.6/ext/date/tests/
H A Dbug55253.phpt15 echo 'Zone Type 3: ' . $date3->format('Y-m-d H:i:s T') . "\n";
16 echo 'Zone Type 2: ' . $date2->format('Y-m-d H:i:s T') . "\n";
18 echo $interval->format('Add %h hours %i minutes') . "\n";
22 echo 'Zone Type 3: ' . $date3->format('Y-m-d H:i:s T') . "\n";
23 echo 'Zone Type 2: ' . $date2->format('Y-m-d H:i:s T') . "\n";
29 echo $interval->format('Subtract %h hours %i minutes from expected') . "\n";
33 echo 'Zone Type 3: ' . $date3->format('Y-m-d H:i:s T') . "\n";
34 echo 'Zone Type 2: ' . $date2->format('Y-m-d H:i:s T') . "\n";
/PHP-5.6/ext/spl/tests/
H A Diterator_039.phpt13 echo __METHOD__ . "\n";
19 echo __METHOD__ . "\n";
25 echo __METHOD__ . "\n";
31 echo __METHOD__ . "\n";
37 echo __METHOD__ . "\n";
43 echo __METHOD__ . "\n";
56 echo "===SEEK===\n";
60 echo "===LOOP===\n";
H A DarrayObject_magicMethods4.phpt37 echo "\n--> Write existent, non-existent and dynamic:\n";
41 echo " Original wrapped object:\n";
43 echo " Wrapping ArrayObject:\n";
46 echo "\n--> Read existent, non-existent and dynamic:\n";
50 echo " Original wrapped object:\n";
52 echo " Wrapping ArrayObject:\n";
55 echo "\n--> isset existent, non-existent and dynamic:\n";
59 echo " Original wrapped object:\n";
61 echo " Wrapping ArrayObject:\n";
68 echo " Original wrapped object:\n";
[all …]
H A DarrayObject_magicMethods5.phpt37 echo "\n--> Write existent, non-existent and dynamic:\n";
41 echo " Original wrapped object:\n";
43 echo " Wrapping ArrayObject:\n";
46 echo "\n--> Read existent, non-existent and dynamic:\n";
50 echo " Original wrapped object:\n";
52 echo " Wrapping ArrayObject:\n";
55 echo "\n--> isset existent, non-existent and dynamic:\n";
59 echo " Original wrapped object:\n";
61 echo " Wrapping ArrayObject:\n";
68 echo " Original wrapped object:\n";
[all …]
H A DarrayObject_magicMethods6.phpt37 echo "\n--> Write existent, non-existent and dynamic:\n";
41 echo " Original wrapped object:\n";
43 echo " Wrapping ArrayObject:\n";
46 echo "\n--> Read existent, non-existent and dynamic:\n";
50 echo " Original wrapped object:\n";
52 echo " Wrapping ArrayObject:\n";
55 echo "\n--> isset existent, non-existent and dynamic:\n";
59 echo " Original wrapped object:\n";
61 echo " Wrapping ArrayObject:\n";
68 echo " Original wrapped object:\n";
[all …]
/PHP-5.6/ext/simplexml/tests/
H A D017.phpt29 echo "person: ".$person['name']."\n";
31 echo " child: ".$child['name']."\n";
39 echo "person: ".$xml->person[$i]['name']."\n";
42 echo " child: ".$xml->person[$i]->child[$j]['name']."\n";
47 echo "---11---\n";
49 echo "---12---\n";
51 echo "---21---\n";
53 echo "---22---\n";
/PHP-5.6/ext/sockets/tests/
H A Dmcast_ipv6_send.phpt22 echo "Setting IPV6_MULTICAST_TTL\n";
27 echo "\n";
29 echo "Setting IPV6_MULTICAST_LOOP\n";
38 echo "\n";
40 echo "Setting IPV6_MULTICAST_IF\n";
41 echo "interface 0:\n";
46 echo "interface 1:\n";
51 echo "\n";
/PHP-5.6/ext/reflection/tests/
H A DReflectionParameter_canBePassedByValue.phpt11 echo "Name: ", $parameter->getName(), "\n";
12 echo "Is passed by reference: ", $parameter->isPassedByReference()?"yes":"no", "\n";
13 echo "Can be passed by value: ", $parameter->canBePassedByValue()?"yes":"no", "\n";
14 echo "\n";
19 echo "=> array_multisort:\n\n";
24 echo "=> sort:\n\n";
28 echo "=> user function:\n\n";
34 echo "Done.\n";
H A DReflectionClass_constructor_002.phpt8 echo $e->getMessage() . "\n";
14 echo $e->getMessage() . "\n";
20 echo $e->getMessage() . "\n";
26 echo $e->getMessage() . "\n";
32 echo $e->getMessage() . "\n";
38 echo $e->getMessage() . "\n";
44 echo $e->getMessage() . "\n";
/PHP-5.6/ext/oci8/tests/
H A Dbug51291_2.phpt13 echo "\nTest 1 - Execute - after successful 2nd query with same statement\n";
23 echo "Execute status is ";
24 if (is_null($r)) echo "null";
25 else if ($r === false) echo "false";
26 else if ($r === true) echo "true";
27 else echo $r;
28 echo "\n";
29 echo "2nd call after successful execute\n";
H A Dlob_null.phpt37 echo "Temporary CLOB: NULL\n";
45 echo $m['message'], "\n";
51 echo "Temporary CLOB: ''\n";
59 echo $m['message'], "\n";
65 echo "Temporary CLOB: text\n";
73 echo $m['message'], "\n";
89 echo $m['message'], "\n";
103 echo $m['message'], "\n";
132 echo "RETURNING INTO: ''\n";
146 echo "Fetch as string\n";
[all …]
/PHP-5.6/ext/standard/tests/strings/
H A Dget_html_translation_table_basic8.phpt5 echo "*** Testing get_html_translation_table() : basic functionality/XML 1.0 ***\n";
7 echo "-- with table = HTML_ENTITIES, ENT_QUOTES --\n";
14 echo "-- with table = HTML_ENTITIES, ENT_COMPAT --\n";
19 echo "-- with table = HTML_ENTITIES, ENT_NOQUOTES --\n";
24 echo "-- with table = HTML_SPECIALCHARS, ENT_COMPAT --\n";
31 echo "-- with table = HTML_SPECIALCHARS, ENT_QUOTES --\n";
37 echo "-- with table = HTML_SPECIALCHARS, ENT_NOQUOTES --\n";
44 echo "Done\n";
/PHP-5.6/Zend/tests/
H A Dbug34786.phpt6 echo "foo: ".error_reporting()."\n";
10 echo "bar: ".error_reporting()."\n";
14 echo "before: ".error_reporting()."\n";
16 echo "after: ".error_reporting()."\n";
/PHP-5.6/ext/session/tests/
H A Dsession_set_save_handler_class_008.phpt19 echo "*** Testing session_set_save_handler() : manual shutdown ***\n";
25 echo "(#$this->num) constructor called\n";
28 echo "(#$this->num) destructor called\n";
32 echo "(#$this->num) finish called $id\n";
36 echo "(#$this->num) writing $id = $data\n";
41 echo "(#$this->num) closing $id\n";
55 echo "done\n";
H A Dsession_set_save_handler_class_009.phpt19 echo "*** Testing session_set_save_handler() : implicit shutdown ***\n";
25 echo "(#$this->num) constructor called\n";
28 echo "(#$this->num) destructor called\n";
32 echo "(#$this->num) finish called $id\n";
36 echo "(#$this->num) writing $id = $data\n";
41 echo "(#$this->num) closing $id\n";
53 echo "done\n";
H A Dsession_set_save_handler_class_010.phpt19 echo "*** Testing session_set_save_handler() : manual shutdown function ***\n";
25 echo "(#$this->num) constructor called\n";
28 echo "(#$this->num) destructor called\n";
32 echo "(#$this->num) finish called $id\n";
36 echo "(#$this->num) writing $id = $data\n";
41 echo "(#$this->num) closing $id\n";
53 echo "done\n";

Completed in 48 milliseconds

1...<<21222324252627282930>>...362