Home
last modified time | relevance | path

Searched refs:temp (Results 176 – 200 of 205) sorted by relevance

123456789

/PHP-5.3/ext/imap/tests/
H A Dimap_fetch_overview_variation2.phpt23 $stream_id = setup_test_mailbox('', 1, $mailbox, 'notSimple'); // set up temp mailbox with 1 msg
H A Dimap_fetchbody_variation2.phpt24 $stream_id = setup_test_mailbox('', 1); // set up temp mailbox with 1 simple msg
H A Dimap_fetchheader_variation2.phpt22 $stream_id = setup_test_mailbox('', 1, $mailbox, 'notSimple'); // set up temp mailbox with 1 msg
/PHP-5.3/ext/standard/tests/file/
H A Dfwrite_variation1-win32.phpt41 // create the temp file with content of type $file_content_type
H A Dfwrite_variation1.phpt40 // create the temp file with content of type $file_content_type
H A Dlstat_stat_basic.phpt24 /* creating temp directory and file */
H A Dfwrite_variation2-win32.phpt41 // create temp file and fill the data of type $file_content_type
H A Dfwrite_variation2.phpt41 // create temp file and fill the data of type $file_content_type
H A Dfwrite_variation3-win32.phpt41 // create temp file and fill it content of type $file_content_type
H A Dfwrite_variation3.phpt41 // create temp file and fill it content of type $file_content_type
H A Dreadfile_basic-win32.phpt19 $file_prefix = "readfile_basic"; // temp files created with this prefix
21 // the content that is filled into the temp files as created
H A Dreadfile_basic.phpt19 $file_prefix = "readfile_basic"; // temp files created with this prefix
21 // the content that is filled into the temp files as created
H A D007_basic.phpt59 // remove the temp file
H A Dunlink_variation5.phpt19 // temp file used
25 // create temp file
H A Dis_executable_basic.phpt45 // delete the temp file
H A Dis_executable_basic-win32.phpt33 // delete the temp file
H A Dis_readable_basic-win32.phpt35 // delete the temp file
/PHP-5.3/ext/oci8/tests/
H A Dbug43497.phpt63 // Read all XML data using explicit LOB locator but without freeing the temp lobs
/PHP-5.3/main/
H A Dsnprintf.c440 char temp[EXPONENT_LENGTH]; /* for exponent conversion */ in php_conv_fp() local
447 …p = ap_php_conv_10((wide_int) decimal_point, FALSE, &exponent_is_negative, &temp[EXPONENT_LENGTH],… in php_conv_fp()
/PHP-5.3/ext/sqlite3/
H A Dsqlite3.c1373 char *temp = emalloc(++param->name_len + 1); local
1374 temp[0] = ':';
1375 memmove(temp+1, param->name, param->name_len);
1376 param->name = temp;
/PHP-5.3/ext/bcmath/libbcmath/
H A Dconfigure675 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
1108 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
/PHP-5.3/ext/standard/
H A Dstring.c2562 char temp[2]; local
2572 temp[0] = (char)c;
2573 temp[1] = '\0';
2575 RETURN_STRINGL(temp, 1, 1);
5026 char temp; local
5041 temp = str[n_left];
5043 str[rnd_idx] = temp;
/PHP-5.3/ext/pdo/
H A Dpdo_stmt.c364 char *temp = emalloc(++param->namelen + 1); in really_register_bound_param() local
365 temp[0] = ':'; in really_register_bound_param()
366 memmove(temp+1, param->name, param->namelen); in really_register_bound_param()
367 param->name = temp; in really_register_bound_param()
/PHP-5.3/ext/mbstring/
H A Dmbstring.c1603 char *name, *list, *temp; in PHP_FUNCTION() local
1655 temp = list; in PHP_FUNCTION()
1656 spprintf(&list, 0, "%s,%s", temp, name); in PHP_FUNCTION()
1657 efree(temp); in PHP_FUNCTION()
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c6205 const pcre_uchar *temp; in compile_branch() local
6232 temp = cd->end_pattern; in compile_branch()
6236 cd->end_pattern = temp; in compile_branch()

Completed in 94 milliseconds

123456789