strg               40 ext/skeleton/skeleton.c 	zend_string *strg;
strg               46 ext/skeleton/skeleton.c 	strg = strpprintf(0, "Congratulations! You have successfully modified ext/%.78s/config.m4. Module %.78s is now compiled into PHP.", "extname", arg);
strg               48 ext/skeleton/skeleton.c 	RETURN_STR(strg);
strg              801 ext/spl/php_spl.c 	char *strg;
strg              808 ext/spl/php_spl.c 	strg = estrdup("");
strg              809 ext/spl/php_spl.c 	zend_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &strg);
strg              811 ext/spl/php_spl.c 	php_info_print_table_row(2, "Interfaces", strg + 2);
strg              812 ext/spl/php_spl.c 	efree(strg);
strg              816 ext/spl/php_spl.c 	strg = estrdup("");
strg              817 ext/spl/php_spl.c 	zend_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &strg);
strg              819 ext/spl/php_spl.c 	php_info_print_table_row(2, "Classes", strg + 2);
strg              820 ext/spl/php_spl.c 	efree(strg);