Searched refs:phpdbg_send_bytes (Results 1 – 2 of 2) sorted by relevance
32 PHPDBG_API int phpdbg_send_bytes(int sock, const char *ptr, int len);
162 PHPDBG_API int phpdbg_send_bytes(int sock, const char *ptr, int len) { function225 return phpdbg_send_bytes(sock, ptr, len);
Completed in 8 milliseconds