Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Error Reporting Level

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General
View previous topic :: View next topic  
Author Message
MrVon
Smarty Rookie


Joined: 08 Jul 2011
Posts: 15

PostPosted: Thu Apr 05, 2012 9:35 pm    Post subject: Error Reporting Level Reply with quote

For smarty error reporting (e.g. $smarty->error_reporting = -1Wink can you set exclusion e.g.
Code:
$smarty->error_reporting = "E_ALL ^ E_NOTICE";
I tried this and it don't work.
Back to top
View user's profile Send private message
U.Tews
Administrator


Joined: 22 Nov 2006
Posts: 5068
Location: Hamburg / Germany

PostPosted: Thu Apr 05, 2012 10:20 pm    Post subject: Reply with quote

Code:
$smarty->error_reporting = E_ALL & ~E_NOTICE;
Back to top
View user's profile Send private message
MrVon
Smarty Rookie


Joined: 08 Jul 2011
Posts: 15

PostPosted: Sun Apr 08, 2012 11:51 pm    Post subject: Reply with quote

U.Tews wrote:
Code:
$smarty->error_reporting = E_ALL & ~E_NOTICE;


Thank's i'll try is there some documentation reference too?
Back to top
View user's profile Send private message
mohrt
Administrator


Joined: 16 Apr 2003
Posts: 7368
Location: Lincoln Nebraska, USA

PostPosted: Mon Apr 09, 2012 12:39 am    Post subject: Reply with quote

it takes standard PHP error levels.

http://php.net/manual/en/function.error-reporting.php
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP