Home
last modified time | relevance | path

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

/PHP-8.3/ext/session/
H A Dsession.c2931 smart_str ser_handlers = {0}; in PHP_MINFO_FUNCTION() local
2945 smart_str_appends(&ser_handlers, ser->name); in PHP_MINFO_FUNCTION()
2946 smart_str_appendc(&ser_handlers, ' '); in PHP_MINFO_FUNCTION()
2961 if (ser_handlers.s) { in PHP_MINFO_FUNCTION()
2962 smart_str_0(&ser_handlers); in PHP_MINFO_FUNCTION()
2963 php_info_print_table_row(2, "Registered serializer handlers", ZSTR_VAL(ser_handlers.s)); in PHP_MINFO_FUNCTION()
2964 smart_str_free(&ser_handlers); in PHP_MINFO_FUNCTION()

Completed in 13 milliseconds