/PHP-8.3/ext/sysvsem/ |
H A D | sysvsem.stub.php | 13 function sem_get(int $key, int $max_acquire = 1, int $permissions = 0666, bool $auto_release = true…
|
H A D | php_sysvsem.h | 32 int key; /* For error reporting. */ member
|
/PHP-8.3/ext/standard/ |
H A D | crypt_freesec.c | 371 des_setkey(const char *key, struct php_crypt_extended_data *data) in des_setkey() 608 _crypt_extended_r(const unsigned char *key, const char *setting, in _crypt_extended_r() 723 _crypt_extended(const char *key, const char *setting) in _crypt_extended()
|
H A D | crypt_blowfish.c | 533 static void BF_set_key(const char *key, BF_key expanded, BF_key initial, in BF_set_key() 639 static char *BF_crypt(const char *key, const char *setting, in BF_crypt() 803 char *php_crypt_blowfish_rn(const char *key, const char *setting, in php_crypt_blowfish_rn()
|
H A D | crc32.c | 34 static unsigned long getauxval(unsigned long key) { in getauxval()
|
H A D | basic_functions.c | 134 zend_string *key; member 1293 static void add_config_entry(zend_ulong h, zend_string *key, zval *entry, zval *retval) 1316 zend_string *key; local 1949 zend_string *key; local 2095 zend_string *key; local 2190 zend_string *key = ZSTR_INIT_LITERAL("ignore_user_abort", 0); local 2464 zend_ulong key = (zend_ulong) ZEND_STRTOUL(Z_STRVAL_P(arg1), NULL, 0); local
|
/PHP-8.3/ext/shmop/ |
H A D | shmop.c | 63 key_t key; member 136 zend_long key, mode, size; in PHP_FUNCTION() local
|
H A D | shmop.stub.php | 11 function shmop_open(int $key, string $mode, int $permissions, int $size): Shmop|false {}
|
/PHP-8.3/ext/spl/ |
H A D | spl_observer.stub.php | 59 public function key(): int {} function in SplObjectStorage 166 public function key(): array {} function in MultipleIterator
|
H A D | spl_iterators.c | 113 zval key; member 1245 zval key; in PHP_METHOD() local 1619 PHP_METHOD(IteratorIterator, key) in PHP_METHOD() argument 2356 zval *key = &intern->current.key; in spl_caching_it_next() local 2518 zend_string *key; in PHP_METHOD() local 2541 zend_string *key; in PHP_METHOD() local 2568 zend_string *key; in PHP_METHOD() local 2589 zend_string *key; in PHP_METHOD() local 2770 PHP_METHOD(NoRewindIterator, key) in PHP_METHOD() argument 2864 PHP_METHOD(EmptyIterator, key) in PHP_METHOD() argument [all …]
|
H A D | spl_directory.stub.php | 133 public function key(): mixed {} // TODO change return type to string function in DirectoryIterator 220 public function key(): string {} function in FilesystemIterator 349 public function key(): int {} function in SplFileObject
|
/PHP-8.3/Zend/ |
H A D | zend_vm_trace_map.h | 60 zend_string *key, *prev_key; in zend_vm_trace_init() local
|
H A D | zend_inheritance.c | 1211 static void do_inherit_method(zend_string *key, zend_function *parent, zend_class_entry *ce, bool i… in do_inherit_method() 1279 static void do_inherit_property(zend_property_info *parent_info, zend_string *key, zend_class_entry… in do_inherit_property() 1483 zend_string *key; in zend_do_inheritance_ex() local 1789 zend_string *key; in do_interface_implementation() local 1826 zend_string *key; in zend_do_implement_interface() local 1868 zend_string *key; in zend_do_implement_interfaces() local 1958 static void zend_add_trait_method(zend_class_entry *ce, zend_string *name, zend_string *key, zend_f… in zend_add_trait_method() 2308 zend_string *key; in zend_do_traits_method_binding() local 2705 zend_ulong key; in get_or_init_obligations_for_class() local 3019 … *zend_do_link_class(zend_class_entry *ce, zend_string *lc_parent_name, zend_string *key) /* {{{ */ in zend_do_link_class() [all …]
|
H A D | zend_API.h | 555 static zend_always_inline void add_assoc_long(zval *arg, const char *key, zend_long n) { in add_assoc_long() 558 static zend_always_inline void add_assoc_null(zval *arg, const char *key) { in add_assoc_null() 561 static zend_always_inline void add_assoc_bool(zval *arg, const char *key, bool b) { in add_assoc_bool() 567 static zend_always_inline void add_assoc_double(zval *arg, const char *key, double d) { in add_assoc_double() 570 static zend_always_inline void add_assoc_str(zval *arg, const char *key, zend_string *str) { in add_assoc_str() 588 static zend_always_inline void add_assoc_zval(zval *arg, const char *key, zval *value) { in add_assoc_zval() 641 static zend_always_inline void add_property_long(zval *arg, const char *key, zend_long n) { in add_property_long() 644 static zend_always_inline void add_property_null(zval *arg, const char *key) { in add_property_null() 647 static zend_always_inline void add_property_bool(zval *arg, const char *key, bool b) { in add_property_bool() 653 static zend_always_inline void add_property_double(zval *arg, const char *key, double d) { in add_property_double() [all …]
|
H A D | zend_vm_trace_handlers.h | 67 zend_string *key; in zend_vm_trace_finish() local
|
H A D | zend_list.c | 328 ZEND_API zend_resource* zend_register_persistent_resource_ex(zend_string *key, void *rsrc_pointer, … in zend_register_persistent_resource_ex() 342 ZEND_API zend_resource* zend_register_persistent_resource(const char *key, size_t key_len, void *rs… in zend_register_persistent_resource()
|
/PHP-8.3/ext/opcache/ |
H A D | ZendAccelerator.c | 1190 char *key; in accel_make_persistent_key() local 1440 static zend_string* accel_new_interned_key(zend_string *key) in accel_new_interned_key() 1464 static void zend_accel_add_key(zend_string *key, zend_accel_hash_entry *bucket) in zend_accel_add_key() 1552 …ipt_in_shared_memory(zend_persistent_script *new_persistent_script, zend_string *key, bool *from_s… in cache_script_in_shared_memory() 1978 zend_string *key = NULL; in persistent_compile_file() local 2514 zend_string *key = NULL; in persistent_zend_resolve_path() local 2637 zend_string *key = ZSTR_INIT_LITERAL("opcache.enable", 0); in accel_activate() local 3696 zend_string *key = zend_string_tolower(ce->parent_name); local 3738 zend_string *key; local 3819 zend_string *key; local [all …]
|
H A D | zend_accelerator_hash.h | 49 zend_string *key; member
|
/PHP-8.3/ext/sockets/ |
H A D | conversions.h | 34 const char *key; member
|
/PHP-8.3/ext/sysvshm/ |
H A D | sysvshm.c | 372 static int php_put_shm_data(sysvshm_chunk_head *ptr, zend_long key, const char *data, zend_long len) in php_put_shm_data() 400 static zend_long php_check_shm_data(sysvshm_chunk_head *ptr, zend_long key) in php_check_shm_data()
|
/PHP-8.3/ext/com_dotnet/ |
H A D | com_saproxy.c | 53 LONG key; member 312 static zend_function *saproxy_method_get(zend_object **object, zend_string *name, const zval *key) in saproxy_method_get() 495 static void saproxy_iter_get_key(zend_object_iterator *iter, zval *key) in saproxy_iter_get_key()
|
/PHP-8.3/ext/openssl/ |
H A D | openssl.c | 3521 char *key; member 4732 EVP_PKEY * key; in PHP_FUNCTION() local 4800 EVP_PKEY * key; in PHP_FUNCTION() local 4878 zval *key; in PHP_FUNCTION() local 4941 zval *key; in PHP_FUNCTION() local 5259 zval *key; in PHP_FUNCTION() local 6693 zval *key, *crypted; in PHP_FUNCTION() local 6742 zval *key, *crypted; in PHP_FUNCTION() local 6792 zval *key, *crypted; in PHP_FUNCTION() local 6981 zval *key; in PHP_FUNCTION() local [all …]
|
/PHP-8.3/main/ |
H A D | rfc1867.c | 204 char *key; member 376 char *key = NULL; in multipart_buffer_headers() local 432 static char *php_mime_get_hdr_value(zend_llist header, char *key) in php_mime_get_hdr_value() 796 char *key = NULL, *word = pair; local
|
/PHP-8.3/sapi/apache2handler/ |
H A D | php_apache.h | 59 #define APR_ARRAY_FOREACH_OPEN(arr, key, val) \ argument
|
/PHP-8.3/ext/hash/ |
H A D | hash.stub.php | 20 function hash_hmac(string $algo, string $data, #[\SensitiveParameter] string $key, bool $binary = f…
|