Actions
Bug #23161
closeddebug() pre-processes the output so you don't see the real values anymore
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
Actions