Home
last modified time | relevance | path

Searched refs:temp (Results 226 – 238 of 238) sorted by relevance

12345678910

/PHP-7.1/ext/standard/tests/file/
H A Dunlink_variation5.phpt19 // temp file used
25 // create temp file
H A Dis_executable_basic-win32-mb.phpt33 // delete the temp file
H A Dis_executable_basic-win32.phpt33 // delete the temp file
H A Dis_executable_basic.phpt45 // delete the temp file
H A Dis_readable_basic-win32-mb.phpt35 // delete the temp file
H A Dis_readable_basic-win32.phpt35 // delete the temp file
H A Dis_readable_basic.phpt45 // delete the temp file
H A Dis_writable_basic.phpt45 // delete the temp file
/PHP-7.1/ext/standard/
H A Dstring.c5377 char temp; local
5392 temp = str[n_left];
5394 str[rnd_idx] = temp;
/PHP-7.1/
H A DUPGRADING241 - tempnam() throws a notice when failing back to the system temp dir.
H A DNEWS1321 . Fixed bug #70417 (PharData::compress() doesn't close temp file). (cmb)
1533 . Fixed bug #69489 (tempnam() should raise notice if falling back to temp dir).
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c9520 pcre_uchar *temp = (pcre_uchar *)codestart; in pcre_compile2() local
9521 auto_possessify(temp, utf, cd); in pcre_compile2()
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c29889 u8 temp;
29899 temp = *zIn;
29902 *zIn++ = temp;
64601 unsigned char *temp; /* Temp area for cell content */
64611 temp = 0;
64687 if( temp==0 ){
64690 temp = sqlite3PagerTempSpace(pPage->pBt->pPager);
64692 memcpy(&temp[x], &data[x], (cbrk+size) - x);
64693 src = temp;

Completed in 486 milliseconds

12345678910