Searched refs:strg (Results 1 – 1 of 1) sorted by relevance
689 char *strg; in PHP_MINFO_FUNCTION() local696 strg = estrdup(""); in PHP_MINFO_FUNCTION()698 spl_build_class_list_string(zv, &strg); in PHP_MINFO_FUNCTION()701 php_info_print_table_row(2, "Interfaces", strg + 2); in PHP_MINFO_FUNCTION()702 efree(strg); in PHP_MINFO_FUNCTION()706 strg = estrdup(""); in PHP_MINFO_FUNCTION()708 spl_build_class_list_string(zv, &strg); in PHP_MINFO_FUNCTION()711 php_info_print_table_row(2, "Classes", strg + 2); in PHP_MINFO_FUNCTION()712 efree(strg); in PHP_MINFO_FUNCTION()
Completed in 5 milliseconds