Home
last modified time | relevance | path

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

/PHP-8.0/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.0/ext/fileinfo/
H A Dlibmagic.patch3177 + char *expanded_format = NULL;
3189 + expanded_len = vasprintf(&expanded_format, f, va);
3193 + if (expanded_len >= 0 && expanded_format) {
3194 + php_error_docref(NULL, E_WARNING, "%s", expanded_format);
3196 + free(expanded_format);

Completed in 12 milliseconds