Home
last modified time | relevance | path

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

123456789

/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_main.c1387 char *key; in fastcgi_ini_parser() local
/PHP-8.3/ext/xmlreader/
H A Dphp_xmlreader.c187 static zend_function *xmlreader_get_method(zend_object **obj, zend_string *name, const zval *key) in xmlreader_get_method()
/PHP-8.3/ext/standard/
H A Dproc_open.c148 zend_string *key, *str; in _php_array_to_envp() local
H A Dbasic_functions.stub.php1613 function key(array|object $array): int|string|null {} function
1878 function array_key_exists($key, array $array): bool {}
1884 function key_exists($key, array $array): bool {}
/PHP-8.3/ext/reflection/
H A Dphp_reflection.stub.php809 public static function fromArrayElement(array $array, int|string $key): ?ReflectionReference {}
/PHP-8.3/main/
H A Dmain.c1523 zend_string *key; in PHP_FUNCTION() local
H A Dfastcgi.c1743 zend_string *key = zend_string_init(name, name_len, 1); local
/PHP-8.3/sapi/cli/
H A Dphp_cli_server.c611 static void sapi_cli_server_register_variable(zval *track_vars_array, const char *key, const char *… in sapi_cli_server_register_variable()
660 char *real_key, *key; in sapi_cli_server_register_entry_cb() local
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd.h158 #define mysqlnd_ssl_set(conn, key, cert, ca, capath, cipher) ((conn)->data)->m->ssl_set((conn)->dat… argument
/PHP-8.3/ext/snmp/
H A Dsnmp.c1797 zend_string *key; in php_snmp_get_properties() local
/PHP-8.3/ext/zend_test/
H A Dtest.c804 …zend_function *zend_test_class_method_get(zend_object **object, zend_string *name, const zval *key) in zend_test_class_method_get()
/PHP-8.3/Zend/
H A Dzend_gc.c836 zval *key = zv; in gc_scan_black() local
H A Dzend_execute.c5006 const zval *key, uint32_t flags, bool check_defined_only OPLINE_DC EXECUTE_DATA_DC) /* {{{ */ in _zend_quick_get_constant()
5045 const zval *key, uint32_t flags OPLINE_DC EXECUTE_DATA_DC) /* {{{ */ in zend_quick_get_constant()
H A Dzend_compile.c8235 zend_string *key = NULL; in zend_compile_class_decl() local
8885 zend_string *key; in zend_try_ct_eval_array() local
8907 zval *key = zend_ast_get_zval(key_ast); in zend_try_ct_eval_array() local
/PHP-8.3/ext/curl/
H A Dinterface.c778 static int curl_ssh_hostkeyfunction(void *clientp, int keytype, const char *key, size_t keylen) in curl_ssh_hostkeyfunction()
/PHP-8.3/ext/phar/
H A Dphar.c91 char *key, *lasts, *end; in phar_split_cache_list() local
/PHP-8.3/ext/sockets/
H A Dconversions.c108 static int param_get_bool(void *ctx, const char *key, int def) in param_get_bool()
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c611 zend_string *key; in pcre_get_compiled_regex_cache_ex() local
/PHP-8.3/ext/mbstring/
H A Dmbstring.c2683 zend_string *key; in php_mb_convert_encoding_recursive() local
5282 zend_string *key; in php_mb_check_encoding_recursive() local
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.c617 static bool zend_jit_is_persistent_constant(zval *key, uint32_t flags) in zend_jit_is_persistent_constant()
/PHP-8.3/ext/date/
H A Dphp_date.c587 static void update_property(zend_object *object, zend_string *key, zval *prop_val) in update_property()
1626 static void date_period_it_current_key(zend_object_iterator *iter, zval *key) in date_period_it_current_key()
/PHP-8.3/ext/zip/
H A Dphp_zip.c999 zend_string *key; in php_zip_get_properties() local
/PHP-8.3/ext/imap/
H A Dphp_imap.c3217 zend_string *key; in PHP_FUNCTION() local
/PHP-8.3/ext/ldap/
H A Dldap.c2531 static void _ldap_hash_fetch(zval *hashTbl, const char *key, zval **out) in _ldap_hash_fetch()
/PHP-8.3/ext/gd/
H A Dgd.c3085 zend_string *key; in php_imagettftext_common() local

Completed in 280 milliseconds

123456789