Searched refs:in_array (Results 1 – 10 of 10) sorted by relevance
/web-php/src/ |
H A D | UserPreferences.php | 8 use function in_array; alias 57 if (!in_array($type, [self::URL_FUNC, self::URL_MANUAL, self::URL_NONE], true)) {
|
/web-php/manual/ |
H A D | help-translate.php | 34 if (in_array($cc, $archived, true)) {
|
/web-php/ |
H A D | mirror-info.php | 23 in_array('sha256', hash_algos(), true)) {
|
H A D | submit-event.php | 72 elseif (empty($pu['host']) || !in_array($pu['scheme'], $valid_schemes, false)) {
|
H A D | error.php | 184 if (!in_array($URI, ['mirror-info', 'error', 'mod'], true) &&
|
/web-php/tests/EndToEnd/ |
H A D | SmokeTest.php | 30 self::assertTrue(in_array($httpStatusCode, $successfulHttpStatusCodes, true), sprintf(
|
/web-php/releases/ |
H A D | index.php | 93 if (!in_array($major, $active_majors, false)) {
|
/web-php/src/News/ |
H A D | Entry.php | 61 if (!in_array($cat, $this->categories, false)) {
|
/web-php/include/ |
H A D | manual-lookup.inc | 110 if (in_array('sqlite', PDO::getAvailableDrivers(), true)) {
|
H A D | layout.inc | 85 if (in_array($align, ["right", "left"], true)) { 359 if (null === $dog || in_array($category["term"], (array)$dog, true)) {
|
Completed in 14 milliseconds