Home
last modified time | relevance | path

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

/PHP-8.3/ext/spl/
H A Dphp_spl.c695 char *strg; in PHP_MINFO_FUNCTION() local
702 strg = estrdup(""); in PHP_MINFO_FUNCTION()
704 spl_build_class_list_string(zv, &strg); in PHP_MINFO_FUNCTION()
707 php_info_print_table_row(2, "Interfaces", strg + 2); in PHP_MINFO_FUNCTION()
708 efree(strg); in PHP_MINFO_FUNCTION()
712 strg = estrdup(""); in PHP_MINFO_FUNCTION()
714 spl_build_class_list_string(zv, &strg); in PHP_MINFO_FUNCTION()
717 php_info_print_table_row(2, "Classes", strg + 2); in PHP_MINFO_FUNCTION()
718 efree(strg); in PHP_MINFO_FUNCTION()

Completed in 5 milliseconds