Skip to content

Commit

Permalink
Debug information.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Jul 12, 2023
1 parent addef81 commit e23a57d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/documentinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -1295,6 +1295,9 @@ function member_filename($flags = 0) {
if (($this->_member_filename ?? "") !== "") {
return $this->_member_filename;
} else {
if (($flags & self::ANY_MEMBER_FILENAME) === 0) {
error_log(debug_string_backtrace());
}
assert(($flags & self::ANY_MEMBER_FILENAME) !== 0);
return $this->filename;
}
Expand Down

0 comments on commit e23a57d

Please sign in to comment.