Home
last modified time | relevance | path

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

/PHP-5.3/ext/fileinfo/libmagic/
H A Dprint.c56 char *expanded_format; in file_magwarn() local
60 vasprintf(&expanded_format, f, va); in file_magwarn()
63 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Warning: %s", expanded_format); in file_magwarn()
65 free(expanded_format); in file_magwarn()
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch2516 + char *expanded_format;
2528 + vasprintf(&expanded_format, f, va);
2532 + php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Warning: %s", expanded_format);
2534 + free(expanded_format);

Completed in 14 milliseconds