mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.3'
This commit is contained in:
@@ -132,7 +132,7 @@ static inline void php_session_cleanup_filename(void) /* {{{ */
|
||||
/* }}} */
|
||||
|
||||
/* Dispatched by RSHUTDOWN and by php_session_destroy */
|
||||
static inline void php_rshutdown_session_globals(void) /* {{{ */
|
||||
static void php_rshutdown_session_globals(void) /* {{{ */
|
||||
{
|
||||
/* Do NOT destroy PS(mod_user_names) here! */
|
||||
if (!Z_ISUNDEF(PS(http_session_vars))) {
|
||||
|
||||
@@ -217,7 +217,7 @@ PHPAPI zend_string *spl_filesystem_object_get_path(const spl_filesystem_object *
|
||||
return zend_string_copy(intern->path);
|
||||
} /* }}} */
|
||||
|
||||
static inline zend_result spl_filesystem_object_get_file_name(spl_filesystem_object *intern) /* {{{ */
|
||||
static zend_result spl_filesystem_object_get_file_name(spl_filesystem_object *intern) /* {{{ */
|
||||
{
|
||||
if (intern->file_name) {
|
||||
/* already known */
|
||||
|
||||
@@ -503,7 +503,7 @@ static zend_result spl_heap_object_count_elements(zend_object *object, zend_long
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
static inline HashTable* spl_heap_object_get_debug_info(const zend_class_entry *ce, zend_object *obj) { /* {{{ */
|
||||
static HashTable* spl_heap_object_get_debug_info(const zend_class_entry *ce, zend_object *obj) { /* {{{ */
|
||||
spl_heap_object *intern = spl_heap_from_obj(obj);
|
||||
zval tmp, heap_array;
|
||||
HashTable *debug_info;
|
||||
|
||||
Reference in New Issue
Block a user