/php-src/sapi/fpm/fpm/ |
H A D | fpm_atomic.h | 28 static inline atomic_int_t atomic_fetch_add(atomic_t *value, atomic_int_t add) /* {{{ */ in atomic_fetch_add() 54 static inline atomic_int_t atomic_fetch_add(atomic_t *value, atomic_int_t add) /* {{{ */ in atomic_fetch_add()
|
H A D | fpm_events.h | 36 int (*add)(struct fpm_event_s *ev); member
|
/php-src/win32/ |
H A D | signal.c | 92 bool add = 1; in PHP_FUNCTION() local
|
/php-src/ext/curl/ |
H A D | sync-constants.php | 58 public function add(string ...$values) : void function in AsciiTable
|
/php-src/ext/standard/ |
H A D | formatted_print.c | 49 php_sprintf_appendchar(zend_string **buffer, size_t *pos, char add) in php_sprintf_appendchar() 62 php_sprintf_appendchars(zend_string **buffer, size_t *pos, char *add, size_t len) in php_sprintf_appendchars() 81 php_sprintf_appendstring(zend_string **buffer, size_t *pos, char *add, in php_sprintf_appendstring()
|
H A D | crypt_sha256.c | 246 size_t add = 128 - left_over > len ? len : 128 - left_over; in sha256_process_bytes() local
|
H A D | crypt_sha512.c | 277 size_t add = (size_t)(256 - left_over > len ? len : 256 - left_over); in sha512_process_bytes() local
|
H A D | basic_functions.stub.php | 2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
H A D | string.c | 5861 const __m128i add = _mm_set1_epi8(13); local
|
/php-src/ext/spl/ |
H A D | spl_dllist.stub.php | 17 public function add(int $index, mixed $value): void {} function in SplDoublyLinkedList
|
H A D | spl_dllist.c | 1158 PHP_METHOD(SplDoublyLinkedList, add) in PHP_METHOD() argument
|
/php-src/ext/bcmath/ |
H A D | bcmath.stub.php | 63 public function add(Number|string|int $num, ?int $scale = null): Number {} function in BcMath\\Number
|
H A D | bcmath.c | 1489 PHP_METHOD(BcMath_Number, add) in PHP_METHOD() argument
|
/php-src/ext/intl/calendar/ |
H A D | calendar.stub.php | 115 public function add(int $field, int $value): bool {} function in IntlCalendar
|
/php-src/ext/date/ |
H A D | php_date.stub.php | 395 public function add(DateInterval $interval): DateTime {} function in DateTime 530 public function add(DateInterval $interval): DateTimeImmutable {} function in DateTimeImmutable
|
H A D | php_date.c | 3412 PHP_METHOD(DateTimeImmutable, add) in PHP_METHOD() argument 4300 #define add(i,ts) \ in PHP_FUNCTION() macro
|
/php-src/ext/dom/ |
H A D | token_list.c | 457 PHP_METHOD(Dom_TokenList, add) in PHP_METHOD() argument
|
H A D | php_dom.stub.php | 2115 public function add(string ...$tokens): void {} function in Dom\\TokenList
|
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_32.c | 1192 #define EMIT_DATA_TRANSFER(type, add, target_reg, base_reg, arg) \ argument 2654 #define EMIT_FPU_DATA_TRANSFER(inst, add, base, freg, offs) \ argument
|