Searched refs:tmp_name (Results 1 – 25 of 40) sorted by relevance
12
/php-src/ext/pcre/pcre2lib/sljit/allocator_src/ |
H A D | sljitProtExecAllocatorPosix.c | 56 char tmp_name[256]; in create_tempfile() local 77 if (len > 0 && len < sizeof(tmp_name)) { in create_tempfile() 79 memcpy(tmp_name, dir, len + 1); in create_tempfile() 88 if (tmp_name_len > 0 && tmp_name_len < sizeof(tmp_name)) in create_tempfile() 89 strcpy(tmp_name, P_tmpdir); in create_tempfile() 93 strcpy(tmp_name, "/tmp"); in create_tempfile() 100 tmp_name[--tmp_name_len] = '\0'; in create_tempfile() 106 if (tmp_name_len >= sizeof(tmp_name) - 7) in create_tempfile() 109 strcpy(tmp_name + tmp_name_len, "/XXXXXX"); in create_tempfile() 113 fd = mkostemp(tmp_name, O_CLOEXEC | O_NOATIME); in create_tempfile() [all …]
|
/php-src/tests/basic/ |
H A D | rfc1867_max_file_uploads_empty_files.phpt | 33 if (is_uploaded_file($_FILES["file1"]["tmp_name"])) { 34 var_dump(file_get_contents($_FILES["file1"]["tmp_name"])); 36 if (is_uploaded_file($_FILES["file4"]["tmp_name"])) { 37 var_dump(file_get_contents($_FILES["file4"]["tmp_name"])); 50 ["tmp_name"]=> 65 ["tmp_name"]=> 80 ["tmp_name"]=> 95 ["tmp_name"]=>
|
H A D | rfc1867_post_max_filesize.phpt | 29 if (is_uploaded_file($_FILES["file1"]["tmp_name"])) { 30 var_dump(file_get_contents($_FILES["file1"]["tmp_name"])); 32 if (is_uploaded_file($_FILES["file3"]["tmp_name"])) { 33 var_dump(file_get_contents($_FILES["file3"]["tmp_name"])); 46 ["tmp_name"]=> 61 ["tmp_name"]=> 76 ["tmp_name"]=>
|
H A D | rfc1867_empty_upload.phpt | 33 if (is_uploaded_file($_FILES["file1"]["tmp_name"])) { 34 var_dump(file_get_contents($_FILES["file1"]["tmp_name"])); 36 if (is_uploaded_file($_FILES["file3"]["tmp_name"])) { 37 var_dump(file_get_contents($_FILES["file3"]["tmp_name"])); 50 ["tmp_name"]=> 65 ["tmp_name"]=> 80 ["tmp_name"]=>
|
H A D | rfc1867_max_file_size.phpt | 33 if (is_uploaded_file($_FILES["file1"]["tmp_name"])) { 34 var_dump(file_get_contents($_FILES["file1"]["tmp_name"])); 36 if (is_uploaded_file($_FILES["file3"]["tmp_name"])) { 37 var_dump(file_get_contents($_FILES["file3"]["tmp_name"])); 50 ["tmp_name"]=> 65 ["tmp_name"]=> 80 ["tmp_name"]=>
|
H A D | rfc1867_anonymous_upload.phpt | 35 ["tmp_name"]=> 50 ["tmp_name"]=>
|
H A D | rfc1867_missing_boundary_2.phpt | 28 ["tmp_name"]=>
|
/php-src/ext/session/tests/ |
H A D | rfc1867_sid_cookie.phpt | 66 ["tmp_name"]=> 81 ["tmp_name"]=> 106 ["tmp_name"]=> 123 ["tmp_name"]=>
|
H A D | rfc1867_sid_get.phpt | 64 ["tmp_name"]=> 79 ["tmp_name"]=> 104 ["tmp_name"]=> 121 ["tmp_name"]=>
|
H A D | rfc1867_sid_get_2.phpt | 66 ["tmp_name"]=> 81 ["tmp_name"]=> 106 ["tmp_name"]=> 123 ["tmp_name"]=>
|
H A D | rfc1867_sid_post.phpt | 62 ["tmp_name"]=> 77 ["tmp_name"]=> 102 ["tmp_name"]=> 119 ["tmp_name"]=>
|
H A D | rfc1867.phpt | 67 ["tmp_name"]=> 82 ["tmp_name"]=> 107 ["tmp_name"]=> 124 ["tmp_name"]=>
|
H A D | rfc1867_sid_only_cookie.phpt | 65 ["tmp_name"]=> 80 ["tmp_name"]=> 105 ["tmp_name"]=> 122 ["tmp_name"]=>
|
H A D | rfc1867_inter.phpt | 70 ["tmp_name"]=> 85 ["tmp_name"]=> 110 ["tmp_name"]=> 127 ["tmp_name"]=>
|
H A D | rfc1867_sid_invalid.phpt | 76 ["tmp_name"]=> 91 ["tmp_name"]=> 116 ["tmp_name"]=> 133 ["tmp_name"]=>
|
H A D | rfc1867_disabled.phpt | 60 ["tmp_name"]=> 75 ["tmp_name"]=>
|
H A D | rfc1867_disabled_2.phpt | 60 ["tmp_name"]=> 75 ["tmp_name"]=>
|
H A D | rfc1867_sid_only_cookie_2.phpt | 62 ["tmp_name"]=> 77 ["tmp_name"]=>
|
H A D | rfc1867_no_name.phpt | 60 ["tmp_name"]=> 75 ["tmp_name"]=>
|
H A D | rfc1867_cleanup.phpt | 67 ["tmp_name"]=> 82 ["tmp_name"]=>
|
/php-src/ext/standard/tests/http/request_parse_body/ |
H A D | multipart.phpt | 25 move_uploaded_file($_FILES['file_name']['tmp_name'], $file_path); 48 ["tmp_name"]=>
|
H A D | multipart_options_upload_max_filesize.phpt | 40 ["tmp_name"]=>
|
/php-src/sapi/fpm/tests/ |
H A D | request_parse_body_multipart.phpt | 30 move_uploaded_file($files[0]['tmp_name'], $file_path); 78 "tmp_name": "%s",
|
/php-src/ext/standard/tests/file/ |
H A D | move_uploaded_file_basic.phpt | 29 var_dump(move_uploaded_file($_FILES['file1']['tmp_name'], $destination1)); 49 var_dump(move_uploaded_file($_FILES['file2']['tmp_name'], $destination4));
|
/php-src/Zend/tests/ |
H A D | gh11138.phpt | 18 var_dump(move_uploaded_file($_FILES['file']['tmp_name'], $destination));
|
Completed in 22 milliseconds
12