Home
last modified time | relevance | path

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

12345678910>>...14

/php-src/ext/intl/tests/
H A Dmsgfmt_bug70484.phpt37 string(8) "42-other"
38 string(11) "42,42-other"
44 string(8) "42-other"
45 string(11) "42,42-other"
51 string(8) "42-other"
52 string(11) "42,42-other"
58 string(8) "42-other"
59 string(11) "42,42-other"
66 string(11) "42.42-other"
79 string(8) "42-other"
[all …]
H A Dmsgfmt_format_subpatterns.phpt21 =2 {{2} invites {3} and one other person to her party.}
22 other {{2} invites {3} as one of the # people invited to her party.}}}
26 =2 {{2} invites {3} and one other person to his party.}
27 other {{2} invites {3} as one of the # other people invited to his party.}}}
28 other {{1, plural, offset:1
31 =2 {{2} invites {3} and one other person to their party.}
32 other {{2} invites {3} as one of the # other people invited to their party.}}}}
68 'Alice invites Bob and one other person to their party.'
69 'Alice invites Bob and one other person to their party.'
H A Dmsgfmt_format_subpatterns_named.phpt21 =2 {{host} invites {guest} and one other person to her party.}
22 other {{host} invites {guest} as one of the # people invited to her party.}}}
26 =2 {{host} invites {guest} and one other person to his party.}
27 other {{host} invites {guest} as one of the # people invited to his party.}}}
28 other {{num_guests, plural, offset:1
31 =2 {{host} invites {guest} and one other person to their party.}
32 other {{host} invites {guest} as one of the # people invited to their party.}}}}
68 'Alice invites Bob and one other person to their party.'
69 'Alice invites Bob and one other person to their party.'
/php-src/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';
71 [other] => other
77 [other] => other
83 [other] => other
89 [other] => other
95 [other] => other
/php-src/ext/dom/tests/modern/spec/
H A DappendChild_dtd_legacy.phpt21 $other = new DOMDocument();
22 $doctype = $other->importNode($original->doctype);
23 $other->appendChild($doctype);
24 $other->appendChild($doctype);
26 $other->appendChild($other->implementation->createDocumentType('doc', '', ''));
30 echo $other->saveXML();
/php-src/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
10 * Test vprintf() when different unsigned formats and signed values and other types of values
14 echo "*** Testing vprintf() : unsigned formats and signed & other types of values ***\n";
24 // Arrays of signed and other type of values for the format defined in $format.
59 // and with signed and other types of values from the above $args_array array
70 *** 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
10 * Test vprintf() when different unsigned formats and signed values and other types of values
14 echo "*** Testing vprintf() : unsigned formats and signed & other types of values ***\n";
24 // Arrays of signed and other type of values for the format defined in $format.
59 // and with signed and other types of values from the above $args_array array
71 *** Testing vprintf() : unsigned formats and signed & other types of values ***
/php-src/ext/dom/tests/gh11830/
H A Ddocument_variation.phpt11 <other/>
46 <other/>
54 <other/>
62 <other/>
70 <other/>
78 <other/>
/php-src/ext/standard/tests/serialize/
H A Dincomplete_class_magic.phpt6 $serialized = 'O:8:"Missing_":1:{s:33:"__PHP_Incomplete_Class_Name' . "\0" . 'other";i:123;}';
23 ["__PHP_Incomplete_Class_Name\0other"]=>
29 ["__PHP_Incomplete_Class_Name\0other"]=>
32 'O:8:"Missing_":1:{s:33:"__PHP_Incomplete_Class_Name' . "\0" . 'other";i:123;}'
/php-src/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-src/ext/mbstring/tests/
H A Dbug81011.phpt12 'other' => ['one', 'two']
46 ["other"]=>
76 ["other"]=>
/php-src/ext/opcache/jit/ir/
H A Dir_ra.c2856 other = other->list_next; in ir_try_allocate_free_reg()
2897 other = other->list_next; in ir_try_allocate_free_reg()
2950 other = other->list_next; in ir_try_allocate_free_reg()
3110 other = other->list_next; in ir_allocate_blocked_reg()
3160 other = other->list_next; in ir_allocate_blocked_reg()
3317 other = other->list_next; in ir_allocate_blocked_reg()
3335 other->current_range = &other->range; in ir_allocate_blocked_reg()
3340 other = other->list_next; in ir_allocate_blocked_reg()
3604 other = other->list_next; in ir_linear_scan()
3642 other = other->list_next; in ir_linear_scan()
[all …]
/php-src/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-src/ext/readline/tests/
H A Dreadline_info_001.phpt52 string(5) "other"
59 string(5) "other"
60 string(5) "other"
/php-src/ext/pdo_firebird/tests/
H A Dtransaction_isolation_level_behavior.phpt36 echo "insert by other transaction\n";
59 echo "insert by other transaction\n";
82 echo "insert by other transaction\n";
112 echo "insert by other transaction\n";
138 insert by other transaction
146 insert by other transaction
161 insert by other transaction
/php-src/ext/date/tests/
H A Dbug45682.phpt9 $other = new DateTime("31-July-2008");
11 $diff = date_diff($date, $other);
/php-src/ext/standard/tests/array/
H A Darray_diff_variation7.phpt8 * 2. Have been referenced to each other
28 echo "-- Arrays referenced to each other --\n";
77 -- Arrays referenced to each other --
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 ***
/php-src/Zend/tests/
H A Dclass_on_object.phpt14 $other = null;
15 var_dump($other::class);
/php-src/ext/standard/tests/class_object/
H A Dbug71442.phpt22 forward_static_call( 'test', 'other', 'args');
37 C other,args
/php-src/ext/dom/tests/
H A Dclone_attribute_namespace_02.phpt12 <child xmlns:foo="some:other"/>
25 <child xmlns:foo="some:other" xmlns:foo1="some:ns" foo1:bar="1"/>

Completed in 40 milliseconds

12345678910>>...14