Home
last modified time | relevance | path

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

12345678910>>...374

/PHP-7.0/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-7.0/Zend/tests/
H A Dbug37632.phpt10 echo __METHOD__ . "\n";
18 echo __METHOD__ . "\n";
27 echo __METHOD__ . "\n";
38 echo __METHOD__ . "\n";
46 echo __METHOD__ . "\n";
55 echo __METHOD__ . "\n";
74 echo __METHOD__ . "\n";
82 echo __METHOD__ . "\n";
91 echo __METHOD__ . "\n";
103 echo __METHOD__ . "\n";
[all …]
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 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-7.0/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-7.0/ext/opcache/tests/
H A Dbug70423.phpt16 $fn1 = function() use ($a) {echo "$a\n"; $a++;};
17 $fn2 = function() use ($a) {echo "$a\n"; $a++;};
26 $fn1 = function() use (&$b) {echo "$b\n"; $b++;};
27 $fn2 = function() use (&$b) {echo "$b\n"; $b++;};
36 $fn1 = function() use (&$c) {echo "$c\n"; $c++;};
37 $fn2 = function() use ($c) {echo "$c\n"; $c++;};
46 $fn1 = function() use ($d) {echo "$d\n"; $d++;};
47 $fn2 = function() use (&$d) {echo "$d\n"; $d++;};
/PHP-7.0/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";
/PHP-7.0/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-7.0/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";
/PHP-7.0/Zend/tests/generators/finally/
H A Dfinally_ran_on_close.phpt9 echo "before yield\n";
11 echo "after yield\n";
13 echo "finally run\n";
15 echo "code after finally\n";
17 echo "second finally run\n";
19 echo "code after second finally\n";
/PHP-7.0/Zend/tests/try/
H A Dcatch_finally_004.phpt12 echo "1";
14 echo "2";
17 echo "3";
20 echo "4";
25 echo "3";
27 echo "2";
H A Dtry_catch_finally_002.phpt14 echo "1";
19 echo "2";
22 echo "3";
27 echo "4";
30 echo "5";
34 echo "6";
/PHP-7.0/ext/date/tests/
H A DDateTime_data-spring-type2-type3.inc21 echo "test_time_spring_type2_prev_type3_prev: ";
26 echo "test_time_spring_type2_prev_type3_st: ";
31 echo "test_time_spring_type2_prev_type3_dt: ";
36 echo "test_time_spring_type2_prev_type3_post: ";
41 echo "test_time_spring_type2_st_type3_prev: ";
46 echo "test_time_spring_type2_st_type3_st: ";
51 echo "test_time_spring_type2_st_type3_dt: ";
56 echo "test_time_spring_type2_st_type3_post: ";
61 echo "test_time_spring_type2_dt_type3_prev: ";
66 echo "test_time_spring_type2_dt_type3_st: ";
[all …]
H A DDateTime_data-spring-type3-type2.inc21 echo "test_time_spring_type3_prev_type2_prev: ";
26 echo "test_time_spring_type3_prev_type2_st: ";
31 echo "test_time_spring_type3_prev_type2_dt: ";
36 echo "test_time_spring_type3_prev_type2_post: ";
41 echo "test_time_spring_type3_st_type2_prev: ";
46 echo "test_time_spring_type3_st_type2_st: ";
51 echo "test_time_spring_type3_st_type2_dt: ";
56 echo "test_time_spring_type3_st_type2_post: ";
61 echo "test_time_spring_type3_dt_type2_prev: ";
66 echo "test_time_spring_type3_dt_type2_st: ";
[all …]
H A DDateTime_data-spring-type3-type3.inc21 echo "test_time_spring_type3_prev_type3_prev: ";
26 echo "test_time_spring_type3_prev_type3_st: ";
31 echo "test_time_spring_type3_prev_type3_dt: ";
36 echo "test_time_spring_type3_prev_type3_post: ";
41 echo "test_time_spring_type3_st_type3_prev: ";
46 echo "test_time_spring_type3_st_type3_st: ";
51 echo "test_time_spring_type3_st_type3_dt: ";
56 echo "test_time_spring_type3_st_type3_post: ";
61 echo "test_time_spring_type3_dt_type3_prev: ";
66 echo "test_time_spring_type3_dt_type3_st: ";
[all …]
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-7.0/ext/openssl/
H A Dopenssl.mak111 @echo Build complete.
114 @echo Building Dependencies for $(<F)
118 @echo Building Dependencies for $(<F)
122 @echo Compiling $?...
126 @echo Compiling $?...
139 @echo AutoUnload >> $(basename $@).def
141 @echo Debug >> $(basename $@).def
154 @echo Linking $@...
167 @echo Deleting all dependency files...
172 @echo Deleting all object files...
[all …]
/PHP-7.0/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_v.phpt10 echo "*** Testing debug_zval_dump() on functions ***\n";
41 echo "\n-- Value of \$first_var: --\n";
47 echo "\n-- Value of \$ref_first_var --\n";
49 echo "\n-- Value of \$first_var --\n";
56 echo "\n-- Value of \$ref_first_var --\n";
58 echo "\n-- Value of \$first_var --\n";
76 echo "\n-- Value of \$var_2: --\n";
78 echo "\n-- Value of \$var_3: --\n";
85 echo "\n-- Value of \$var_2: --\n";
114 echo "-- Iteration $counter --\n";
[all …]
/PHP-7.0/ext/dba/tests/
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_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";
/PHP-7.0/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-7.0/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";

Completed in 42 milliseconds

12345678910>>...374