php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #72390
Patch serialize_integer_key_size_problem revision 2016-06-12 14:42 UTC by kanduganesh at gmail dot com

Patch serialize_integer_key_size_problem for *General Issues Bug #72390

Patch version 2016-06-12 14:42 UTC

Return to Bug #72390 | Download this patch
Patch Revisions:

Developer: kanduganesh@gmail.com


echo "<pre>";
$ser = array(
	2206427175  => array(
		'func' => array(
			0 => 'fn_get_user_name',
			1 => '1'
		),
		'url' => 'adminsjl.php?dispatch=profiles.update&user_id=1',
		'icon' =>'',
		'text' => 'user'
	)
);

echo $ser = serialize($ser);
print_r(unserialize($ser));
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 02 09:01:30 2024 UTC