Home
last modified time | relevance | path

Searched refs:good (Results 1 – 25 of 75) sorted by relevance

123

/PHP-8.3/Zend/tests/
H A Dlist_keyed_trailing_comma.phpt7 "good" => "bad",
12 "good" => $good,
16 var_dump($good, $happy);
21 "good" => "bad",
26 "good" => $good,
30 var_dump($good, $happy);
H A Dbug69996.phpt14 $cache->data = "good";
21 string(4) "good"
22 string(4) "good"
23 string(4) "good"
24 string(4) "good"
25 string(4) "good"
H A Dlist_keyed_ArrayAccess.phpt7 $antonymObject["good"] = "bad";
10 list("good" => $good, "happy" => $happy) = $antonymObject;
11 var_dump($good, $happy);
H A Dlist_keyed.phpt7 "good" => "bad",
11 list("good" => $good_antonym, "happy" => $happy_antonym) = $antonyms;
44 "antonyms" => list("good" => $good_antonym, "happy" => $happy_antonym),
/PHP-8.3/tests/lang/
H A Dengine_assignExecutionOrder_008.phpt7 $a[0][1] = 'good';
69 $i=f(): good
70 $$x=f(): good
71 ${'i'}=f(): good
72 $i[0]=f(): good
73 $i[0][0]=f(): good
74 $i->p=f(): good
75 $i->p->q=f(): good
76 $i->p[0]=f(): good
78 C::$p=f(): good
[all …]
H A Dexecution_order.phpt14 $b = "good";
21 $b = "good";
29 $c = $str->str.($str->str="good");
36 $c = ($str->str="good").$str->str;
41 $c = strclass::$statstr.(strclass::$statstr="good");
48 $c = (strclass::$statstr="good").strclass::$statstr;
56 $a = "good";
H A D004.phpt9 echo "good";
13 good
H A D005.phpt12 echo "good";
16 good
H A D003.phpt11 echo "good";
19 good
H A D006.phpt16 echo "good";
23 good
/PHP-8.3/Zend/tests/float_to_int/
H A Dwarning_float_does_not_fit_zend_long_strings.phpt16 $string = 'Here is some text for good measure';
49 $string = 'Here is some text for good measure';
57 $string = 'Here is some text for good measure';
97 string(34) "Eere is some text for good measure"
101 string(34) "Eere is some text for good measure"
103 string(34) "Here is some text for good measure"
105 string(34) "Here is some text for good measure"
H A Dwarning_float_does_not_fit_zend_long_strings_32bit.phpt16 $string = 'Here is some text for good measure';
49 $string = 'Here is some text for good measure';
57 $string = 'Here is some text for good measure';
97 string(34) "Eere is some text for good measure"
101 string(34) "Eere is some text for good measure"
103 string(34) "Here is some text for good measure"
105 string(34) "Here is some text for good measure"
/PHP-8.3/tests/basic/
H A Dbug79699.phpt7 __%48ost-evil=evil; __Host-evil=good; %66oo=baz;foo=bar
17 string(4) "good"
H A Dbug20539.phpt13 print "good :)\n";
19 good :)
/PHP-8.3/ext/soap/tests/bugs/
H A Dbug69462.phpt23 echo "good";
27 good
/PHP-8.3/ext/date/tests/
H A Dbug41599.phpt9 //good
13 //good
/PHP-8.3/tests/classes/
H A Dprotected_001.phpt11 public static function good() {
16 pass::good();
H A Dprotected_001b.phpt11 public function good() {
17 $t->good();
H A Dprivate_003.phpt11 protected static function good() {
18 pass::good();
H A Dprivate_003b.phpt11 protected function good() {
18 $this->good();
/PHP-8.3/ext/spl/tests/
H A Dbug78863.phpt9 touch("$dir/sub/good");
27 unlink("$dir/sub/good");
/PHP-8.3/ext/mbstring/tests/
H A Dmb_stripos_basic.phpt23 // 4 good ones
29 //flag a swap between good and bad
55 // 4 good ones
58 '!', // used to flag a swap between good and bad
H A Dmb_strripos_basic.phpt23 // 4 good ones
29 //flag a swap between good and bad
55 // 4 good ones
58 '!', // used to flag a swap between good and bad
/PHP-8.3/ext/standard/tests/strings/
H A Dstr_word_count.phpt6 looking good today!";
71 string(4) "good"
85 string(4) "good"
95 looking good today!"
/PHP-8.3/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_007w.phpt10 $client->echoStringArray(array('good'));
18 …="xsd:string[1]" xsi:type="ns2:ArrayOfstring"><item xsi:type="xsd:string">good</item></inputString…
20 …="xsd:string[1]" xsi:type="ns2:ArrayOfstring"><item xsi:type="xsd:string">good</item></outputStrin…

Completed in 30 milliseconds

123