/PHP-5.6/ext/intl/tests/ |
H A D | msgfmt_bug70484.phpt | 42 string(8) "42-other" 43 string(11) "42,42-other" 49 string(8) "42-other" 50 string(11) "42,42-other" 56 string(8) "42-other" 57 string(11) "42,42-other" 63 string(8) "42-other" 64 string(11) "42,42-other" 71 string(11) "42.42-other" 84 string(8) "42-other" [all …]
|
H A D | msgfmt_format_subpatterns.phpt | 25 =2 {{2} invites {3} and one other person to her party.} 26 other {{2} invites {3} as one of the # people invited to her party.}}} 30 =2 {{2} invites {3} and one other person to his party.} 31 other {{2} invites {3} as one of the # other people invited to his party.}}} 32 other {{1, plural, offset:1 35 =2 {{2} invites {3} and one other person to their party.} 36 other {{2} invites {3} as one of the # other people invited to their party.}}}} 72 'Alice invites Bob and one other person to their party.' 73 'Alice invites Bob and one other person to their party.'
|
H A D | msgfmt_format_subpatterns_named.phpt | 25 =2 {{host} invites {guest} and one other person to her party.} 26 other {{host} invites {guest} as one of the # people invited to her party.}}} 30 =2 {{host} invites {guest} and one other person to his party.} 31 other {{host} invites {guest} as one of the # people invited to his party.}}} 32 other {{num_guests, plural, offset:1 35 =2 {{host} invites {guest} and one other person to their party.} 36 other {{host} invites {guest} as one of the # people invited to their party.}}}} 72 'Alice invites Bob and one other person to their party.' 73 'Alice invites Bob and one other person to their party.'
|
/PHP-5.6/tests/classes/ |
H A D | this.phpt | 13 function replace($other) 16 $this = $other; 18 print $other->prop; 21 function indirect($other) 24 $this = $other; 33 $other = $this; 40 $other = new Foo; 41 $other->prop = "World\n"; 43 $object->replace($other); 44 $object->indirect($other); [all …]
|
H A D | ctor_dtor_inheritance.phpt | 29 public $other; 33 $this->other = 'other'; 72 [other] => other 78 [other] => other 84 [other] => other 90 [other] => other 96 [other] => other
|
/PHP-5.6/ext/readline/tests/ |
H A D | readline_info_001.phpt | 42 string(5) "other" 49 string(5) "other" 50 string(5) "other"
|
/PHP-5.6/ext/standard/tests/strings/ |
H A D | vprintf_variation16.phpt | 2 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 D | vprintf_variation16_64bit.phpt | 2 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 D | vsprintf_variation16.phpt | 2 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 D | vsprintf_variation16_64bit.phpt | 2 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 D | vfprintf_variation16.phpt | 2 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 D | vfprintf_variation16_64bit.phpt | 2 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 D | substr_count_variation_002.phpt | 7 echo "\n-- complex strings containing other than 7-bit chars --\n"; 40 -- complex strings containing other than 7-bit chars --
|
H A D | vfprintf_error4.phpt | 19 echo "\n-- Testing vfprintf() function with other strangeties --\n"; 36 -- Testing vfprintf() function with other strangeties --
|
/PHP-5.6/ext/zlib/tests/ |
H A D | bug_40189.phpt | 12 $gp = fopen(dirname(__FILE__) . '/test.other', 'wb'); 18 var_dump(file_get_contents(dirname(__FILE__) . '/test.other')); 22 @unlink(dirname(__FILE__) . '/test.other');
|
/PHP-5.6/ext/date/tests/ |
H A D | bug45682.phpt | 9 $other = new DateTime("31-July-2008"); 11 $diff = date_diff($date, $other);
|
/PHP-5.6/ext/standard/tests/array/ |
H A D | array_keys_variation_004.phpt | 6 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 D | array_diff_variation7.phpt | 14 * 2. Have been referenced to each other 34 echo "-- Arrays referenced to each other --\n"; 85 -- Arrays referenced to each other --
|
H A D | array_keys_variation_003.phpt | 6 echo "*** Testing array_keys() on all the types other than arrays ***\n"; 30 *** Testing array_keys() on all the types other than arrays ***
|
/PHP-5.6/ext/pcre/tests/ |
H A D | preg_replace_variation1.phpt | 12 $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*
|
/PHP-5.6/ext/gd/tests/ |
H A D | libgd00186.phpt | 14 $other = imagecolorallocate($tile,0,0,0x2); 18 imagefilledrectangle($tile,8,0,9,10,$other);
|
/PHP-5.6/ext/soap/interop/ |
H A D | client_round2_params.php | 470 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=0 actor=other)', NULL); 482 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=1 actor=other)', NULL); 547 $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=0 actor=other)', NULL); 562 $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=1 actor=other)', NULL); 605 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=other)', NULL); 617 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=1 actor=other)', NULL);
|
/PHP-5.6/ext/standard/tests/file/ |
H A D | fnmatch_basic.phpt | 25 echo "*** Testing fnmatch() with other than file ***\n"; 42 *** Testing fnmatch() with other than file ***
|
/PHP-5.6/ext/spl/tests/ |
H A D | array_005.phpt | 32 public function __construct(ArrayObject $students, Student $other) 35 $this->id = $other->getId();
|
/PHP-5.6/ext/pcre/pcrelib/testdata/ |
H A D | testoutput21-16 | 12 /^[aL](?P<name>(?:[AaLl]+)[^xX-]*?)(?P<other>[\x{150}-\x{250}\x{300}]| 48 other 2 81 other 2
|