Home
last modified time | relevance | path

Searched refs:name (Results 1801 – 1814 of 1814) sorted by relevance

1...<<717273

/PHP-7.0/
H A DREADME.STREAMS84 Generate a temporary file name and open it.
/PHP-7.0/ext/standard/tests/file/
H A Dfread_variation1.phpt69 …$filename = dirname(__FILE__)."/fread_variation1.tmp"; // this is name of the file created by crea…
H A Dtempnam_variation4.phpt21 Description: Create file with unique file name.
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX_64.c816 printf("unrecoginzed opc: %s\n", opcode->name); in push_3_buffer()
861 printf("unrecoginzed opc: %s\n", opcode->name); in push_2_buffer()
/PHP-7.0/ext/date/lib/
H A Dparse_date.c168 const char *name; member
174 const char *name; member
560 for (tp = timelib_reltext_lookup; tp->name; tp++) { in timelib_lookup_relative_text()
561 if (strcasecmp(word, tp->name) == 0) { in timelib_lookup_relative_text()
593 for (tp = timelib_month_lookup; tp->name; tp++) { in timelib_lookup_month()
594 if (strcasecmp(word, tp->name) == 0) { in timelib_lookup_month()
640 for (tp = timelib_relunit_lookup; tp->name; tp++) { in timelib_lookup_relunit()
641 if (strcasecmp(word, tp->name) == 0) { in timelib_lookup_relunit()
693 for (tp = timelib_timezone_lookup; tp->name; tp++) { in abbr_search()
694 if (strcasecmp(word, tp->name) == 0) { in abbr_search()
[all …]
/PHP-7.0/Zend/
H A Dzend_virtual_cwd.c1814 DIR *opendir(const char *name);
H A Dzend_language_scanner.c64 #define STATE(name) yyc##name argument
/PHP-7.0/ext/mbstring/
H A DREADME_PHP3-i18n-ja203 each function name has been changed. Therefore, mb regex functions are
/PHP-7.0/ext/sockets/
H A Dsockets.c200 ZEND_ARG_INFO(1, name)
/PHP-7.0/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
/PHP-7.0/ext/spl/
H A Dspl_directory.c358 …or_docref(NULL, E_ERROR, "An object of class %s cannot be cloned", ZSTR_VAL(old_object->ce->name)); in spl_filesystem_object_clone()
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregexec.c1208 OpCounter[i], OpPrevCounter[i], OpTime[i], OnigOpInfo[i].name); in onig_print_statistics()

Completed in 95 milliseconds

1...<<717273