Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 183) sorted by last modified time

12345678

/PHP-7.4/ext/gd/
H A Dgd.c4098 zend_string *key; in php_imagettftext_common() local
/PHP-7.4/ext/phar/
H A Dphar.c101 char *key, *lasts, *end; in phar_split_cache_list() local
H A Dphar_object.c1447 zval key; in phar_build() local
1575 zval key; in phar_build() local
3052 char *error, *key = NULL; in PHP_METHOD() local
/PHP-7.4/main/
H A Dphp_variables.c62 zend_string *key = zend_string_init_interned(name, name_len, 0); in php_register_variable_quick() local
H A Dmain.c1577 zend_string *key; in PHP_FUNCTION() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c577 zend_string * key; in php_mysqlnd_auth_write() local
595 zend_string * key; in php_mysqlnd_auth_write() local
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c599 zend_string *key; in pcre_get_compiled_regex_cache_ex() local
/PHP-7.4/Zend/
H A Dzend_closures.c425 …tion *zend_closure_get_method(zend_object **object, zend_string *method, const zval *key) /* {{{ */ in zend_closure_get_method()
H A Dzend_list.c332 ZEND_API zend_resource* zend_register_persistent_resource_ex(zend_string *key, void *rsrc_pointer, … in zend_register_persistent_resource_ex()
346 ZEND_API zend_resource* zend_register_persistent_resource(const char *key, size_t key_len, void *rs… in zend_register_persistent_resource()
H A Dzend_vm_execute.h1970 zval key; in ZEND_SEND_UNPACK_SPEC_HANDLER() local
2189 zend_string *key; in ZEND_ADD_ARRAY_UNPACK_SPEC_HANDLER() local
2243 zval key; in ZEND_ADD_ARRAY_UNPACK_SPEC_HANDLER() local
6715 zend_string *key; in ZEND_IN_ARRAY_SPEC_CONST_CONST_HANDLER() local
9646 zval *key = NULL; in ZEND_YIELD_SPEC_CONST_UNUSED_HANDLER() local
24102 zend_string *key; in ZEND_UNSET_DIM_SPEC_VAR_CONST_HANDLER() local
26226 zend_string *key; in ZEND_UNSET_DIM_SPEC_VAR_TMPVAR_HANDLER() local
29950 zend_string *key; in ZEND_UNSET_DIM_SPEC_VAR_CV_HANDLER() local
41086 zend_string *key; in ZEND_UNSET_DIM_SPEC_CV_CONST_HANDLER() local
44489 zend_string *key; in ZEND_UNSET_DIM_SPEC_CV_TMPVAR_HANDLER() local
[all …]
H A Dzend_vm_def.h5017 zval key; variable
5774 zend_string *key; variable
5776 ZEND_HASH_FOREACH_STR_KEY_VAL(ht, key, val) { in ZEND_HASH_FOREACH_STR_KEY_VAL() argument
5828 zval key; variable
6169 zend_string *key; variable
7025 zval *key, *subject; variable
8631 zend_string *key; variable
8635 ZEND_HASH_FOREACH_STR_KEY_VAL(ht, key, val) { in ZEND_HASH_FOREACH_STR_KEY_VAL() argument
H A Dzend_API.c1172 zend_string *key; in zend_merge_properties() local
1294 zend_string *key; in object_properties_init_ex() local
1325 zend_string *key; in object_properties_load() local
1331 if (ZSTR_VAL(key)[0] == '\0') { in object_properties_load() local
1681 ZEND_API int array_set_zval_key(HashTable *ht, zval *key, zval *value) /* {{{ */ in array_set_zval_key()
2660 zend_string *key; in zend_post_deactivate_modules() local
2883 zend_string *key; in zend_disable_class() local
3943 zend_string *key = zend_string_init(name, name_length, is_persistent_class(ce)); in zend_declare_property() local
4049 zend_string *key; in zend_declare_class_constant() local
4260 zend_string *key = zend_string_init(name, name_length, 0); in zend_update_static_property() local
[all …]
/PHP-7.4/ext/standard/
H A Darray.c1247 PHP_FUNCTION(key) in PHP_FUNCTION() argument
2725 zend_string *key = zval_get_tmp_string(entry, &tmp_key); local
3389 zend_string *key; local
4279 zend_string *key = zval_get_tmp_string(keyval, &tmp_key); local
4374 zend_string *key; local
5463 zend_string *str, *tmp_str, *key; local
6084 zval *key; local
6335 zval *key; local
6481 zend_string *key = zval_get_tmp_string(entry_keys, &tmp_key); local
/PHP-7.4/ext/intl/locale/
H A Dlocale_methods.c107 static int16_t findOffset(const char* const* list, const char* key) in findOffset()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c3264 zend_string *key; in php_mb_convert_encoding_recursive() local
4881 zend_string *key; in php_mb_check_encoding_recursive() local
/PHP-7.4/ext/date/
H A Dphp_date.c1979 static void date_period_it_current_key(zend_object_iterator *iter, zval *key) in date_period_it_current_key()
/PHP-7.4/ext/zip/
H A Dphp_zip.c1008 zend_string *key; in php_zip_get_properties() local
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c881 static void spl_fixedarray_it_get_current_key(zend_object_iterator *iter, zval *key) /* {{{ */ in spl_fixedarray_it_get_current_key()
908 SPL_METHOD(SplFixedArray, key) in SPL_METHOD() argument
/PHP-7.4/TSRM/
H A Dtsrm_win32.c401 static shm_pair *shm_get(key_t key, void *addr) in shm_get()
618 TSRM_API int shmget(key_t key, size_t size, int flags) in shmget()
703 TSRM_API void *shmat(int key, const void *shmaddr, int flags) in shmat()
747 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) in shmctl()
/PHP-7.4/ext/sysvmsg/
H A Dsysvmsg.c46 key_t key; member
255 zend_long key; in PHP_FUNCTION() local
273 zend_long key; in PHP_FUNCTION() local
/PHP-7.4/ext/imap/
H A Dphp_imap.c636 static zval *add_assoc_object(zval *arg, char *key, zval *tmp) in add_assoc_object()
3580 zend_string *key; in PHP_FUNCTION() local
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1247 ZCG(key)[path_length] = ':'; in accel_make_persistent_key() local
1253 ZCG(key)[key_length] = ':'; in accel_make_persistent_key() local
1272 ZCG(key)[key_length] = ':'; in accel_make_persistent_key() local
1277 ZCG(key)[key_length] = '\0'; in accel_make_persistent_key() local
1920 char *key = NULL; in persistent_compile_file() local
2274 char *key = NULL; in persistent_zend_resolve_path() local
3407 zend_string *key; in get_unresolved_initializer() local
3670 zend_string *key; in preload_link() local
3749 zend_string *key = zend_string_tolower(ce->name); in preload_link() local
3806 zend_string *key = zend_string_tolower(ce->name); in preload_link() local
[all …]
/PHP-7.4/ext/openssl/
H A Dopenssl.c3774 char *key; member
4600 EVP_PKEY * key; in PHP_FUNCTION() local
4685 EVP_PKEY * key; in PHP_FUNCTION() local
4780 zval *key; in PHP_FUNCTION() local
4822 zval *key; in PHP_FUNCTION() local
4996 zval *key; in PHP_FUNCTION() local
5737 zval *key, *crypted; in PHP_FUNCTION() local
5798 zval *key, *crypted; in PHP_FUNCTION() local
5867 zval *key, *crypted; in PHP_FUNCTION() local
6092 zval *key; in PHP_FUNCTION() local
[all …]
/PHP-7.4/ext/shmop/
H A Dshmop.c148 zend_long key, mode, size; in PHP_FUNCTION() local
/PHP-7.4/ext/json/
H A Djson_encoder.c46 zend_string *key; in php_json_determine_array_type() local
164 zend_string *key; in php_json_encode_array() local

Completed in 388 milliseconds

12345678