strg               40 ext/skeleton/skeleton.c 	char *strg;
strg               46 ext/skeleton/skeleton.c 	len = spprintf(&strg, 0, "Congratulations! You have successfully modified ext/%.78s/config.m4. Module %.78s is now compiled into PHP.", "extname", arg);
strg               47 ext/skeleton/skeleton.c 	RETURN_STRINGL(strg, len, 0);
strg              829 ext/spl/php_spl.c 	char *strg;
strg              837 ext/spl/php_spl.c 	strg = estrdup("");
strg              838 ext/spl/php_spl.c 	zend_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &strg TSRMLS_CC);
strg              840 ext/spl/php_spl.c 	php_info_print_table_row(2, "Interfaces", strg + 2);
strg              841 ext/spl/php_spl.c 	efree(strg);
strg              846 ext/spl/php_spl.c 	strg = estrdup("");
strg              847 ext/spl/php_spl.c 	zend_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &strg TSRMLS_CC);
strg              849 ext/spl/php_spl.c 	php_info_print_table_row(2, "Classes", strg + 2);
strg              850 ext/spl/php_spl.c 	efree(strg);