Project

General

Profile

Actions

Bug #23161

closed

debug() pre-processes the output so you don't see the real values anymore

Added by Susanne Moog almost 14 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-07-12
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Just found out that if you do a

debug('\%hello\%how\_is\_this?');

it produces:
%hello%how_is_this?

whereas

var_dump('\%hello\%how\_is\_this?');

produces correctly:
string '\%hello\%how\_is\_this?' (length=23)

(issue imported from #M15093)


Files

15093_v1.diff (717 Bytes) 15093_v1.diff Administrator Admin, 2010-09-06 10:41
Actions #1

Updated by Alexander Opitz over 10 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)
  • Is Regression set to No

Hi,

as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5 or 6.1)?

Actions #2

Updated by Alexander Opitz about 10 years ago

  • Status changed from Needs Feedback to Closed

No feedback within the last 90 days => closing this ticket.

If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions

Also available in: Atom PDF