Searched refs:ser_handlers (Results 1 – 1 of 1) sorted by relevance
2913 smart_str ser_handlers = {0}; in PHP_MINFO_FUNCTION() local2927 smart_str_appends(&ser_handlers, ser->name); in PHP_MINFO_FUNCTION()2928 smart_str_appendc(&ser_handlers, ' '); in PHP_MINFO_FUNCTION()2943 if (ser_handlers.s) { in PHP_MINFO_FUNCTION()2944 smart_str_0(&ser_handlers); in PHP_MINFO_FUNCTION()2945 php_info_print_table_row(2, "Registered serializer handlers", ZSTR_VAL(ser_handlers.s)); in PHP_MINFO_FUNCTION()2946 smart_str_free(&ser_handlers); in PHP_MINFO_FUNCTION()
Completed in 15 milliseconds