Skip Menu |

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)



Subject: Bug in handling some keys
% perl -MPHP::Var=export -le'print export({"\x27"=>1})' array('\''=>false,); Should've been: array("\x27" => 1);