Home
last modified time | relevance | path

Searched refs:name (Results 1876 – 1889 of 1889) sorted by relevance

1...<<717273747576

/PHP-7.2/ext/date/lib/
H A Dparse_date.c146 const char *name; member
152 const char *name; member
551 for (tp = timelib_reltext_lookup; tp->name; tp++) { in timelib_lookup_relative_text()
552 if (timelib_strcasecmp(word, tp->name) == 0) { in timelib_lookup_relative_text()
584 for (tp = timelib_month_lookup; tp->name; tp++) { in timelib_lookup_month()
585 if (timelib_strcasecmp(word, tp->name) == 0) { in timelib_lookup_month()
631 for (tp = timelib_relunit_lookup; tp->name; tp++) { in timelib_lookup_relunit()
632 if (timelib_strcasecmp(word, tp->name) == 0) { in timelib_lookup_relunit()
685 for (tp = timelib_timezone_lookup; tp->name; tp++) { in abbr_search()
686 if (timelib_strcasecmp(word, tp->name) == 0) { in abbr_search()
[all …]
/PHP-7.2/Zend/
H A Dzend_virtual_cwd.c1825 DIR *opendir(const char *name);
H A Dzend_language_scanner.c64 #define STATE(name) yyc##name argument
/PHP-7.2/ext/mbstring/
H A DREADME_PHP3-i18n-ja203 each function name has been changed. Therefore, mb regex functions are
/PHP-7.2/ext/standard/tests/file/
H A Dtempnam_variation4-0.phpt21 Description: Create file with unique file name.
H A Dtempnam_variation4-1.phpt21 Description: Create file with unique file name.
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput81144 # name and address
1738 # name and address
H A Dtestoutput5923 Failed: unknown POSIX class name at offset 3
H A Dtestoutput81989 # name and address
2600 # name and address
H A Dtestinput12107 /((?(?!))x)(?'name')(?1)/S++
H A Dtestoutput12204 /((?(?!))x)(?'name')(?1)/S++
/PHP-7.2/ext/sockets/
H A Dsockets.c203 ZEND_ARG_INFO(1, name)
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregexec.c1258 OpCounter[i], OpPrevCounter[i], OpTime[i], OnigOpInfo[i].name); in onig_print_statistics()
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c145992 #define WINDOWFUNCALL(name,nArg,extra) { \
145994 name ## StepFunc, name ## FinalizeFunc, name ## ValueFunc, \
145995 name ## InvFunc, name ## Name, {0} \
146000 #define WINDOWFUNCNOOP(name,nArg,extra) { \
146003 noopStepFunc, name ## Name, {0} \
146009 #define WINDOWFUNCX(name,nArg,extra) { \
146011 name ## StepFunc, name ## ValueFunc, name ## ValueFunc, \
146012 noopStepFunc, name ## Name, {0} \

Completed in 478 milliseconds

1...<<717273747576