Home
last modified time | relevance | path

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

/PHP-7.0/ext/fileinfo/libmagic/
H A Dprint.c62 char *expanded_format = NULL; in file_magwarn() local
66 expanded_len = vasprintf(&expanded_format, f, va); in file_magwarn()
69 if (expanded_len >= 0 && expanded_format) { in file_magwarn()
70 php_error_docref(NULL, E_NOTICE, "Warning: %s", expanded_format); in file_magwarn()
72 free(expanded_format); in file_magwarn()
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch3061 + char *expanded_format = NULL;
3073 + expanded_len = vasprintf(&expanded_format, f, va);
3077 + if (expanded_len >= 0 && expanded_format) {
3078 + php_error_docref(NULL, E_NOTICE, "Warning: %s", expanded_format);
3080 + free(expanded_format);

Completed in 22 milliseconds