Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.h70 #define phpdbg_asprintf(buf, ...) _phpdbg_asprintf(buf, ##__VA_ARGS__)
71 PHPDBG_API int _phpdbg_asprintf(char **buf, const char *format, ...);
H A Dphpdbg_out.c866 PHPDBG_API int _phpdbg_asprintf(char **buf, const char *format, ...) { in _phpdbg_asprintf() function

Completed in 8 milliseconds