Home
last modified time | relevance | path

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

/PHP-5.5/ext/fileinfo/libmagic/
H A Dprint.c62 char *expanded_format = NULL; in file_magwarn() local
67 expanded_len = vasprintf(&expanded_format, f, va); in file_magwarn()
70 if (expanded_len >= 0 && expanded_format) { in file_magwarn()
71 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Warning: %s", expanded_format); in file_magwarn()
73 free(expanded_format); in file_magwarn()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2771 + char *expanded_format = NULL;
2784 + expanded_len = vasprintf(&expanded_format, f, va);
2788 + if (expanded_len >= 0 && expanded_format) {
2789 + php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Warning: %s", expanded_format);
2791 + free(expanded_format);

Completed in 21 milliseconds