Home
last modified time | relevance | path

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

/web-php/src/
H A DUserPreferences.php8 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 Dhelp-translate.php34 if (in_array($cc, $archived, true)) {
/web-php/
H A Dmirror-info.php23 in_array('sha256', hash_algos(), true)) {
H A Dsubmit-event.php72 elseif (empty($pu['host']) || !in_array($pu['scheme'], $valid_schemes, false)) {
H A Derror.php184 if (!in_array($URI, ['mirror-info', 'error', 'mod'], true) &&
/web-php/tests/EndToEnd/
H A DSmokeTest.php30 self::assertTrue(in_array($httpStatusCode, $successfulHttpStatusCodes, true), sprintf(
/web-php/releases/
H A Dindex.php93 if (!in_array($major, $active_majors, false)) {
/web-php/src/News/
H A DEntry.php61 if (!in_array($cat, $this->categories, false)) {
/web-php/include/
H A Dmanual-lookup.inc110 if (in_array('sqlite', PDO::getAvailableDrivers(), true)) {
H A Dlayout.inc85 if (in_array($align, ["right", "left"], true)) {
359 if (null === $dog || in_array($category["term"], (array)$dog, true)) {

Completed in 12 milliseconds