Home
last modified time | relevance | path

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

/PHP-8.1/ext/fileinfo/libmagic/
H A Dprint.c229 char *expanded_format = NULL; in file_magwarn() local
233 expanded_len = vasprintf(&expanded_format, f, va); in file_magwarn()
236 if (expanded_len >= 0 && expanded_format) { in file_magwarn()
237 php_error_docref(NULL, E_WARNING, "%s", expanded_format); in file_magwarn()
239 free(expanded_format); in file_magwarn()
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch2905 + char *expanded_format = NULL;
2917 + expanded_len = vasprintf(&expanded_format, f, va);
2921 + if (expanded_len >= 0 && expanded_format) {
2922 + php_error_docref(NULL, E_WARNING, "%s", expanded_format);
2924 + free(expanded_format);

Completed in 12 milliseconds