Searched refs:expected (Results 1 – 10 of 10) sorted by relevance
/web-php/tests/Unit/UserNotes/ |
H A D | SorterTest.php | 40 $expected = [ 49 self::assertSame($expected, $normalized); 69 $expected = [ 96 self::assertSame($expected, $normalized); 118 $expected = [ 397 self::assertSame($expected, $normalized);
|
/web-php/tests/Unit/ |
H A D | LangChooserTest.php | 39 public function testChooseCodeWithManualPath(string $pathLang, string $expected): void argument 44 self::assertSame([$expected, $expected], $result); 75 …stChooseCodeWithAcceptLanguageFollowedByCountryCode(string $acceptLanguage, string $expected): void argument 80 self::assertSame([$expected, ''], $result);
|
H A D | GenChallengeTest.php | 35 $expected = [ 158 self::assertSame($expected, $challenges);
|
H A D | UserPreferencesTest.php | 53 public function testSetUrlSearchType(mixed $type, string|false $expected): void argument 57 self::assertSame($expected, $userPreferences->searchType);
|
/web-php/tests/Unit/I18n/ |
H A D | LanguagesTest.php | 18 public function testConvert(string $languageCode, string $expected): void argument 20 self::assertSame($expected, (new Languages())->convert($languageCode));
|
/web-php/include/ |
H A D | ip-to-country.inc | 152 // where we expected to find the IP
|
H A D | branches.inc | 242 /* $branch is expected to have at least two components: MAJOR.MINOR or
|
H A D | pregen-news.inc | 2083 …he fastest growing PHP communities in Asia. More than 200 attendees are expected in this single tr… 7855 …he fastest growing PHP communities in Asia. More than 300 attendees are expected in this single tr… 17420 …he fastest growing PHP communities in Asia. More than 300 attendees are expected in this single tr… 20268 …he fastest growing PHP communities in Asia. More than 200 attendees are expected in this single tr… 20275 …he fastest growing PHP communities in Asia. More than 200 attendees are expected in this single tr… 21129 changes are not to be expected. What\'s more, this release brings
|
/web-php/releases/ |
H A D | NEWS_5_4_0_RC1.txt | 1230 expected). (Stas) 2658 - Fixed bug #47359 (Use the expected unofficial mimetype for bmp files). (Scott) 2716 expected). (Johannes) 3487 - Fixed bug #43559 (array_merge_recursive() doesn't behave as expected with duplicate NULL values).… 4006 - Fixed bug #41257 (lookupNamespaceURI does not work as expected). (Rob) 6015 - Fixed bug #33243 (ze1_compatibility_mode does not work as expected). (Dmitry)
|
H A D | NEWS_5_4_0_beta1.txt | 1134 expected). (Stas) 2562 - Fixed bug #47359 (Use the expected unofficial mimetype for bmp files). (Scott) 2620 expected). (Johannes) 3391 - Fixed bug #43559 (array_merge_recursive() doesn't behave as expected with duplicate NULL values).… 3910 - Fixed bug #41257 (lookupNamespaceURI does not work as expected). (Rob) 5919 - Fixed bug #33243 (ze1_compatibility_mode does not work as expected). (Dmitry)
|
Completed in 113 milliseconds