Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dffi.stub.php61 public static function memcmp($ptr1, $ptr2, int $size): int {} function in FFI
H A Dffi.c4442 ZEND_METHOD(FFI, memcmp) /* {{{ */ in ZEND_METHOD() argument
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_internal.h205 #define memcmp(s,c,n) _memcmp(s,c,n) macro

Completed in 53 milliseconds