/php-src/ext/ftp/ |
H A D | ftp.stub.php | 68 …function ftp_login(FTP\Connection $ftp, string $username, #[\SensitiveParameter] string $password)…
|
/php-src/ext/hash/sha3/generic64lc/ |
H A D | KeccakP-1600-opt64.c | 37 #define ROL64(a, offset) _rotl64(a, offset) argument 46 #define ROL64(a, offset) ((((UINT64)a) << offset) ^ (((UINT64)a) >> (64-offset))) argument 101 …void *state, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_AddBytesInLane() 185 void KeccakP1600_AddByte(void *state, unsigned char byte, unsigned int offset) in KeccakP1600_AddByte() 195 void KeccakP1600_AddBytes(void *state, const unsigned char *data, unsigned int offset, unsigned int… in KeccakP1600_AddBytes() 202 …void *state, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_OverwriteBytesInLane() 244 void KeccakP1600_OverwriteBytes(void *state, const unsigned char *data, unsigned int offset, unsign… in KeccakP1600_OverwriteBytes() 323 …const void *state, unsigned int lanePosition, unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_ExtractBytesInLane() 392 void KeccakP1600_ExtractBytes(const void *state, unsigned char *data, unsigned int offset, unsigned… in KeccakP1600_ExtractBytes() 399 …t lanePosition, const unsigned char *input, unsigned char *output, unsigned int offset, unsigned i… in KeccakP1600_ExtractAndAddBytesInLane() [all …]
|
H A D | SnP-Relaned.h | 19 #define SnP_AddBytes(state, data, offset, length, SnP_AddLanes, SnP_AddBytesInLane, SnP_laneLengthI… argument 47 #define SnP_OverwriteBytes(state, data, offset, length, SnP_OverwriteLanes, SnP_OverwriteBytesInLan… argument 75 #define SnP_ExtractBytes(state, data, offset, length, SnP_ExtractLanes, SnP_ExtractBytesInLane, SnP… argument 103 #define SnP_ExtractAndAddBytes(state, input, output, offset, length, SnP_ExtractAndAddLanes, SnP_Ex… argument
|
/php-src/Zend/ |
H A D | zend_object_handlers.h | 41 #define IS_VALID_PROPERTY_OFFSET(offset) ((intptr_t)(offset) >= ZEND_FIRST_PROPERTY_OFFSE… argument 42 #define IS_WRONG_PROPERTY_OFFSET(offset) ((intptr_t)(offset) == 0) argument 43 #define IS_HOOKED_PROPERTY_OFFSET(offset) \ argument 45 #define IS_DYNAMIC_PROPERTY_OFFSET(offset) ((intptr_t)(offset) < 0) argument 50 #define ZEND_IS_PROPERTY_HOOK_SIMPLE_READ(offset) \ argument 52 #define ZEND_IS_PROPERTY_HOOK_SIMPLE_WRITE(offset) \ argument 54 #define ZEND_IS_PROPERTY_HOOK_SIMPLE_GET(offset) \ argument 78 #define IS_UNKNOWN_DYNAMIC_PROPERTY_OFFSET(offset) (offset == ZEND_DYNAMIC_PROPERTY_OFFSET) argument 79 #define ZEND_DECODE_DYN_PROP_OFFSET(offset) ((uintptr_t)(-(intptr_t)(offset) - 2)) argument 80 #define ZEND_ENCODE_DYN_PROP_OFFSET(offset) ((uintptr_t)(-((intptr_t)(offset) + 2))) argument [all …]
|
H A D | zend_interfaces.stub.php | 34 public function offsetExists(mixed $offset): bool; 40 public function offsetGet(mixed $offset): mixed; 43 public function offsetSet(mixed $offset, mixed $value): void; 46 public function offsetUnset(mixed $offset): void;
|
H A D | zend_multiply.h | 170 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, bool *… in zend_safe_address() 198 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, bool *… in zend_safe_address() 235 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, bool *… in zend_safe_address() 257 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, bool *… in zend_safe_address() 278 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, bool *… in zend_safe_address() 302 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, bool *… in zend_safe_address() 316 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, bool *… in zend_safe_address() 331 static zend_always_inline size_t zend_safe_address_guarded(size_t nmemb, size_t size, size_t offset) in zend_safe_address_guarded() 344 static zend_always_inline size_t zend_safe_addmult(size_t nmemb, size_t size, size_t offset, const … in zend_safe_addmult()
|
H A D | zend_attributes.c | 196 static zend_attribute *get_attribute(HashTable *attributes, zend_string *lcname, uint32_t offset) in get_attribute() 211 …d_attribute *get_attribute_str(HashTable *attributes, const char *str, size_t len, uint32_t offset) in get_attribute_str() 236 …ttribute *zend_get_parameter_attribute(HashTable *attributes, zend_string *lcname, uint32_t offset) in zend_get_parameter_attribute() 241 …nd_get_parameter_attribute_str(HashTable *attributes, const char *str, size_t len, uint32_t offset) in zend_get_parameter_attribute_str() 414 …able **attributes, zend_string *name, uint32_t argc, uint32_t flags, uint32_t offset, uint32_t lin… in zend_add_attribute()
|
/php-src/ext/hash/sha3/generic32lc/ |
H A D | SnP-Relaned.h | 19 #define SnP_AddBytes(state, data, offset, length, SnP_AddLanes, SnP_AddBytesInLane, SnP_laneLengthI… argument 47 #define SnP_OverwriteBytes(state, data, offset, length, SnP_OverwriteLanes, SnP_OverwriteBytesInLan… argument 75 #define SnP_ExtractBytes(state, data, offset, length, SnP_ExtractLanes, SnP_ExtractBytesInLane, SnP… argument 103 #define SnP_ExtractAndAddBytes(state, input, output, offset, length, SnP_ExtractAndAddLanes, SnP_Ex… argument
|
H A D | KeccakP-1600-inplace32BI.c | 34 #define ROL32(a, offset) ((((UINT32)a) << (offset)) ^ (((UINT32)a) >> (32-(offset)))) argument 90 void KeccakP1600_SetBytesInLaneToZero(void *state, unsigned int lanePosition, unsigned int offset, … in KeccakP1600_SetBytesInLaneToZero() 125 void KeccakP1600_AddByte(void *state, unsigned char byte, unsigned int offset) in KeccakP1600_AddByte() 146 …void *state, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_AddBytesInLane() 214 void KeccakP1600_AddBytes(void *state, const unsigned char *data, unsigned int offset, unsigned int… in KeccakP1600_AddBytes() 221 …void *state, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_OverwriteBytesInLane() 270 void KeccakP1600_OverwriteBytes(void *state, const unsigned char *data, unsigned int offset, unsign… in KeccakP1600_OverwriteBytes() 292 …const void *state, unsigned int lanePosition, unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_ExtractBytesInLane() 358 void KeccakP1600_ExtractBytes(const void *state, unsigned char *data, unsigned int offset, unsigned… in KeccakP1600_ExtractBytes() 365 …t lanePosition, const unsigned char *input, unsigned char *output, unsigned int offset, unsigned i… in KeccakP1600_ExtractAndAddBytesInLane() [all …]
|
/php-src/ext/intl/breakiterator/ |
H A D | breakiterator.stub.php | 77 public function following(int $offset): int {} 95 public function isBoundary(int $offset): bool {} 101 public function next(?int $offset = null): int {} 104 public function preceding(int $offset): int {}
|
H A D | codepointiterator_internal.cpp | 189 int32_t CodePointBreakIterator::following(int32_t offset) in following() 199 int32_t CodePointBreakIterator::preceding(int32_t offset) in preceding() 209 UBool CodePointBreakIterator::isBoundary(int32_t offset) in isBoundary()
|
/php-src/ext/shmop/ |
H A D | shmop.stub.php | 13 function shmop_read(Shmop $shmop, int $offset, int $size): string {} 20 function shmop_write(Shmop $shmop, string $data, int $offset): int {}
|
/php-src/ext/intl/dateformat/ |
H A D | dateformat.stub.php | 160 public function parse(string $string, &$offset = null): int|float|false {} 165 public function parseToCalendar(string $string, &$offset = null): int|float|false {} 173 public function localtime(string $string, &$offset = null): array|false {}
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 213 static char *fpm_conf_set_boolean(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_boolean() 242 static char *fpm_conf_set_string(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_string() 267 static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_integer() 302 static char *fpm_conf_set_time(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_time() 343 static char *fpm_conf_set_log_level(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_log_level() 368 static char *fpm_conf_set_syslog_facility(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_syslog_facility() 518 static char *fpm_conf_set_rlimit_core(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_rlimit_core() 547 static char *fpm_conf_set_pm(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_pm()
|
/php-src/ext/zend_test/ |
H A D | object_handlers.c | 245 static void dimension_common_helper(zend_object *object, zval *offset, int prop_access_type) { in dimension_common_helper() 254 static zval* dimension_handlers_no_ArrayAccess_read_dimension(zend_object *object, zval *offset, in… in dimension_handlers_no_ArrayAccess_read_dimension() 264 static void dimension_handlers_no_ArrayAccess_write_dimension(zend_object *object, zval *offset, zv… in dimension_handlers_no_ArrayAccess_write_dimension() 268 static int dimension_handlers_no_ArrayAccess_has_dimension(zend_object *object, zval *offset, int c… in dimension_handlers_no_ArrayAccess_has_dimension() 277 static void dimension_handlers_no_ArrayAccess_unset_dimension(zend_object *object, zval *offset) { in dimension_handlers_no_ArrayAccess_unset_dimension()
|
/php-src/TSRM/ |
H A D | TSRM.h | 171 #define TSRMG_FAST(offset, type, element) (TSRMG_FAST_BULK(offset, type)->element) argument 172 #define TSRMG_FAST_BULK(offset, type) ((type) (((char*) tsrm_get_ls_cache())+(offset))) argument 176 #define TSRMG_FAST_STATIC(offset, type, element) (TSRMG_FAST_BULK_STATIC(offset, type)->element) argument 177 #define TSRMG_FAST_BULK_STATIC(offset, type) ((type) (((char*) TSRMLS_CACHE)+(offset))) argument
|
/php-src/ext/spl/ |
H A D | spl_fixedarray.c | 119 static void spl_fixedarray_copy_range(spl_fixedarray *array, zend_long offset, zval *begin, zval *e… in spl_fixedarray_copy_range() 323 static zend_long spl_offset_convert_to_long(zval *offset) /* {{{ */ in spl_offset_convert_to_long() 355 …atic zval *spl_fixedarray_object_read_dimension_helper(spl_fixedarray_object *intern, zval *offset) in spl_fixedarray_object_read_dimension_helper() 381 static zval *spl_fixedarray_object_read_dimension(zend_object *object, zval *offset, int type, zval… in spl_fixedarray_object_read_dimension() 404 …_fixedarray_object_write_dimension_helper(spl_fixedarray_object *intern, zval *offset, zval *value) in spl_fixedarray_object_write_dimension_helper() 432 static void spl_fixedarray_object_write_dimension(zend_object *object, zval *offset, zval *value) in spl_fixedarray_object_write_dimension() 449 …atic void spl_fixedarray_object_unset_dimension_helper(spl_fixedarray_object *intern, zval *offset) in spl_fixedarray_object_unset_dimension_helper() 469 static void spl_fixedarray_object_unset_dimension(zend_object *object, zval *offset) in spl_fixedarray_object_unset_dimension() 480 static bool spl_fixedarray_object_has_dimension_helper(spl_fixedarray_object *intern, zval *offset,… in spl_fixedarray_object_has_dimension_helper() 500 static int spl_fixedarray_object_has_dimension(zend_object *object, zval *offset, int check_empty) in spl_fixedarray_object_has_dimension()
|
/php-src/scripts/dev/ |
H A D | check_parameters.php | 65 function update_lineno($offset) 182 function check_function($name, $txt, $offset)
|
/php-src/ext/dom/ |
H A D | characterdata.c | 110 unsigned int count, offset; in PHP_METHOD() local 195 unsigned int offset; in dom_character_data_insert_data() local 260 zend_long offset, count_input; in dom_character_data_delete_data() local 329 zend_long offset, count_input; in dom_character_data_replace_data() local
|
/php-src/main/streams/ |
H A D | php_stream_mmap.h | 47 size_t offset; member 69 #define php_stream_mmap_range(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((str… argument
|
/php-src/ext/intl/grapheme/ |
H A D | grapheme_util.c | 97 …har *haystack, size_t haystack_len, char *needle, size_t needle_len, int32_t offset, int32_t *puch… in grapheme_strpos_utf16() 291 int32_t grapheme_get_haystack_offset(UBreakIterator* bi, int32_t offset) in grapheme_get_haystack_offset() 331 …strrpos_ascii(char *haystack, size_t haystack_len, char *needle, size_t needle_len, int32_t offset) in grapheme_strrpos_ascii()
|
H A D | grapheme_util.h | 40 #define OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 … argument
|
/php-src/ext/iconv/ |
H A D | iconv.stub.php | 29 function iconv_substr(string $string, int $offset, ?int $length = null, ?string $encoding = null): … 31 function iconv_strpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null):…
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_disasm.c | 189 const char* ir_disasm_find_symbol(uint64_t addr, int64_t *offset) in ir_disasm_find_symbol() 297 int64_t *offset) in ir_disasm_resolver() 349 int64_t offset = 0; local 720 int64_t offset; local
|
/php-src/ext/intl/formatter/ |
H A D | formatter.stub.php | 205 …public function parse(string $string, int $type = NumberFormatter::TYPE_DOUBLE, &$offset = null): … 219 public function parseCurrency(string $string, &$currency, &$offset = null): float|false {}
|