Home
last modified time | relevance | path

Searched defs:memcpy (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/ffi/
H A Dffi.stub.php53 public static function memcpy(FFI\CData $to, $from, int $size): void {} function in FFI
H A Dffi.c4385 ZEND_METHOD(FFI, memcpy) /* {{{ */ in ZEND_METHOD() argument
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_internal.h188 #define memcpy(d,s,n) _memcpy(d,s,n) macro

Completed in 47 milliseconds