RT for rt.cpan.org
Skip Menu
|
Bug #56594 for PHP-Var: Bug in handling some keys
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
PHP-Var CPAN distribution
.
Report information
The Basics
Id:
56594
Status:
new
Priority:
0/
Queue:
PHP-Var
People
Owner:
Nobody in particular
Requestors:
sharyanto [...] cpan.org
Cc:
AdminCc:
Bug Information
Severity:
Important
Broken in:
(no value)
Fixed in:
(no value)
History
Show all quoted text
Wed Apr 14 14:47:32 2010
sharyanto [...] cpan.org - Ticket created
Subject:
Bug in handling some keys
% perl -MPHP::Var=export -le'print export({"\x27"=>1})' array('\''=>false,); Should've been: array("\x27" => 1);