Home
last modified time | relevance | path

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

1...<<6162636465

/PHP-5.5/ext/standard/html_tables/mappings/
H A D8859-5.TXT33 # Column #3 the Unicode name (follows a comment sign, '#')
H A DCP1252.TXT15 # Column #3 is the Unicode name (follows a comment sign, '#')
H A DCP866.TXT14 # Column #3 is the Unicode name (follows a comment sign, '#')
H A D8859-1.TXT33 # Column #3 the Unicode name (follows a comment sign, '#')
H A D8859-15.TXT34 # Column #3 the Unicode name (follows a comment sign, '#')
H A DKOI8-R.TXT36 # Column #3 the Unicode name (follows a comment sign, '#')
/PHP-5.5/ext/standard/tests/file/
H A Dfgetc_basic.phpt35 $filename = dirname(__FILE__)."/fgetc_basic1.tmp"; // file name that is created by create_files
H A Dfread_variation3-win32.phpt71 …$filename = dirname(__FILE__)."/fread_variation3.tmp"; // this is name of the file created by crea…
H A Dfread_variation3.phpt71 …$filename = dirname(__FILE__)."/fread_variation3.tmp"; // this is name of the file created by crea…
H A Dfread_variation4-win32.phpt71 …$filename = dirname(__FILE__)."/fread_variation4.tmp"; // this is name of the file created by crea…
H A Dfread_variation4.phpt71 …$filename = dirname(__FILE__)."/fread_variation4.tmp"; // this is name of the file created by crea…
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…
/PHP-5.5/ext/standard/
H A Dproc_open.c753 if(strcmp(sapi_module.name, "cli") != 0) { in PHP_FUNCTION()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch88 const char name[16];
1043 char name[__arraycount(d->d_name)];
2365 close_and_restore(const struct magic_set *ms, const char *name, int fd,
2539 - * We have the file name and/or the data buffer to be identified.
2540 + * We have the file name and/or the data buffer to be identified.
2913 * Passed the name and FILE * of one file to be typed.
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c4 static int zend_get_persistent_constant(char *name, uint name_len, zval *result, int copy TSRMLS_DC… in zend_get_persistent_constant() argument
11 if (zend_hash_find(EG(zend_constants), name, name_len + 1, (void **) &c) == FAILURE) { in zend_get_persistent_constant()
13 memcpy(lookup_name, name, name_len + 1); in zend_get_persistent_constant()
/PHP-5.5/win32/build/
H A Dconfig.w32236 // set up the build dir and DLL name
/PHP-5.5/ext/imap/
H A Dphp_imap.c771 if (strncmp(qlist->name, "STORAGE", 7) == 0) in mail_getquota()
780 add_assoc_zval_ex(return_value, qlist->name, strlen(qlist->name)+1, t_map); in mail_getquota()
1981 add_property_string(return_value, "Driver", imap_le_struct->imap_stream->dtb->name, 1); in PHP_FUNCTION()
2590 add_property_string(return_value, "Driver", imap_le_struct->imap_stream->dtb->name, 1); in PHP_FUNCTION()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput17220 # name and address
H A Dtestoutput11134 # name and address
1737 # name and address
7923 /--- This should succeed, as a non-existent skip name disables the skip ---/
8249 name)/K
8502 /--- This should fail, as a null name is the same as no name ---/
8563 /--- An empty name does not pass back an empty string. It is the same as if no
8564 name were given. ---/
/PHP-5.5/
H A DUPGRADING59 - ClassName::class syntax returning full class name for a class as a
H A DREADME.STREAMS84 Generate a temporary file name and open it.
/PHP-5.5/ext/pgsql/
H A Dpgsql.c2722 …ion_get_default(TSRMLS_C), 0 TSRMLS_CC, "Could not execute %s::%s()", ce->name, ce->constructor->c…
2732 …), 0 TSRMLS_CC, "Class %s does not have a constructor hence you cannot use ctor_params", ce->name);
5167 char *name; local
5192 name = PQgetvalue(pg_result,i,0);
5193 add_assoc_zval(meta, name, elem);
/PHP-5.5/Zend/
H A Dzend_language_scanner.c64 #define STATE(name) yyc##name argument
4321 const char *class_name = CG(active_class_entry) ? CG(active_class_entry)->name : NULL; in lex_scan()
4476 trait_name = CG(active_class_entry)->name; in lex_scan()
4533 class_name = CG(active_class_entry)->name; in lex_scan()
H A Dzend_ini_scanner.c52 #define STATE(name) yyc##name argument

Completed in 131 milliseconds

1...<<6162636465