Searched refs:strg (Results 1 – 1 of 1) sorted by relevance
686 char *strg; in PHP_MINFO_FUNCTION() local693 strg = estrdup(""); in PHP_MINFO_FUNCTION()695 spl_build_class_list_string(zv, &strg); in PHP_MINFO_FUNCTION()698 php_info_print_table_row(2, "Interfaces", strg + 2); in PHP_MINFO_FUNCTION()699 efree(strg); in PHP_MINFO_FUNCTION()703 strg = estrdup(""); in PHP_MINFO_FUNCTION()705 spl_build_class_list_string(zv, &strg); in PHP_MINFO_FUNCTION()708 php_info_print_table_row(2, "Classes", strg + 2); in PHP_MINFO_FUNCTION()709 efree(strg); in PHP_MINFO_FUNCTION()
Completed in 9 milliseconds