Thilina Buddika Abeyrathna | 15 Jun 2012 16:03
Picon
Gravatar

trim() expects parameter 1 to be string, array given

Hi,

Do you have experience with this warning ? Can anyone help me to get rid of this warning.

--
Regards.

Thilina Buddika Abeyrathna,
Department of Computer Engineering,
Faculty Of Engineering,
University of Peradeniya,
Sri Lanka.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Marc Delisle | 15 Jun 2012 17:13
Gravatar

Re: trim() expects parameter 1 to be string, array given

Le 2012-06-15 10:03, Thilina Buddika Abeyrathna a écrit :
> Hi,
> Do you have experience with this warning ? Can anyone help me to get rid of
> this warning.

The code is passing an array to trim() when this function expects a
string, so find out why you are passing an array there.

--

-- 
Marc Delisle
http://infomarc.info

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Thilina Buddika Abeyrathna | 15 Jun 2012 18:04
Picon
Gravatar

Re: trim() expects parameter 1 to be string, array given



On Fri, Jun 15, 2012 at 8:43 PM, Marc Delisle <marc <at> infomarc.info> wrote:
Le 2012-06-15 10:03, Thilina Buddika Abeyrathna a écrit :
> Hi,
> Do you have experience with this warning ? Can anyone help me to get rid of
> this warning.

The code is passing an array to trim() when this function expects a
string, so find out why you are passing an array there.

Thank you Marc. 
--
Marc Delisle
http://infomarc.info


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel




--
Regards.

Thilina Buddika Abeyrathna,
Department of Computer Engineering,
Faculty Of Engineering,
University of Peradeniya,
Sri Lanka.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel

Gmane