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 = [
    'name' => 'shazia',
    'q' => '/doctors/shazia',
];

$_POST = [
    'medium' => 'web',
    'public_name' => 'shazia',
];