Home
last modified time | relevance | path

Searched defs:b (Results 176 – 181 of 181) sorted by relevance

12345678

/php-src/ext/zip/
H A Dphp_zip.c130 char b[8192]; in php_zip_extract_file() local
/php-src/sapi/cli/
H A Dphp_cli_server.c291 static int status_comp(const void *a, const void *b) /* {{{ */ in status_comp()
/php-src/build/
H A Dgen_stub.php749 public static function equals(?Type $a, ?Type $b): bool {
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c386 #define SETBIT(a,b) a[(b)/8] = (uint8_t)(a[(b)/8] | (1u << ((b)&7))) argument
H A Dpcre2_internal.h216 #define memmove(a, b, c) PRIV(memmove)(a, b, c) argument
/php-src/ext/ffi/
H A Dffi.c3098 Bucket *b = type->record.fields.arData; in zend_ffi_same_types() local

Completed in 80 milliseconds

12345678