Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dphp_spl.c691 char *strg; in PHP_MINFO_FUNCTION() local
698 strg = estrdup(""); in PHP_MINFO_FUNCTION()
700 spl_build_class_list_string(zv, &strg); in PHP_MINFO_FUNCTION()
703 php_info_print_table_row(2, "Interfaces", strg + 2); in PHP_MINFO_FUNCTION()
704 efree(strg); in PHP_MINFO_FUNCTION()
708 strg = estrdup(""); in PHP_MINFO_FUNCTION()
710 spl_build_class_list_string(zv, &strg); in PHP_MINFO_FUNCTION()
713 php_info_print_table_row(2, "Classes", strg + 2); in PHP_MINFO_FUNCTION()
714 efree(strg); in PHP_MINFO_FUNCTION()

Completed in 6 milliseconds