Skip to content

Commit 9ca2268

Browse files
committed
keep 32 length
1 parent 8623f7e commit 9ca2268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/spl/php_spl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ PHP_FUNCTION(spl_object_id)
657657

658658
PHPAPI zend_string *php_spl_object_hash(zend_object *obj) /* {{{*/
659659
{
660-
return strpprintf(16, "%016zx", (intptr_t)obj->handle);
660+
return strpprintf(32, "%016zx0000000000000000", (intptr_t)obj->handle);
661661
}
662662
/* }}} */
663663

0 commit comments

Comments
 (0)