Filename and Line Number Custom Error
Posted on
16th Feb 2014 07:03 pm by
admin
I have a class, with a method that accepts 2 parameters. I would like to output error messages.
So, lets say a new file is created, and my class is used in that file. We will call that file test.php lets say they use this method with two parameters on line 105 but... they forget to add the second parameter. I currently display this message:
Did you know?Explore Trending and Topic pages for more stories like this.
print("<p><b>Warning:</b> Class <b>" . __class__ . "</b> requires 2 parameters, 1 given.</p>");
Warning: Class ClassName requires 2 parameters, 1 given.
I would like to change it to also include the file name and the line number, so the final result would look like this:
Warning: Class ClassName requires 2 parameters, 1 given in /home/user/www/test.php on line 105.
How can I get the file name and line number from within the class? Is it possible?
No comments posted yet
Your Answer:
Login to answer
325
20
Other forums
SCRIPT ERROR
Here is the CONTACT FORM I made for our website:
<form id="form1" name="
Comparing MySql data and arrays.
I have a mysql table set up like this:
idsubjectbodyuseriddatetimetags1blog subjectblog body111|2
Creating an invoice
Using fpdf I am trying to create an invoice to send to clients. The products are sold in pricing tie
tag inside php... hi
Code: <?php echo "<td width="$columnWidth%" align=&First root of a number Hi,
I can't find any function in php to give me the first root of a number. Is there any Phase Error I can't seem to find :(` Hey guys, I can seem to find my phase error on this. I am getting this error
[error] Pars IF STATEMENT HELP Hi i have created a calendar from a table:
Code: Calendar: October 2009 <table w Request for tunning the below query Hi,
Can any one help me on the below query while improving the performance,
echo $rows help Hi all,
Hopefully something simple that I don't know!
I have this:
Code: [Selec query help Hi experts.
i have a table rep2 like this
PROD_COD ACCT_NO DUE_DAYS BALANCE
|