Home
last modified time | relevance | path

Searched refs:tmp (Results 1101 – 1125 of 1152) sorted by relevance

1...<<41424344454647

/PHP-5.5/ext/standard/tests/file/
H A Dumask_variation1.phpt21 $filename = "$file_path/umask_variation1.tmp";
H A Dis_executable_basic.phpt9 $filename = dirname(__FILE__)."/is_readable_root_check.tmp";
31 $filename = dirname(__FILE__)."/is_executable.tmp";
H A Dis_readable_basic.phpt9 $filename = dirname(__FILE__)."/is_readable_root_check.tmp";
31 $filename = dirname(__FILE__)."/is_readable.tmp";
H A Dfread_basic.phpt43 …$filename = dirname(__FILE__)."/fread_basic1.tmp"; // this is name of the file created by create_f…
H A Dftruncate_variation6-win32.phpt38 $filename = dirname(__FILE__)."/ftruncate_variation6.tmp";
H A Dftruncate_variation6.phpt38 $filename = dirname(__FILE__)."/ftruncate_variation6.tmp";
H A Dfgetcsv_variation8.phpt32 $filename = dirname(__FILE__) . '/fgetcsv_variation8.tmp';
H A Dfgetcsv_variation9.phpt32 $filename = dirname(__FILE__) . '/fgetcsv_variation9.tmp';
H A Dfread_variation2.phpt68 …$filename = dirname(__FILE__)."/fread_variation2.tmp"; // this is name of the file created by crea…
H A Dchmod_basic-win32.phpt14 $filename = __FILE__ . ".tmp";
H A Dumask_variation2.phpt21 $filename = "$file_path/umask_variation2.tmp";
H A Dis_writable_basic.phpt6 $filename = dirname(__FILE__)."/is_readable_root_check.tmp";
30 $filename = dirname(__FILE__)."/is_writable.tmp";
H A Dfgetcsv_variation17.phpt27 $filename = dirname(__FILE__) . '/fgetcsv_variation17.tmp';
H A Dfgetcsv_variation24.phpt32 $filename = dirname(__FILE__) . '/fgetcsv_variation24.tmp';
H A Dfgetcsv_variation7.phpt29 $filename = dirname(__FILE__) . '/fgetcsv_variation7.tmp';
H A Dfread_variation1.phpt69 …$filename = dirname(__FILE__)."/fread_variation1.tmp"; // this is name of the file created by crea…
H A Dfgetcsv_variation1.phpt29 $filename = dirname(__FILE__) . '/fgetcsv_variation1.tmp';
H A Dfgetcsv_variation19.phpt28 $filename = dirname(__FILE__) . '/fgetcsv_variation19.tmp';
H A Dfgetcsv_variation2.phpt29 $filename = dirname(__FILE__) . '/fgetcsv_variation2.tmp';
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c5404 Node *tmp; in parse_exp() local
5411 tmp = NCDR(*targetp) = node_new_list(qn, NULL); in parse_exp()
5412 if (IS_NULL(tmp)) { in parse_exp()
5416 targetp = &(NCAR(tmp)); in parse_exp()
/PHP-5.5/ext/date/
H A Dphp_date.c2795 char *tmp = emalloc(Z_STRLEN_PP(z_date) + Z_STRLEN_PP(z_timezone) + 2); in php_date_initialize_from_hash() local
2797 …snprintf(tmp, Z_STRLEN_PP(z_date) + Z_STRLEN_PP(z_timezone) + 2, "%s %s", Z_STRVAL_PP(z_date), Z_S… in php_date_initialize_from_hash()
2798 …ret = php_date_initialize(*dateobj, tmp, Z_STRLEN_PP(z_date) + Z_STRLEN_PP(z_timezone) + 1, NULL, … in php_date_initialize_from_hash()
2799 efree(tmp); in php_date_initialize_from_hash()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_big_prepare.phpt19 $tmp = NULL;
/PHP-5.5/
H A Dphp.ini-development722 ; sys_temp_dir = "/tmp"
787 ; http://php.net/upload-tmp-dir
1387 ;session.save_path = "/tmp"
1801 soap.wsdl_cache_dir="/tmp"
H A Dphp.ini-production722 ; sys_temp_dir = "/tmp"
787 ; http://php.net/upload-tmp-dir
1387 ;session.save_path = "/tmp"
1801 soap.wsdl_cache_dir="/tmp"
/PHP-5.5/ext/date/lib/
H A Dparse_date.c438 char *tmp = calloc(1, s->cur - s->tok + 1); in timelib_string() local
439 memcpy(tmp, s->tok, s->cur - s->tok); in timelib_string()
441 return tmp; in timelib_string()
24831 timelib_sll tmp; in timelib_parse_from_format() local
24894 s->time->d = tmp + 1; in timelib_parse_from_format()
24908 tmp = timelib_lookup_month((char **) &ptr); in timelib_parse_from_format()
24909 if (!tmp) { in timelib_parse_from_format()
24912 s->time->m = tmp; in timelib_parse_from_format()
24955 s->time->h += tmp; in timelib_parse_from_format()
25006 tmp = timelib_get_unsigned_nr((char **) &ptr, 24); in timelib_parse_from_format()
[all …]

Completed in 151 milliseconds

1...<<41424344454647