Home
last modified time | relevance | path

Searched defs:key (Results 176 – 200 of 203) sorted by relevance

123456789

/PHP-8.0/ext/spl/
H A Dspl_fixedarray.c833 static void spl_fixedarray_it_get_current_key(zend_object_iterator *iter, zval *key) in spl_fixedarray_it_get_current_key()
/PHP-8.0/ext/standard/
H A Dhtml.c1419 char key[9] = ""; /* two unicode code points in UTF-8 */ in write_s3row_data() local
H A Dbasic_functions.stub.php101 function key(array|object $array): int|string|null {} function
239 function array_key_exists($key, array $array): bool {}
245 function key_exists($key, array $array): bool {}
/PHP-8.0/Zend/
H A Dzend_virtual_cwd.h205 zend_ulong key; member
H A Dzend_compile.c6840 zend_string *unqualified_name, *name, *lcname, *key; in zend_begin_func_decl() local
7474 zend_string *key = NULL; in zend_compile_class_decl() local
8033 zend_string *key; in zend_try_ct_eval_array() local
8056 zval *key = zend_ast_get_zval(key_ast); in zend_try_ct_eval_array() local
H A Dzend_execute.c4552 const zval *key, uint32_t flags, bool check_defined_only OPLINE_DC EXECUTE_DATA_DC) /* {{{ */ in _zend_quick_get_constant()
4591 const zval *key, uint32_t flags OPLINE_DC EXECUTE_DATA_DC) /* {{{ */ in zend_quick_get_constant()
H A Dzend_types.h354 zend_string *key; /* string key or NULL for numerics */ member
/PHP-8.0/sapi/litespeed/
H A Dlsapi_main.c683 zend_string * key; in lsapi_clean_shutdown() local
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c1350 char *key; in fastcgi_ini_parser() local
/PHP-8.0/ext/opcache/
H A DZendAccelerator.h243 char key[MAXPATHLEN * 8]; member
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.c279 zend_string *key = zend_string_init(ZEND_STRL("opcache.jit"), 1); in PHP_RINIT_FUNCTION() local
/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php649 public static function fromArrayElement(array $array, int|string $key): ?ReflectionReference {}
/PHP-8.0/ext/xmlreader/
H A Dphp_xmlreader.c188 static zend_function *xmlreader_get_method(zend_object **obj, zend_string *name, const zval *key) in xmlreader_get_method()
/PHP-8.0/main/
H A Dmain.c1473 zend_string *key; in PHP_FUNCTION() local
H A Dfastcgi.c1733 zend_string *key = zend_string_init(name, name_len, 1); local
/PHP-8.0/ext/imap/
H A Dphp_imap.c201 static zval *add_assoc_object(zval *arg, char *key, zval *tmp) in add_assoc_object()
3091 zend_string *key; in PHP_FUNCTION() local
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd.h161 #define mysqlnd_ssl_set(conn, key, cert, ca, capath, cipher) ((conn)->data)->m->ssl_set((conn)->dat… argument
/PHP-8.0/ext/snmp/
H A Dsnmp.c1779 zend_string *key; in php_snmp_get_properties() local
/PHP-8.0/ext/phar/
H A Dphar.c102 char *key, *lasts, *end; in phar_split_cache_list() local
/PHP-8.0/ext/mbstring/
H A Dmbstring.c2436 zend_string *key; in php_mb_convert_encoding_recursive() local
3931 zend_string *key; in php_mb_check_encoding_recursive() local
/PHP-8.0/ext/sockets/
H A Dconversions.c100 static int param_get_bool(void *ctx, const char *key, int def) in param_get_bool()
/PHP-8.0/ext/pcre/
H A Dphp_pcre.c626 zend_string *key; in pcre_get_compiled_regex_cache_ex() local
/PHP-8.0/ext/ldap/
H A Dldap.c2517 static void _ldap_hash_fetch(zval *hashTbl, const char *key, zval **out) in _ldap_hash_fetch()
/PHP-8.0/ext/zip/
H A Dphp_zip.c978 zend_string *key; in php_zip_get_properties() local
/PHP-8.0/ext/gd/
H A Dgd.c3167 zend_string *key; in php_imagettftext_common() local

Completed in 215 milliseconds

123456789