class
test
{
public
$a
= 0;
}
=
new
test();
$b
if
(in_array(
,
array
(
), true))
echo
'in'
;
else
'not in'