Searched refs:strg (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/skeleton/ |
H A D | skeleton.c | 141 char *strg; in PHP_FUNCTION() local 147 …len = spprintf(&strg, 0, "Congratulations! You have successfully modified ext/%.78s/config.m4. Mod… in PHP_FUNCTION() 148 RETURN_STRINGL(strg, len, 0); in PHP_FUNCTION()
|
/PHP-5.4/ext/spl/ |
H A D | php_spl.c | 816 char *strg; in PHP_MINFO_FUNCTION() local 824 strg = estrdup(""); in PHP_MINFO_FUNCTION() 825 …y_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &strg TSRMLS_CC); in PHP_MINFO_FUNCTION() 827 php_info_print_table_row(2, "Interfaces", strg + 2); in PHP_MINFO_FUNCTION() 828 efree(strg); in PHP_MINFO_FUNCTION() 833 strg = estrdup(""); in PHP_MINFO_FUNCTION() 834 …y_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &strg TSRMLS_CC); in PHP_MINFO_FUNCTION() 836 php_info_print_table_row(2, "Classes", strg + 2); in PHP_MINFO_FUNCTION() 837 efree(strg); in PHP_MINFO_FUNCTION()
|
Completed in 7 milliseconds