Home
last modified time | relevance | path

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

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_out.h66 #define phpdbg_asprintf(buf, ...) _phpdbg_asprintf(buf, ##__VA_ARGS__)
67 PHPDBG_API int _phpdbg_asprintf(char **buf, const char *format, ...);
H A Dphpdbg_out.c887 PHPDBG_API int _phpdbg_asprintf(char **buf, const char *format, ...) { in _phpdbg_asprintf() function

Completed in 7 milliseconds