PHP Notice: Use of undefined constant line - assumed 'line' PHP Notice: Use of undefined constant file - assumed 'file'
End of the file: $p_entry[file] should be $p_entry['file'] $p_entry[line] should be $p_entry['line']
Log in to post a comment.