Home
last modified time | relevance | path

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

/PHP-8.4/ext/spl/
H A Dphp_spl.c689 char *strg; in PHP_MINFO_FUNCTION() local
696 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