Home
last modified time | relevance | path

Searched refs:struct_name (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/ext/session/
H A Dsession.c1975 if (!Z_ISUNDEF(PS(mod_user_names).struct_name)) { \
1976 zval_ptr_dtor(&PS(mod_user_names).struct_name); \
1977 ZVAL_UNDEF(&PS(mod_user_names).struct_name); \
1987 if (!Z_ISUNDEF(PS(mod_user_names).struct_name)) { \
1988 zval_ptr_dtor(&PS(mod_user_names).struct_name); \
1996 if (!Z_ISUNDEF(PS(mod_user_names).struct_name)) { \
1997 zval_ptr_dtor(&PS(mod_user_names).struct_name); \
2806 #define SESSION_FREE_USER_HANDLER(struct_name) \ argument
2807 if (!Z_ISUNDEF(PS(mod_user_names).struct_name)) { \
2808 zval_ptr_dtor(&PS(mod_user_names).struct_name); \
[all …]

Completed in 15 milliseconds