Searched refs:strg (Results 1 – 2 of 2) sorted by relevance
40 zend_string *strg; in PHP_FUNCTION() local46 …strg = strpprintf(0, "Congratulations! You have successfully modified ext/%.78s/config.m4. Module … in PHP_FUNCTION()48 RETURN_STR(strg); in PHP_FUNCTION()
855 char *strg; in PHP_MINFO_FUNCTION() local862 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 9 milliseconds