Home
last modified time | relevance | path

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

/PHP-7.2/ext/skeleton/
H A Dskeleton.c40 zend_string *strg; in PHP_FUNCTION() local
46strg = strpprintf(0, "Congratulations! You have successfully modified ext/%.78s/config.m4. Module … in PHP_FUNCTION()
48 RETURN_STR(strg); in PHP_FUNCTION()
/PHP-7.2/ext/spl/
H A Dphp_spl.c855 char *strg; in PHP_MINFO_FUNCTION() local
862 strg = estrdup(""); in PHP_MINFO_FUNCTION()
863 …_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &strg); in PHP_MINFO_FUNCTION()
865 php_info_print_table_row(2, "Interfaces", strg + 2); in PHP_MINFO_FUNCTION()
866 efree(strg); in PHP_MINFO_FUNCTION()
870 strg = estrdup(""); in PHP_MINFO_FUNCTION()
871 …_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &strg); in PHP_MINFO_FUNCTION()
873 php_info_print_table_row(2, "Classes", strg + 2); in PHP_MINFO_FUNCTION()
874 efree(strg); in PHP_MINFO_FUNCTION()

Completed in 15 milliseconds