/php-src/ext/intl/tests/ |
H A D | msgfmt_bug70484.phpt | 37 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 D | msgfmt_format_subpatterns.phpt | 21 =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 D | msgfmt_format_subpatterns_named.phpt | 21 =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 D | this.phpt | 11 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 D | ctor_dtor_inheritance.phpt | 27 public $other; 31 $this->other = 'other'; 71 [other] => other 77 [other] => other 83 [other] => other 89 [other] => other 95 [other] => other
|
/php-src/ext/bcmath/tests/number/operators/ |
H A D | calc_other_class.phpt | 2 BcMath\Number calc other class by operator 8 $other = new stdClass(); 11 $num + $other; 17 $num - $other; 23 $num * $other; 29 $num / $other; 35 $num % $other; 41 $num ** $other;
|
/php-src/ext/dom/tests/modern/spec/ |
H A D | appendChild_dtd_legacy.phpt | 21 $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 D | htmlentities21.phpt | 136 …): 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 D | htmlentities23.phpt | 31 …): 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 D | htmlentities22.phpt | 256 …): 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 D | vprintf_variation16.phpt | 2 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 D | vprintf_variation16_64bit.phpt | 2 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 D | document_variation.phpt | 11 <other/> 46 <other/> 54 <other/> 62 <other/> 70 <other/> 78 <other/>
|
/php-src/Zend/tests/property_hooks/ |
H A D | backing_value_simple.phpt | 13 $other = new C(); 14 $other->switch = false; 16 $other = $this; 18 var_dump($other->prop);
|
/php-src/ext/standard/tests/serialize/ |
H A D | incomplete_class_magic.phpt | 6 $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 D | finish_leave_001.phpt | 22 >00005: return ["hello", $other]; 26 >00005: return ["hello", $other]; 34 $other = bar(); 36 return ["hello", $other];
|
/php-src/ext/hash/tests/ |
H A D | xxhash_seed_deprecation.phpt | 18 Deprecated: hash_init(): Passing a seed of a type other than int is deprecated because it is the sa… 20 Deprecated: hash_init(): Passing a seed of a type other than int is deprecated because it is the sa… 22 Deprecated: hash_init(): Passing a seed of a type other than int is deprecated because it is ignore… 24 Deprecated: hash_init(): Passing a seed of a type other than int is deprecated because it is ignore… 26 Deprecated: hash_init(): Passing a secret of a type other than string is deprecated because it impl… 28 Deprecated: hash_init(): Passing a secret of a type other than string is deprecated because it impl…
|
H A D | murmur_seed_deprecation.phpt | 12 Deprecated: hash_init(): Passing a seed of a type other than int is deprecated because it is the sa… 14 Deprecated: hash_init(): Passing a seed of a type other than int is deprecated because it is the sa… 16 Deprecated: hash_init(): Passing a seed of a type other than int is deprecated because it is the sa…
|
/php-src/ext/bcmath/tests/number/methods/ |
H A D | calc_methods_scale_arg_error.phpt | 9 [new stdClass(), 'other object'], 40 other object: 49 other object: 58 other object: 67 other object: 76 other object: 85 other object:
|
/php-src/ext/mbstring/tests/ |
H A D | bug81011.phpt | 12 'other' => ['one', 'two'] 46 ["other"]=> 76 ["other"]=>
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_ra.c | 2859 other = other->list_next; in ir_try_allocate_free_reg() 2900 other = other->list_next; in ir_try_allocate_free_reg() 2953 other = other->list_next; in ir_try_allocate_free_reg() 3113 other = other->list_next; in ir_allocate_blocked_reg() 3163 other = other->list_next; in ir_allocate_blocked_reg() 3320 other = other->list_next; in ir_allocate_blocked_reg() 3338 other->current_range = &other->range; in ir_allocate_blocked_reg() 3343 other = other->list_next; in ir_allocate_blocked_reg() 3607 other = other->list_next; in ir_linear_scan() 3645 other = other->list_next; in ir_linear_scan() [all …]
|
/php-src/ext/zlib/tests/ |
H A D | bug_40189.phpt | 12 $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 D | readline_info_001.phpt | 52 string(5) "other" 59 string(5) "other" 60 string(5) "other"
|
/php-src/ext/pdo_firebird/tests/ |
H A D | transaction_isolation_level_behavior.phpt | 36 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 D | bug45682.phpt | 9 $other = new DateTime("31-July-2008"); 11 $diff = date_diff($date, $other);
|