Skip to content

Commit 77e2972

Browse files
committed
keep 32 length
1 parent 8623f7e commit 77e2972

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, "f000000000000000%016zx", (intptr_t)obj->handle);
661661
}
662662
/* }}} */
663663

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy