Home
last modified time | relevance | path

Searched refs:echo (Results 151 – 175 of 9126) sorted by relevance

12345678910>>...366

/PHP-7.1/ext/standard/tests/strings/
H A Dmd5raw.phpt5 echo bin2hex(md5("", TRUE))."\n";
6 echo bin2hex(md5("a", TRUE))."\n";
7 echo bin2hex(md5("abc", TRUE))."\n";
8 echo bin2hex(md5("message digest", TRUE))."\n";
9 echo bin2hex(md5("abcdefghijklmnopqrstuvwxyz", TRUE))."\n";
10 echo bin2hex(md5("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789", TRUE))."\n";
11 echo bin2hex(md5("12345678901234567890123456789012345678901234567890123456789012345678901234567890"…
H A Dprintf.phpt59 echo "\n\nFloat Iteration $counter";
62 echo "\n";
78 echo "\n\nInteger Iteration $counter";
81 echo "\n";
96 echo "\n";
108 echo "\n";
119 echo "\n";
130 echo "\n";
141 echo "\n";
152 echo "\n";
[all …]
H A Dprintf_64bit.phpt59 echo "\n\nFloat Iteration $counter";
62 echo "\n";
78 echo "\n\nInteger Iteration $counter";
81 echo "\n";
96 echo "\n";
108 echo "\n";
119 echo "\n";
130 echo "\n";
141 echo "\n";
152 echo "\n";
[all …]
H A Dbug20261.phpt9 echo "1: ".$first."\n";
10 echo "2: ".$second."\n";
11 echo "3: ".$rot."\n";
15 echo "1: ".$first."\n";
16 echo "2: ".$second."\n";
17 echo "3: ".$rot."\n";
H A Dprintf_basic3.phpt27 echo "\n-- Calling printf() with no arguments--\n";
29 echo "\n";
32 echo "\n-- Calling printf() with one arguments--\n";
34 echo "\n";
37 echo "\n";
40 echo "\n-- Calling printf() with two arguments--\n";
42 echo "\n";
45 echo "\n";
48 echo "\n-- Calling printf() with three arguments--\n";
50 echo "\n";
[all …]
/PHP-7.1/tests/lang/
H A Dcomments.phpt11 echo '#ola'; //?
12 echo "\n";
13 echo 'uhm # ah'; #ah?
14 echo "\n";
15 echo "e este, # hein?";
16 echo "\n";
H A D019.phpt10 eval("echo \"hey, this is a regular echo'd eval()\\n\";");
17 hey, this is a regular echo'd eval()
19 hey, this is a regular echo'd eval()
21 hey, this is a regular echo'd eval()
23 hey, this is a regular echo'd eval()
25 hey, this is a regular echo'd eval()
27 hey, this is a regular echo'd eval()
29 hey, this is a regular echo'd eval()
31 hey, this is a regular echo'd eval()
33 hey, this is a regular echo'd eval()
[all …]
H A D020.phpt11 echo "In branch 1\n";
14 echo "This doesn't work... :(\n";
17 echo "This works!\n";
20 echo "Hmmm, no worki\n";
23 echo "Inner default...\n";
27 echo "blah=$blah\n";
32 echo "In branch 2\n";
35 echo "In branch \$i\n";
38 echo "In branch 4\n";
41 echo "Hi, I'm default\n";
/PHP-7.1/ext/reflection/tests/
H A DReflectionMethod_constructor_basic.phpt8 echo "In " . __METHOD__ . "\n";
12 echo "New-style constructor:\n";
18 echo "\nInherited new-style constructor\n";
24 echo "In " . __METHOD__ . "\n";
27 echo "\nOld-style constructor:\n";
39 echo "In " . __METHOD__ . "\n";
42 echo "\nNot a constructor:\n";
54 echo "In " . __METHOD__ . "\n";
61 echo "\nOld-style constructor:\n";
65 echo "\nRedefined constructor:\n";
[all …]
/PHP-7.1/ext/dom/tests/
H A Ddomelement.phpt12 echo "Error while parsing the document\n";
17 echo "Tag Name: ".$node->tagName."\n";
21 echo "Chapter: ".$node->getAttribute('num')."\n";
24 echo "Chapter: ".$node->getAttribute('num')."\n";
27 echo "Language: ".$node->getAttribute('language')."\n";
35 echo "\n-- xml:lang --\n";
50 echo "Language: ".$lang->value."\n";
52 echo "\n-- Elements --\n";
54 echo "Row Count: ".$rows->length."\n";
63 echo "myelements Count: ".$mylen."\n";
[all …]
/PHP-7.1/ext/standard/tests/math/
H A Dlog10_basic.phpt19 echo "log10 $arg_0 = ";
23 echo "Pass\n";
26 echo "Fail\n";
29 echo "log10 $arg_1 = ";
33 echo "Pass\n";
36 echo "Fail\n";
39 echo "log10 $arg_2 = ";
43 echo "Pass\n";
46 echo "Fail\n";
/PHP-7.1/Zend/tests/
H A Dclosure_016.phpt7 echo "Hello World!\n";
13 echo "Hello World!\n";
18 echo $name."\n";
20 echo $name."\n";
22 echo $name."\n";
24 echo $name."\n";
27 echo $name."\n";
29 echo $name."\n";
31 echo $name."\n";
33 echo $name."\n";
H A Dns_057.phpt18 echo "class ok\n";
36 echo namespace\C;
37 echo namespace\foo();
38 echo namespace\foo::C;
39 echo namespace\foo::C2;
40 echo namespace\foo::$var;
41 echo namespace\foo::bar();
42 echo namespace\f1();
43 echo namespace\f2();
44 echo namespace\f3(new namespace\foo());
[all …]
H A Dns_058.phpt16 echo "class ok\n";
34 echo namespace\C;
35 echo namespace\foo();
36 echo namespace\foo::C;
37 echo namespace\foo::C2;
38 echo namespace\foo::$var;
39 echo namespace\foo::bar();
40 echo namespace\f1();
41 echo namespace\f2();
42 echo namespace\f3(new namespace\foo());
[all …]
H A Dlsb_001.phpt38 echo TestClass::testStaticVar() . "\n";
39 echo TestClass::testClassConst() . "\n";
40 echo TestClass::testStaticFunction() . "\n";
42 echo ChildClass1::testStaticVar() . "\n";
43 echo ChildClass1::testClassConst() . "\n";
44 echo ChildClass1::testStaticFunction() . "\n";
46 echo ChildClass2::testStaticVar() . "\n";
47 echo ChildClass2::testClassConst() . "\n";
48 echo ChildClass2::testStaticFunction() . "\n";
/PHP-7.1/ext/dba/tests/
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";
46 echo "Read during write: allowed\n";
50 echo '"key number 6" written' . "\n";
79 echo "Error reading database\n";
[all …]
/PHP-7.1/ext/spl/tests/
H A Dheap_004.phpt15 echo "inserted 1\n";
17 echo "inserted 2\n";
19 echo "inserted 3\n";
21 echo "Exception: ".$e->getMessage()."\n";
26 echo "inserted 4\n";
28 echo "Exception: ".$e->getMessage()."\n";
34 echo "Exception: ".$e->getMessage()."\n";
39 echo "Exception: ".$e->getMessage()."\n";
42 echo "Recovering..\n";
48 echo "Exception: ".$e->getMessage()."\n";
[all …]
H A Dpqueue_002.phpt15 echo "inserted 1\n";
17 echo "inserted 2\n";
19 echo "inserted 3\n";
21 echo "Exception: ".$e->getMessage()."\n";
26 echo "inserted 4\n";
28 echo "Exception: ".$e->getMessage()."\n";
34 echo "Exception: ".$e->getMessage()."\n";
39 echo "Exception: ".$e->getMessage()."\n";
42 echo "Recovering..\n";
48 echo "Exception: ".$e->getMessage()."\n";
[all …]
H A Diterator_007.phpt10 echo __METHOD__ . "\n";
15 echo __METHOD__ . "\n";
20 echo __METHOD__ . "\n";
25 echo __METHOD__ . "\n";
30 echo __METHOD__ . "\n";
39 echo __METHOD__ . "\n";
66 echo "===0===\n";
71 echo "===1===\n";
80 echo "===2===\n";
88 echo "===3===\n";
[all …]
/PHP-7.1/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_1.phpt16 echo "Test connect\n";
20 echo $dbh->getAttribute(PDO::ATTR_PREFETCH), "\n";
26 echo $r[0] . "\n";
29 echo "Test set 102\n";
31 echo $dbh->getAttribute(PDO::ATTR_PREFETCH), "\n";
37 echo $r[0] . "\n";
40 echo "Test set -1: (Uses 0)\n";
48 echo $r[0] . "\n";
51 echo "Test set PHP_INT_MAX: (Uses default)\n";
59 echo $r[0] . "\n";
[all …]
/PHP-7.1/ext/date/tests/
H A DDateTime_data-fall-type2-type2.inc23 echo "test_time_fall_type2_prev_type2_prev: ";
28 echo "test_time_fall_type2_prev_type2_dt: ";
43 echo "test_time_fall_type2_prev_type2_st: ";
48 echo "test_time_fall_type2_prev_type2_post: ";
53 echo "test_time_fall_type2_dt_type2_prev: ";
58 echo "test_time_fall_type2_dt_type2_dt: ";
73 echo "test_time_fall_type2_dt_type2_st: ";
78 echo "test_time_fall_type2_dt_type2_post: ";
143 echo "test_time_fall_type2_st_type2_prev: ";
148 echo "test_time_fall_type2_st_type2_dt: ";
[all …]
H A Drfc-datetime_and_daylight_saving_time-type1.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 …]
/PHP-7.1/ext/standard/tests/array/
H A Darray_merge_variation10.phpt15 echo "*** Testing array_merge() : usage variations ***\n";
21 echo "\n-- Call array_merge() --\n";
24 echo "\n-- Position of Internal Pointer in Result: --\n";
25 echo key($result) . " => " . current($result) . "\n";
28 echo "\$arr1: ";
29 echo key($arr1) . " => " . current ($arr1) . "\n";
30 echo "\$arr2: ";
31 echo key($arr2) . " => " . current ($arr2) . "\n";
32 echo "\$arr3: ";
33 echo key($arr3) . " => " . current ($arr3) . "\n";
[all …]
H A Darray_shift_variation4.phpt18 echo "\n-- Before shift: --\n";
19 echo "---- \$stack_first:\n";
21 echo "---- \$stack_last:\n";
24 echo "\n-- After shift: --\n";
25 echo "---- Pop array from array:\n";
26 echo "Returned value:\t";
28 echo "New array:\n";
31 echo "---- Pop element from array within array:\n";
32 echo "Returned value:\t";
34 echo "New array:\n";
[all …]
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg.init.d34 echo -n $"Fatal: cannot find phpdbg ${PHPDBG}"
36 echo
41 echo -n $"Fatal: cannot execute phpdbg ${PHPDBG}"
43 echo
59 echo -n $"Starting: phpdbg ${OPTIONS} on ${STDIN}/${STDOUT} "
64 echo $PID > $PIDFILE
69 echo
92 echo
95 echo -n $"Error: phpdbg not running"
97 echo
[all …]

Completed in 71 milliseconds

12345678910>>...366