--TEST-- Test match strict comparison with true expression --FILE-- wrong(), ['truthy'] => wrong(), new stdClass() => wrong(), 1 => wrong(), 1.0 => wrong(), true => "true\n", }; ?> --EXPECT-- true