Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 25 of 1152) sorted by last modified time

12345678910>>...47

/PHP-5.5/win32/
H A Dwsyslog.c86 char *tmp = NULL; in syslog() local
108 vspprintf(&tmp, 0, message, args); /* build message */ in syslog()
110 strs[1] = tmp; /* then the message */ in syslog()
114 efree(tmp); in syslog()
H A Dinstall.txt400 session tmp directory.
/PHP-5.5/win32/build/
H A Dprojectgen.js274 var tmp = FSO.GetFolder("tmp");
285 f = new Enumerator(tmp.Files);
H A Dconfig.w32434 if (FSO.FolderExists("tmp")) {
435 FSO.DeleteFolder("tmp");
437 FSO.CreateFolder("tmp");
H A Dconfig.w32.phpize.in356 if (FSO.FolderExists("tmp")) {
357 FSO.DeleteFolder("tmp");
359 FSO.CreateFolder("tmp");
/PHP-5.5/tests/lang/
H A Dbug21600.phpt7 $tmp = array();
8 $tmp['foo'] = "test";
9 $tmp['foo'] = &bar($tmp['foo']);
10 var_dump($tmp);
12 unset($tmp);
14 $tmp = array();
15 $tmp['foo'] = "test";
16 $tmp['foo'] = &fubar($tmp['foo']);
17 var_dump($tmp);
H A D038.phpt26 $con = fopen("/tmp/a_file_that_does_not_exist",'r');
H A D039.phpt30 $con = fopen('/tmp/a_file_that_does_not_exist','r');
/PHP-5.5/tests/classes/
H A Darray_access_009.phpt38 $tmp = $this->object->proxyGet($this->element);
39 return isset($tmp[$index]) ? $tmp[$index] : NULL;
H A Dclass_example.phpt47 $tmp = test($user2);
48 $tmp->display();
/PHP-5.5/
H A Dserver-tests.php62 | You must create /tmp for session tests to work! |
/PHP-5.5/scripts/dev/
H A Dconv_z_macros57 < $i > tmp && cp tmp $i
61 rm -f tmp
H A Dconv_proto11 tmpfile=`mktemp -q /tmp/asd.XXXXXX`
/PHP-5.5/sapi/phttpd/
H A Dphttpd.c201 char *tmp; in php_phttpd_request_ctor()
218 tmp = Ns_ConnAuthUser(NSG(conn)); in php_phttpd_request_ctor()
219 if(tmp) { in php_phttpd_request_ctor()
220 tmp = estrdup(tmp); in php_phttpd_request_ctor()
222 SG(request_info).auth_user = tmp; in php_phttpd_request_ctor()
224 tmp = Ns_ConnAuthPasswd(NSG(conn)); in php_phttpd_request_ctor()
225 if(tmp) { in php_phttpd_request_ctor()
226 tmp = estrdup(tmp); in php_phttpd_request_ctor()
228 SG(request_info).auth_password = tmp; in php_phttpd_request_ctor()
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1801 + char filename[] = "/tmp/thttpd.upload.XXXXXX";
1802 + int tmp = mkstemp(filename);
1804 + if (tmp >= 0) {
1810 + ftruncate(tmp, sz);
1812 + PROT_READ|PROT_WRITE, MAP_PRIVATE, tmp, 0);
1821 + close(tmp);
/PHP-5.5/sapi/fpm/tests/
H A D003.phpt10 $logfile = dirname(__FILE__).'/php-fpm.log.tmp';
51 $logfile = dirname(__FILE__).'/php-fpm.log.tmp';
/PHP-5.5/sapi/litespeed/
H A DREADME70 ./lsphp -b /tmp/lsphp_manual.sock
72 have lsphp accept request on Unix domain socket "/tmp/lsphp_manual.sock"
H A Dlsapi_main.c105 ZVAL_STRING(tmp, value, 0);\
106 zend_hash_update(configuration_hash, name, sizeof(name), tmp, sizeof(zval), (void**)&entry);\
111 zval *tmp, *entry; in sapi_lsapi_ini_defaults() local
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php.c263 zval **data, **tmp; in fpm_php_get_string_from_table() local
282 while (zend_hash_get_current_data(Z_ARRVAL_PP(data), (void **) &tmp) == SUCCESS) { in fpm_php_get_string_from_table()
287 return Z_STRVAL_PP(tmp); in fpm_php_get_string_from_table()
H A Dfastcgi.c434 char *tmp = buf; in fcgi_get_params() local
480 tmp = (tmp == buf ? emalloc(buf_size): erealloc(tmp, buf_size)); in fcgi_get_params()
481 if (tmp == NULL) { in fcgi_get_params()
486 memcpy(tmp, p, eff_name_len); in fcgi_get_params()
487 tmp[eff_name_len] = 0; in fcgi_get_params()
493 zend_hash_update(req->env, tmp, eff_name_len+1, &s, sizeof(char*), NULL); in fcgi_get_params()
496 if (tmp != buf && tmp != NULL) { in fcgi_get_params()
497 efree(tmp); in fcgi_get_params()
H A Dfpm_conf.c613 while (tmp) { in fpm_worker_pool_config_alloc()
615 tmp->next = wp; in fpm_worker_pool_config_alloc()
618 tmp = tmp->next; in fpm_worker_pool_config_alloc()
697 char *tmp; in fpm_evaluate_full_path() local
709 *path = tmp; in fpm_evaluate_full_path()
1500 int tmp; in fpm_conf_load_ini_file() local
1522 free(tmp); in fpm_conf_load_ini_file()
1527 free(tmp); in fpm_conf_load_ini_file()
1645 char *tmp; in fpm_conf_init_main() local
1653 if (!tmp) { in fpm_conf_init_main()
[all …]
H A Dfpm_events.c216 struct fpm_event_queue_s *q, *tmp; in fpm_event_queue_destroy() local
228 tmp = q; in fpm_event_queue_destroy()
231 free(tmp); in fpm_event_queue_destroy()
377 struct timeval tmp; in fpm_event_loop() local
407 timersub(&ms, &now, &tmp); in fpm_event_loop()
408 timeout = (tmp.tv_sec * 1000) + (tmp.tv_usec / 1000) + 1; in fpm_event_loop()
488 struct timeval tmp; in fpm_event_add() local
510 tmp.tv_sec = frequency / 1000; in fpm_event_add()
513 tmp.tv_sec = 0; in fpm_event_add()
514 tmp.tv_usec = frequency * 1000; in fpm_event_add()
[all …]
H A Dfpm_log.c108 char tmp[129]; in fpm_log_write() local
372 const char *tmp = fcgi_get_last_client_ip(); in fpm_log_write() local
373 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", tmp ? tmp : "-"); in fpm_log_write()
393 strftime(tmp, sizeof(tmp) - 1, "%d/%b/%Y:%H:%M:%S %z", localtime(t)); in fpm_log_write()
395 strftime(tmp, sizeof(tmp) - 1, format, localtime(t)); in fpm_log_write()
397 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", tmp); in fpm_log_write()
H A Dfpm_main.c208 char *tmp = path; \
209 while (*tmp) { \
210 if (*tmp == '\\') *tmp = '/'; \
211 tmp++; \
236 zend_module_entry tmp; in print_modules() local
1406 char *tmp; local
1407 spprintf(&tmp, 0, "%s\n", ini);
1409 efree(tmp);
1415 char *tmp; local
1416 spprintf(&tmp, 0, "%s\n", ini);
[all …]
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in505 ;env[TMP] = /tmp
506 ;env[TMPDIR] = /tmp
507 ;env[TEMP] = /tmp

Completed in 123 milliseconds

12345678910>>...47