Searched refs:is_string (Results 1 – 5 of 5) sorted by relevance
10 if (!empty($_GET['function']) && is_string($_GET['function'])) {12 } elseif (!empty($_GET['pattern']) && is_string($_GET['pattern'])) {16 if (!empty($_GET['scope']) && is_string($_GET['scope'])) {
9 use function is_string; alias38 …if (!isset($_COOKIE['MYPHPNET']) || !is_string($_COOKIE['MYPHPNET']) || $_COOKIE['MYPHPNET'] === '…
39 if (is_string($langParam)) {
44 if (!is_string($httpHost)) {
200 if (is_string($opts['category'])) {
Completed in 9 milliseconds