Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dprint.c221 char *expanded_format = NULL; in file_magwarn() local
225 expanded_len = vasprintf(&expanded_format, f, va); in file_magwarn()
228 if (expanded_len >= 0 && expanded_format) { in file_magwarn()
229 php_error_docref(NULL, E_NOTICE, "Warning: %s", expanded_format); in file_magwarn()
231 free(expanded_format); in file_magwarn()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3098 + char *expanded_format = NULL;
3110 + expanded_len = vasprintf(&expanded_format, f, va);
3114 + if (expanded_len >= 0 && expanded_format) {
3115 + php_error_docref(NULL, E_NOTICE, "Warning: %s", expanded_format);
3117 + free(expanded_format);

Completed in 11 milliseconds