Home
last modified time | relevance | path

Searched refs:other (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/intl/tests/
H A Dmsgfmt_bug70484.phpt40 string(8) "42-other"
41 string(11) "42,42-other"
47 string(8) "42-other"
48 string(11) "42,42-other"
54 string(8) "42-other"
55 string(11) "42,42-other"
61 string(8) "42-other"
62 string(11) "42,42-other"
69 string(11) "42.42-other"
82 string(8) "42-other"
[all …]
H A Dmsgfmt_format_subpatterns.phpt23 =2 {{2} invites {3} and one other person to her party.}
24 other {{2} invites {3} as one of the # people invited to her party.}}}
28 =2 {{2} invites {3} and one other person to his party.}
29 other {{2} invites {3} as one of the # other people invited to his party.}}}
30 other {{1, plural, offset:1
33 =2 {{2} invites {3} and one other person to their party.}
34 other {{2} invites {3} as one of the # other people invited to their party.}}}}
70 'Alice invites Bob and one other person to their party.'
71 'Alice invites Bob and one other person to their party.'
H A Dmsgfmt_format_subpatterns_named.phpt23 =2 {{host} invites {guest} and one other person to her party.}
24 other {{host} invites {guest} as one of the # people invited to her party.}}}
28 =2 {{host} invites {guest} and one other person to his party.}
29 other {{host} invites {guest} as one of the # people invited to his party.}}}
30 other {{num_guests, plural, offset:1
33 =2 {{host} invites {guest} and one other person to their party.}
34 other {{host} invites {guest} as one of the # people invited to their party.}}}}
70 'Alice invites Bob and one other person to their party.'
71 'Alice invites Bob and one other person to their party.'
/PHP-7.4/tests/classes/
H A Dthis.phpt11 function replace($other)
14 $this = $other;
16 print $other->prop;
19 function indirect($other)
22 $this = $other;
31 $other = $this;
38 $other = new Foo;
39 $other->prop = "World\n";
41 $object->replace($other);
42 $object->indirect($other);
[all …]
H A Dctor_dtor_inheritance.phpt27 public $other;
31 $this->other = 'other';
70 [other] => other
76 [other] => other
82 [other] => other
88 [other] => other
94 [other] => other
/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlentities21.phpt136 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
139 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
142 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
145 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
148 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
151 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
154 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
157 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
160 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
163 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
[all …]
H A Dhtmlentities23.phpt31 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
38 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
45 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
52 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
59 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
66 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
73 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
80 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
87 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
94 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
[all …]
H A Dhtmlentities22.phpt256 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
259 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
262 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
265 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
268 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
271 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
274 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
277 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
280 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
283 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
[all …]
H A Dvprintf_variation16.phpt2 Test vprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vprintf() : unsigned formats and signed & other types of values ***\n";
29 // Arrays of signed and other type of values for the format defined in $format.
64 // and with signed and other types of values from the above $args_array array
76 *** Testing vprintf() : unsigned formats and signed & other types of values ***
H A Dvprintf_variation16_64bit.phpt2 Test vprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vprintf() : unsigned formats and signed & other types of values ***\n";
29 // Arrays of signed and other type of values for the format defined in $format.
64 // and with signed and other types of values from the above $args_array array
77 *** Testing vprintf() : unsigned formats and signed & other types of values ***
H A Dvsprintf_variation16.phpt2 Test vsprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vsprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vsprintf() : unsigned formats and signed & other types of values ***\n";
29 // Arrays of signed and other type of values for the format defined in $format.
64 // and with signed and other types of values from the above $args_array array
75 *** Testing vsprintf() : unsigned formats and signed & other types of values ***
H A Dvsprintf_variation16_64bit.phpt2 Test vsprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vsprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vsprintf() : unsigned formats and signed & other types of values ***\n";
29 // Arrays of signed and other type of values for the format defined in $format.
64 // and with signed and other types of values from the above $args_array array
75 *** Testing vsprintf() : unsigned formats and signed & other types of values ***
H A Dvfprintf_variation16.phpt2 Test vfprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vfprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vfprintf() : unsigned formats and signed & other types of values ***\n";
29 // Arrays of signed and other type of values for the format defined in $format.
69 // and with signed and other types of values from the above $args_array array
86 *** Testing vfprintf() : unsigned formats and signed & other types of values ***
H A Dvfprintf_variation16_64bit.phpt2 Test vfprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vfprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vfprintf() : unsigned formats and signed & other types of values ***\n";
29 // Arrays of signed and other type of values for the format defined in $format.
69 // and with signed and other types of values from the above $args_array array
86 *** Testing vfprintf() : unsigned formats and signed & other types of values ***
/PHP-7.4/sapi/phpdbg/tests/
H A Dfinish_leave_001.phpt22 >00005: return ["hello", $other];
26 >00005: return ["hello", $other];
34 $other = bar();
36 return ["hello", $other];
/PHP-7.4/ext/readline/tests/
H A Dreadline_info_001.phpt50 string(5) "other"
57 string(5) "other"
58 string(5) "other"
/PHP-7.4/ext/mbstring/tests/
H A Dbug81011.phpt14 'other' => ['one', 'two']
48 ["other"]=>
78 ["other"]=>
/PHP-7.4/ext/zlib/tests/
H A Dbug_40189.phpt12 $gp = fopen(__DIR__ . '/test.other', 'wb');
18 var_dump(file_get_contents(__DIR__ . '/test.other'));
22 @unlink(__DIR__ . '/test.other');
/PHP-7.4/ext/date/tests/
H A Dbug45682.phpt9 $other = new DateTime("31-July-2008");
11 $diff = date_diff($date, $other);
/PHP-7.4/ext/standard/tests/class_object/
H A Dbug71442.phpt22 forward_static_call( 'test', 'other', 'args');
37 C other,args
/PHP-7.4/ext/standard/tests/array/
H A Darray_keys_variation_004.phpt6 echo "*** Testing array_keys() on all the types other than arrays ***\n";
29 *** Testing array_keys() on all the types other than arrays ***
H A Darray_diff_variation7.phpt14 * 2. Have been referenced to each other
34 echo "-- Arrays referenced to each other --\n";
83 -- Arrays referenced to each other --
/PHP-7.4/ext/standard/tests/
H A Dforward_static_call_array.phpt31 forward_static_call_array('test', array('other', 'args'));
41 C other,args
/PHP-7.4/ext/gd/tests/
H A Dlibgd00186.phpt14 $other = imagecolorallocate($tile,0,0,0x2);
18 imagefilledrectangle($tile,8,0,9,10,$other);
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace_variation1.phpt12 $string = 'This is a string. It contains numbers (0-9) as well as parentheses and some other things…
17 This test a string. It contains numbers *0 to 9* test well test parentheses and some other things*

Completed in 43 milliseconds

12345678910>>...14