Copied! Copy Stacktrace Search Stackoverflow Search Google Error

PHP Warningyii\base\ErrorException

count(): Parameter must be an array or an object that implements Countable

$_GET = [
    'univ_id' => '3456',
];

$_SESSION = [
    '__flash' => [],
];