Searched refs:expanded_format (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | print.c | 229 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.2/ext/fileinfo/ |
H A D | libmagic.patch | 2932 + char *expanded_format = NULL; 2944 + expanded_len = vasprintf(&expanded_format, f, va); 2948 + if (expanded_len >= 0 && expanded_format) { 2949 + php_error_docref(NULL, E_WARNING, "%s", expanded_format); 2951 + free(expanded_format);
|
Completed in 11 milliseconds