Home
last modified time | relevance | path

Searched defs:name (Results 251 – 275 of 315) sorted by relevance

1...<<111213

/php-src/ext/mbstring/
H A Dphp_mbregex.c680 mb_regex_groups_iter(const OnigUChar* name, const OnigUChar* name_end, int ngroup_num, int* group_n… in mb_regex_groups_iter()
771 char *name, *name_end; in mb_regex_substitute() local
/php-src/ext/dom/lexbor/lexbor/css/selectors/
H A Dselector.h87 lexbor_str_t name; member
/php-src/ext/phar/
H A Dtar.c417 char name[256]; in phar_parse_tarfile() local
/php-src/ext/zend_test/
H A Dtest.stub.php72 public function __call(string $name, array $args): mixed {}
/php-src/ext/com_dotnet/
H A Dcom_saproxy.c312 static zend_function *saproxy_method_get(zend_object **object, zend_string *name, const zval *key) in saproxy_method_get()
/php-src/ext/spl/
H A Dphp_spl.c44 static zend_class_entry * spl_find_ce_by_name(zend_string *name, bool autoload) in spl_find_ce_by_name()
/php-src/ext/dom/
H A Dnamespace_compat.c249 const xmlChar *name; in php_dom_ns_compat_mark_attribute() local
/php-src/ext/calendar/
H A Dcalendar.c51 const char *name; member
/php-src/ext/standard/
H A Dstreamsfuncs.c42 #define GET_CTX_OPT(stream, wrapper, name, val) (PHP_STREAM_CONTEXT(stream) && NULL != (val = php_s… argument
329 zend_string *name = NULL; in PHP_FUNCTION() local
H A Dpack.c742 char *name; in PHP_FUNCTION() local
/php-src/main/
H A Dmain.c1459 char *name = php_win32_get_username(); in php_get_current_user() local
1621 static zval *php_get_configuration_directive_for_zend(zend_string *name) in php_get_configuration_directive_for_zend()
/php-src/ext/pcre/
H A Dphp_pcre.c562 const char *name = name_table + 2; in make_subpats_table() local
1000 HashTable *const subpats, zend_string *name, zval *val, bool unmatched) { in add_named()
1016 zend_string *name, zend_long unmatched_as_null) in add_offset_pair()
/php-src/win32/
H A Dglob.c730 static int match(Char *name, Char *pat, Char *patend) in match()
/php-src/ext/date/lib/
H A Dparse_tz.c653 static timelib_tzinfo* timelib_tzinfo_ctor(const char *name) in timelib_tzinfo_ctor()
H A Dtimelib.h191 char *name; member
346 const char *name; member
H A Dparse_date.c147 const char *name; member
153 const char *name; member
/php-src/Zend/Optimizer/
H A Dblock_pass.c33 bool zend_optimizer_get_persistent_constant(zend_string *name, zval *result, int copy) in zend_optimizer_get_persistent_constant()
/php-src/sapi/cli/
H A Dphp_cli.c404 #define INI_DEFAULT(name,value)\ argument
/php-src/ext/iconv/
H A Diconv.c2234 zend_string *name; in PHP_FUNCTION() local
2581 static php_stream_filter *php_iconv_stream_filter_factory_create(const char *name, zval *params, ui… in php_iconv_stream_filter_factory_create()
/php-src/Zend/
H A Dzend_compile.h405 zend_string *name; member
433 const char *name; member
440 zend_string *name; member
938 zend_string *name; member
/php-src/ext/opcache/
H A DZendAccelerator.c2953 … accel_remap_huge_pages(void *start, size_t size, size_t real_size, const char *name, size_t offse… in accel_remap_huge_pages()
3024 char perm[5], dev[10], name[MAXPATHLEN]; in accel_move_code_to_huge_pages() local
3692 const char *name; member
/php-src/sapi/litespeed/
H A Dlsapilib.h295 static inline char * LSAPI_GetEnv( const char * name ) in LSAPI_GetEnv()
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c215 static zend_string *pdo_sqlite_last_insert_id(pdo_dbh_t *dbh, const zend_string *name) in pdo_sqlite_last_insert_id()
/php-src/ext/opcache/jit/ir/
H A Dir.h146 #define IR_TYPE_ENUM(name, type, field, flags) IR_ ## name, argument
367 #define IR_OP_ENUM(name, flags, op1, op2, op3) IR_ ## name, argument
/php-src/ext/mysqlnd/
H A Dmysqlnd_charset.c850 PHPAPI const MYSQLND_CHARSET * mysqlnd_find_charset_name(const char * const name) in mysqlnd_find_charset_name()

Completed in 167 milliseconds

1...<<111213