mirror of
https://github.com/php/php-src.git
synced 2026-04-23 07:58:20 +02:00
Merge branch 'PHP-7.0'
This commit is contained in:
+1
-1
@@ -777,7 +777,7 @@ PHPAPI zend_string *php_spl_object_hash(zval *obj) /* {{{*/
|
||||
}
|
||||
|
||||
hash_handle = SPL_G(hash_mask_handle)^(intptr_t)Z_OBJ_HANDLE_P(obj);
|
||||
hash_handlers = SPL_G(hash_mask_handlers)^(intptr_t)Z_OBJ_HT_P(obj);
|
||||
hash_handlers = SPL_G(hash_mask_handlers);
|
||||
|
||||
return strpprintf(32, "%016lx%016lx", hash_handle, hash_handlers);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user