Home
last modified time | relevance | path

Searched refs:name (Results 1526 – 1543 of 1543) sorted by relevance

1...<<6162

/PHP-5.4/ext/mysqli/
H A Dmysqli_api.c1054 add_property_string(value, "name",(field->name ? field->name : ""), 1);
/PHP-5.4/Zend/
H A Dzend_language_scanner.c64 #define STATE(name) yyc##name argument
4308 const char *class_name = CG(active_class_entry) ? CG(active_class_entry)->name : NULL; in lex_scan()
4463 trait_name = CG(active_class_entry)->name; in lex_scan()
4520 class_name = CG(active_class_entry)->name; in lex_scan()
H A Dzend_ini_scanner.c52 #define STATE(name) yyc##name argument
/PHP-5.4/ext/standard/tests/file/
H A Dfread_variation2.phpt68 …$filename = dirname(__FILE__)."/fread_variation2.tmp"; // this is name of the file created by crea…
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-5.4/
H A DREADME.STREAMS84 Generate a temporary file name and open it.
/PHP-5.4/ext/date/lib/
H A Dparse_date.c162 const char *name; member
168 const char *name; member
585 for (tp = timelib_reltext_lookup; tp->name; tp++) { in timelib_lookup_relative_text()
586 if (strcasecmp(word, tp->name) == 0) { in timelib_lookup_relative_text()
618 for (tp = timelib_month_lookup; tp->name; tp++) { in timelib_lookup_month()
619 if (strcasecmp(word, tp->name) == 0) { in timelib_lookup_month()
665 for (tp = timelib_relunit_lookup; tp->name; tp++) { in timelib_lookup_relunit()
666 if (strcasecmp(word, tp->name) == 0) { in timelib_lookup_relunit()
718 for (tp = timelib_timezone_lookup; tp->name; tp++) { in zone_search()
719 if (strcasecmp(word, tp->name) == 0) { in zone_search()
[all …]
/PHP-5.4/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.4/ext/mbstring/
H A DREADME_PHP3-i18n-ja203 each function name has been changed. Therefore, mb regex functions are
/PHP-5.4/TSRM/
H A Dtsrm_virtual_cwd.c1807 DIR *opendir(const char *name);
/PHP-5.4/ext/sockets/
H A Dsockets.c231 ZEND_ARG_INFO(1, name)
/PHP-5.4/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.4/ext/mysqlnd/
H A Dmysqlnd.c1962 return conn->charset->name;
/PHP-5.4/ext/spl/
H A Dspl_directory.c367 …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.4/ext/mbstring/oniguruma/
H A Dregexec.c1335 OpCounter[i], OpPrevCounter[i], OpTime[i], OnigOpInfo[i].name); in onig_print_statistics()

Completed in 158 milliseconds

1...<<6162