I using "error_reporting(E_ALL ^ E_WARNING);" in my code, but the warning always show on.
Have any setting i need to do. Plz Help~ Thx
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_refer
Main Topics
Browse All Topics





by: snoyes_jwPosted on 2005-03-23 at 09:31:52ID: 13613909
http://www.php.net/error-r eporting
error_reporting(E_ALL ^ E_WARNING);