Home
last modified time | relevance | path

Searched refs:expected (Results 1 – 10 of 10) sorted by relevance

/web-php/tests/Unit/UserNotes/
H A DSorterTest.php40 $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 DLangChooserTest.php39 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 DGenChallengeTest.php35 $expected = [
158 self::assertSame($expected, $challenges);
H A DUserPreferencesTest.php53 public function testSetUrlSearchType(mixed $type, string|false $expected): void argument
57 self::assertSame($expected, $userPreferences->searchType);
/web-php/tests/Unit/I18n/
H A DLanguagesTest.php18 public function testConvert(string $languageCode, string $expected): void argument
20 self::assertSame($expected, (new Languages())->convert($languageCode));
/web-php/include/
H A Dip-to-country.inc152 // where we expected to find the IP
H A Dbranches.inc242 /* $branch is expected to have at least two components: MAJOR.MINOR or
H A Dpregen-news.inc2083 …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 DNEWS_5_4_0_RC1.txt1230 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 DNEWS_5_4_0_beta1.txt1134 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