Home
last modified time | relevance | path

Searched refs:name (Results 1601 – 1612 of 1612) sorted by relevance

1...<<6162636465

/PHP-5.5/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-5.5/ext/date/lib/
H A Dparse_date.c162 const char *name; member
168 const char *name; member
550 for (tp = timelib_reltext_lookup; tp->name; tp++) { in timelib_lookup_relative_text()
551 if (strcasecmp(word, tp->name) == 0) { in timelib_lookup_relative_text()
583 for (tp = timelib_month_lookup; tp->name; tp++) { in timelib_lookup_month()
584 if (strcasecmp(word, tp->name) == 0) { in timelib_lookup_month()
630 for (tp = timelib_relunit_lookup; tp->name; tp++) { in timelib_lookup_relunit()
631 if (strcasecmp(word, tp->name) == 0) { in timelib_lookup_relunit()
683 for (tp = timelib_timezone_lookup; tp->name; tp++) { in abbr_search()
684 if (strcasecmp(word, tp->name) == 0) { in abbr_search()
[all …]
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja203 each function name has been changed. Therefore, mb regex functions are
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c1807 DIR *opendir(const char *name);
/PHP-5.5/ext/standard/tests/file/
H A Dtempnam_variation4.phpt21 Description: Create file with unique file name.
/PHP-5.5/ext/standard/
H A Darray.c2543 const char *name TSRMLS_DC) { in array_column_param_helper()
2558 …rror_docref(NULL TSRMLS_CC, E_WARNING, "The %s key should be either a string or an integer", name); in array_column_param_helper()
/PHP-5.5/ext/sockets/
H A Dsockets.c200 ZEND_ARG_INFO(1, name)
/PHP-5.5/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-5.5/ext/spl/
H A Dspl_directory.c370 …or_docref(NULL TSRMLS_CC, E_ERROR, "An object of class %s cannot be cloned", old_object->ce->name); in spl_filesystem_object_clone()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c1208 OpCounter[i], OpPrevCounter[i], OpTime[i], OnigOpInfo[i].name); in onig_print_statistics()

Completed in 121 milliseconds

1...<<6162636465