Home
last modified time | relevance | path

Searched refs:temp (Results 201 – 219 of 219) sorted by relevance

123456789

/PHP-5.5/ext/standard/tests/file/
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-win32.phpt33 // delete the temp file
H A Dis_executable_basic.phpt45 // 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-5.5/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.5/sapi/cli/
H A Dphp_cli_server.c788 char *temp; in sapi_cli_server_register_variables() local
789 spprintf(&temp, 0, "%s/%s", client->server->document_root, client->server->router); in sapi_cli_server_register_variables()
790 sapi_cli_server_register_variable(track_vars_array, "SCRIPT_FILENAME", temp TSRMLS_CC); in sapi_cli_server_register_variables()
791 efree(temp); in sapi_cli_server_register_variables()
/PHP-5.5/ext/standard/
H A Dstring.c2684 char temp[2]; local
2694 temp[0] = (char)c;
2695 temp[1] = '\0';
2697 RETURN_STRINGL(temp, 1, 1);
5387 char temp; local
5402 temp = str[n_left];
5404 str[rnd_idx] = temp;
/PHP-5.5/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.5/ext/mbstring/
H A Dmbstring.c1774 char *list, *temp; in PHP_FUNCTION() local
1824 temp = list; in PHP_FUNCTION()
1825 spprintf(&list, 0, "%s,%s", temp, (*entry)->name); in PHP_FUNCTION()
1826 efree(temp); in PHP_FUNCTION()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c9508 pcre_uchar *temp = (pcre_uchar *)codestart; in pcre_compile2() local
9509 auto_possessify(temp, utf, cd); in pcre_compile2()
/PHP-5.5/
H A DNEWS348 . Fixed bug #66048 (temp. directory is cached during multiple requests).
1843 . Implemented FR #60524 (specify temp dir by php.ini). (ALeX Kazik).
7493 - Fixed bug #41304 (compress.zlib temp files left). (Dmitry)
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c23123 u8 temp;
23133 temp = *zIn;
23136 *zIn++ = temp;
54223 unsigned char *temp; /* Temp area for cell content */
54234 temp = 0;
54274 if( temp==0 ){
54277 temp = sqlite3PagerTempSpace(pPage->pBt->pPager);
54279 memcpy(&temp[x], &data[x], (cbrk+size) - x);
54280 src = temp;

Completed in 476 milliseconds

123456789