How can I get the line-/col-number of the current element in phpQuery?

I use the phpQuery framework for a validation tool with custom errors.

Thanks!

link|improve this question
feedback

2 Answers

__LINE__

The above code will get the current line number of a php script. As far as I know, there is no way to get the character number.

link|improve this answer
feedback

You might try debug_backtrace()

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.