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

Also available in: Atom PDF