Home
last modified time | relevance | path

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

/PHP-7.4/ext/session/
H A Dsession.c3017 smart_str ser_handlers = {0}; in PHP_MINFO_FUNCTION() local
3031 smart_str_appends(&ser_handlers, ser->name); in PHP_MINFO_FUNCTION()
3032 smart_str_appendc(&ser_handlers, ' '); in PHP_MINFO_FUNCTION()
3047 if (ser_handlers.s) { in PHP_MINFO_FUNCTION()
3048 smart_str_0(&ser_handlers); in PHP_MINFO_FUNCTION()
3049 php_info_print_table_row(2, "Registered serializer handlers", ZSTR_VAL(ser_handlers.s)); in PHP_MINFO_FUNCTION()
3050 smart_str_free(&ser_handlers); in PHP_MINFO_FUNCTION()

Completed in 22 milliseconds