Home
last modified time | relevance | path

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

12345678910

/PHP-7.4/ext/standard/tests/file/
H A Dfwrite_variation1-win32-mb.phpt41 // create the temp file with content of type $file_content_type
H A Dfwrite_variation1.phpt34 // create the temp file with content of type $file_content_type
H A D007_basic.phpt59 // remove the temp file
H A Dunlink_variation5.phpt19 // temp file used
25 // create 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.phpt36 // delete the 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.phpt36 // delete the temp file
H A Dis_writable_basic.phpt36 // delete the temp file
/PHP-7.4/ext/standard/
H A Darray.c2962 Bucket *p, temp; local
2990 temp = hash->arData[n_left];
2992 hash->arData[rnd_idx] = temp;
3015 temp = hash->arData[n_left];
3017 hash->arData[rnd_idx] = temp;
H A Dstring.c6063 char temp; local
6077 temp = str[n_left];
6079 str[rnd_idx] = temp;
/PHP-7.4/ext/mbstring/
H A Dmbstring.c1867 char *list, *temp; in PHP_FUNCTION() local
1917 temp = list; in PHP_FUNCTION()
1918 spprintf(&list, 0, "%s,%s", temp, (*entry)->name); in PHP_FUNCTION()
1919 efree(temp); in PHP_FUNCTION()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c10306 PCRE2_UCHAR *temp = (PCRE2_UCHAR *)codestart; in pcre2_compile() local
10307 if (PRIV(auto_possessify)(temp, &cb) != 0) errorcode = ERR80; in pcre2_compile()
/PHP-7.4/
H A DNEWS735 . Fixed bug #73060 (php failed with error after temp folder cleaned up).
2478 . Fixed bug #75031 (support append mode in temp/memory streams). (adsr)

Completed in 135 milliseconds

12345678910