Home
last modified time | relevance | path

Searched defs:name (Results 301 – 322 of 322) sorted by relevance

1...<<111213

/php-src/ext/standard/
H A Dbasic_functions.stub.php1555 function output_add_rewrite_var(string $name, string $value): bool {}
1931 function constant(string $name): mixed {}
1942 function getenv(?string $name = null, bool $local_only = false): string|array|false {}
H A Dfile.c246 char *name = NULL, *value = NULL, *temp = NULL; in PHP_FUNCTION() local
H A Darray.c108 #define DEFINE_SORT_VARIANTS(name) \ argument
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c397 static zend_string *pdo_pgsql_last_insert_id(pdo_dbh_t *dbh, const zend_string *name) in pdo_pgsql_last_insert_id()
/php-src/ext/dom/lexbor/lexbor/css/
H A Dproperty.h29 lexbor_str_t name; member
/php-src/sapi/litespeed/
H A Dlsapilib.c2178 static char * GetHeaderVar( LSAPI_Request * pReq, const char * name ) in GetHeaderVar()
2238 char * LSAPI_GetEnv_r( LSAPI_Request * pReq, const char * name ) in LSAPI_GetEnv_r()
/php-src/ext/mysqlnd/
H A Dmysqlnd_connection.c1697 mysqlnd_escape_string_for_tx_name_in_comment(const char * const name)
H A Dmysqlnd_structs.h81 const char *name; /* Name of column in C string */ member
181 const char *name; member
/php-src/ext/phar/
H A Dphar.c3257 zend_string *name = NULL; in phar_compile_file() local
H A Dphar_object.c145 char *name = NULL, buf[8192]; in phar_file_action() local
/php-src/main/
H A Dfastcgi.c1727 void fcgi_set_mgmt_var(const char * name, size_t name_len, const char * value, size_t value_len)
/php-src/ext/pgsql/
H A Dpgsql.stub.php515 function pg_parameter_status($connection, string $name = UNKNOWN): string|false {}
H A Dpgsql.c1663 zend_string *name = zend_string_init(tmp_name, strlen(tmp_name), 0); in get_field_name() local
4559 char *name; in php_pgsql_meta_data() local
/php-src/ext/sockets/
H A Dsockets.c1687 char name[16]; local
/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h278 #define ZEND_JIT_TRACE_STOP_NAME(name, description) \ argument
/php-src/ext/openssl/
H A Dxp_ssl.c166 char *name; member
/php-src/ext/dom/
H A Dnode.c37 zend_string *dom_node_concatenated_name_helper(size_t name_len, const char *name, size_t prefix_len… in dom_node_concatenated_name_helper()
/php-src/Zend/Optimizer/
H A Dzend_inference.c2402 static const zend_property_info *lookup_prop_info(const zend_class_entry *ce, zend_string *name, ze… in lookup_prop_info()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h713 PCRE2_SPTR name; /* Points to the name in the pattern */ member
H A Dpcre2_internal.h195 #define PRIV(name) _pcre2_##name argument
/php-src/ext/gd/
H A Dgd.c945 #define CHECK_RGBA_RANGE(component, name, argument_number) \ argument
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c195 const char*name; member

Completed in 223 milliseconds

1...<<111213