Home
last modified time | relevance | path

Searched refs:tmp_name (Results 1 – 25 of 35) sorted by relevance

12

/PHP-7.3/tests/basic/
H A Drfc1867_max_file_uploads_empty_files.phpt33 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"]));
48 ["tmp_name"]=>
61 ["tmp_name"]=>
74 ["tmp_name"]=>
87 ["tmp_name"]=>
H A Drfc1867_post_max_filesize.phpt29 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"]));
44 ["tmp_name"]=>
57 ["tmp_name"]=>
70 ["tmp_name"]=>
H A Drfc1867_empty_upload.phpt33 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"]));
48 ["tmp_name"]=>
61 ["tmp_name"]=>
74 ["tmp_name"]=>
H A Drfc1867_max_file_size.phpt33 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"]));
48 ["tmp_name"]=>
61 ["tmp_name"]=>
74 ["tmp_name"]=>
H A Drfc1867_anonymous_upload.phpt33 ["tmp_name"]=>
46 ["tmp_name"]=>
H A Drfc1867_missing_boundary_2.phpt26 ["tmp_name"]=>
H A D021.phpt32 ["tmp_name"]=>
H A D029.phpt40 ["tmp_name"]=>
H A Dbug55500.phpt50 ["tmp_name"]=>
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitProtExecAllocator.c106 char tmp_name[256]; in create_tempfile() local
114 if (len > 0 && len < sizeof(tmp_name)) { in create_tempfile()
115 strcpy(tmp_name, P_tmpdir); in create_tempfile()
119 strcpy(tmp_name, "/tmp"); in create_tempfile()
123 strcpy(tmp_name, "/tmp"); in create_tempfile()
130 if (len > 0 && len < sizeof(tmp_name)) { in create_tempfile()
131 strcpy(tmp_name, dir); in create_tempfile()
140 tmp_name[tmp_name_len] = '\0'; in create_tempfile()
149 if (tmp_name_len + 7 >= sizeof(tmp_name)) in create_tempfile()
154 strcpy(tmp_name + tmp_name_len, "/XXXXXX"); in create_tempfile()
[all …]
/PHP-7.3/ext/session/tests/
H A Drfc1867.phpt64 ["tmp_name"]=>
77 ["tmp_name"]=>
102 ["tmp_name"]=>
119 ["tmp_name"]=>
H A Drfc1867_sid_cookie.phpt63 ["tmp_name"]=>
76 ["tmp_name"]=>
101 ["tmp_name"]=>
118 ["tmp_name"]=>
H A Drfc1867_sid_get.phpt61 ["tmp_name"]=>
74 ["tmp_name"]=>
99 ["tmp_name"]=>
116 ["tmp_name"]=>
H A Drfc1867_sid_get_2.phpt63 ["tmp_name"]=>
76 ["tmp_name"]=>
101 ["tmp_name"]=>
118 ["tmp_name"]=>
H A Drfc1867_sid_only_cookie.phpt63 ["tmp_name"]=>
76 ["tmp_name"]=>
101 ["tmp_name"]=>
118 ["tmp_name"]=>
H A Drfc1867_sid_post.phpt59 ["tmp_name"]=>
72 ["tmp_name"]=>
97 ["tmp_name"]=>
114 ["tmp_name"]=>
H A Drfc1867_inter.phpt67 ["tmp_name"]=>
80 ["tmp_name"]=>
105 ["tmp_name"]=>
122 ["tmp_name"]=>
H A Drfc1867_sid_invalid.phpt71 ["tmp_name"]=>
84 ["tmp_name"]=>
109 ["tmp_name"]=>
126 ["tmp_name"]=>
H A Drfc1867_disabled_2.phpt57 ["tmp_name"]=>
70 ["tmp_name"]=>
H A Drfc1867_disabled.phpt57 ["tmp_name"]=>
70 ["tmp_name"]=>
H A Drfc1867_no_name.phpt57 ["tmp_name"]=>
70 ["tmp_name"]=>
H A Drfc1867_sid_only_cookie_2.phpt60 ["tmp_name"]=>
73 ["tmp_name"]=>
H A Drfc1867_cleanup.phpt64 ["tmp_name"]=>
77 ["tmp_name"]=>
/PHP-7.3/ext/standard/tests/file/
H A Dmove_uploaded_file_basic.phpt29 var_dump(move_uploaded_file($_FILES['file1']['tmp_name'], $destination1));
49 var_dump(move_uploaded_file($_FILES['file2']['tmp_name'], $destination4));
/PHP-7.3/Zend/
H A Dzend_object_handlers.c618 zend_string *name, *tmp_name; in zend_std_read_property() local
678 tmp_name = zend_string_copy(name); in zend_std_read_property()
740 zend_tmp_string_release(tmp_name); in zend_std_read_property()
749 zend_string *name, *tmp_name; in zend_std_write_property() local
823 zend_tmp_string_release(tmp_name); in zend_std_write_property()
927 zend_string *name, *tmp_name; in zend_std_get_property_ptr_ptr() local
983 zend_tmp_string_release(tmp_name); in zend_std_get_property_ptr_ptr()
991 zend_string *name, *tmp_name; in zend_std_unset_property() local
1042 zend_tmp_string_release(tmp_name); in zend_std_unset_property()
1594 zend_string *name, *tmp_name; in zend_std_has_property() local
[all …]

Completed in 57 milliseconds

12