Home
last modified time | relevance | path

Searched refs:name (Results 1301 – 1325 of 1453) sorted by relevance

1...<<515253545556575859

/PHP-5.3/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation6.phpt35 $filename = dirname(__FILE__)."/fseek_ftell_rewind_variation6.tmp"; // this is name of the file cre…
63 delete_file($filename); // delete file with name
H A Dfseek_ftell_rewind_variation7.phpt31 $filename = dirname(__FILE__)."/fseek_ftell_rewind_variation7.tmp"; // this is name of the file cre…
57 delete_file($filename); // delete file with name
H A Dfseek_ftell_rewind_variation8-win32.phpt35 $filename = dirname(__FILE__)."/fseek_ftell_rewind_variation8.tmp"; // this is name of the file cre…
64 delete_file($filename); // delete file with name
H A Dfseek_ftell_rewind_variation8.phpt35 $filename = dirname(__FILE__)."/fseek_ftell_rewind_variation8.tmp"; // this is name of the file cre…
64 delete_file($filename); // delete file with name
H A Dfseek_ftell_rewind_variation2-win32.phpt35 $filename = dirname(__FILE__)."/fseek_ftell_rewind_variation2.tmp"; // this is name of the file cre…
65 delete_file($filename); // delete file with name
H A Dfseek_ftell_rewind_variation2.phpt35 $filename = dirname(__FILE__)."/fseek_ftell_rewind_variation2.tmp"; // this is name of the file cre…
65 delete_file($filename); // delete file with name
/PHP-5.3/
H A DREADME.EXT_SKEL46 the function name, e.g.
53 Arguments are given in parenthesis after the function name, and are of
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_getcolumnmeta.phpt96 $elements = array('flags', 'table', 'name', 'len', 'precision', 'pdo_type');
104 if (($meta['table'] != 'test') || ($meta['name'] != 'label')) {
105 printf("[%03d + 4] Table or field name is wrong, %s\n", $offset,
/PHP-5.3/tests/lang/
H A D028.phpt37 function SetMyName($name) {
38 $this->myname = $name;
52 print $name=call_user_func(array(&$dafna,"GetMyName"));
H A Dbug20175.phpt87 * Storing a reference to a new instance (that's where the name of the test
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog325 name is defined in ctype.h.
447 17. When (*SKIP:name) is activated without a corresponding (*MARK:name) earlier
1722 11. Added support for the Oniguruma syntax \g<name>, \g<n>, \g'name', \g'n',
2245 (e) \k{name} is synonymous with \k<name> and \k'name' (.NET compatible).
2623 (a) Named groups can now be defined as (?<name>...) or (?'name'...) as well
2628 (?&name) as well as (?P>name).
2631 \k'name' as well as (?P=name). The new forms, as well as being in Perl
2635 (?(<name>) or (?('name') as well as (?(name).
3309 different ways, e.g. "-fname", "-f name", "--file=name", "--file name".
3788 name.
[all …]
/PHP-5.3/ext/date/lib/
H A Dparse_date.re160 const char *name;
166 const char *name;
583 for (tp = timelib_reltext_lookup; tp->name; tp++) {
584 if (strcasecmp(word, tp->name) == 0) {
616 for (tp = timelib_month_lookup; tp->name; tp++) {
617 if (strcasecmp(word, tp->name) == 0) {
662 for (tp = timelib_relunit_lookup; tp->name; tp++) {
663 if (strcasecmp(word, tp->name) == 0) {
715 for (tp = timelib_timezone_lookup; tp->name; tp++) {
716 if (strcasecmp(word, tp->name) == 0) {
[all …]
/PHP-5.3/ext/session/tests/
H A Dsession_unregister_basic.phpt11 * Prototype : bool session_unregister(string $name)
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_stmt_result_metadata.phpt105 [%u|b%"name"]=>
/PHP-5.3/ext/standard/tests/strings/
H A Dsetlocale_variation1.phpt77 // dump the name of the new locale set by setlocale()
H A Dprintf.phpt37 $name = "voudras";
38 printf("%d $string %s", $nbr, $name);
H A Dprintf_64bit.phpt37 $name = "voudras";
38 printf("%d $string %s", $nbr, $name);
/PHP-5.3/ext/date/tests/
H A Dtimezone_name_from_abbr_variation1.phpt6 * Description: Returns the timezone name from abbrevation
/PHP-5.3/ext/dba/
H A Ddba_cdb.c331 if (!strcmp(hnd->name, "cdb")) { in DBA_INFO_FUNC()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_status.c38 …zlog(ZLOG_ERROR, "[pool %s] ping is set (%s) but ping.response is not set.", wp->config->name, wp-… in fpm_status_init_child()
/PHP-5.3/ext/calendar/
H A Dcalendar.c186 char *name; member
281 add_assoc_string(*ret, "calname", calendar->name, 1); in _php_cal_info()
/PHP-5.3/ext/com_dotnet/
H A Dcom_saproxy.c324 static union _zend_function *saproxy_method_get(zval **object, char *name, int len TSRMLS_DC) in saproxy_method_get() argument
348 …*class_name = estrndup(php_com_saproxy_class_entry->name, php_com_saproxy_class_entry->name_length… in saproxy_class_name_get()
/PHP-5.3/ext/standard/
H A Dbasic_functions.c194 ZEND_ARG_INFO(0, name)
813 ZEND_ARG_INFO(0, name)
1454 ZEND_ARG_INFO(0, name)
1458 ZEND_ARG_INFO(0, name)
1467 ZEND_ARG_INFO(0, name)
5369 add_assoc_zval_ex(ini_array, ini_entry->name, ini_entry->name_length, option);
5374 add_assoc_null(ini_array, ini_entry->name);
5626 char *name, *proto; local
5643 serv = getservbyname(name, proto);
5684 char *name; local
[all …]
/PHP-5.3/sapi/apache2handler/
H A Dsapi_apache2.c253 php_apache_sapi_getenv(char *name, size_t name_len TSRMLS_DC) in php_apache_sapi_getenv() argument
262 env_var = apr_table_get(ctx->r->subprocess_env, name); in php_apache_sapi_getenv()
/PHP-5.3/Zend/
H A Dzend_language_scanner.l59 #define STATE(name) yyc##name argument
295 "encoding \"%s\" to a compatible encoding", LANG_SCNG(script_encoding)->name); in open_file_for_scanning()
1407 class_name = CG(active_class_entry)->name; in lex_scan()
1436 char *class_name = CG(active_class_entry) ? CG(active_class_entry)->name : NULL; in lex_scan()

Completed in 148 milliseconds

1...<<515253545556575859