After I upgraded to PHP 5.4, I run mycode and get the warning message:PHP Warning:  strstr() expects parameter 1 to be string, array given in - on line 1
But If I degrade to PHP 5.2, and run the sanme code ,I  didn't met this warning messages.Can you tell me why ? Thanks 
php5strstrWarning