memcpy            372 ext/pcre/pcrelib/pcre_internal.h #define memcpy(d,s,n)    _memcpy(d,s,n)
memcpy            194 main/php.h     #  define memcpy(d, s, n)	bcopy((s), (d), (n))
memcpy            112 sapi/phpdbg/phpdbg.h #undef memcpy
memcpy            113 sapi/phpdbg/phpdbg.h #define memcpy(...) memcpy_tmp(__VA_ARGS__)