memcpy 376 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))