Home
last modified time | relevance | path

Searched refs:tmp (Results 501 – 525 of 1192) sorted by relevance

1...<<21222324252627282930>>...48

/PHP-7.3/ext/openssl/tests/
H A Dstream_verify_peer_name_001.phpt10 $certFile = __DIR__ . DIRECTORY_SEPARATOR . 'stream_verify_peer_name_001.pem.tmp';
51 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'stream_verify_peer_name_001.pem.tmp');
H A Dbug46127.phpt10 $certFile = __DIR__ . DIRECTORY_SEPARATOR . 'bug46127.pem.tmp';
51 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug46127.pem.tmp');
/PHP-7.3/ext/gd/tests/
H A Dimagejpeg_nullbyte_injection.phpt26 $temp = $tempdir. "/test" . $userinput .".tmp";
31 var_dump(file_exists($tempdir. "/test1.tmp"));
H A Dimagepng_nullbyte_injection.phpt26 $temp = $tempdir. "/test" . $userinput .".tmp";
31 var_dump(file_exists($tempdir. "/test1.tmp"));
H A Dimagewbmp_nullbyte_injection.phpt26 $temp = $tempdir. "/test" . $userinput .".tmp";
31 var_dump(file_exists($tempdir. "/test1.tmp"));
H A Dimagewebp_nullbyte_injection.phpt26 $temp = $tempdir. "/test" . $userinput .".tmp";
31 var_dump(file_exists($tempdir. "/test1.tmp"));
H A Dimagegif_nullbyte_injection.phpt26 $temp = $tempdir. "/test" . $userinput .".tmp";
31 var_dump(file_exists($tempdir. "/test1.tmp"));
/PHP-7.3/ext/standard/tests/mail/
H A Dmail_variation2.phpt4 sendmail_path="cat > /tmp/php_test_mailVariation2.out"
27 $outFile = "/tmp/php_test_mailVariation2.out";
/PHP-7.3/ext/filter/
H A Dfilter.c415 zval *tmp; in php_zval_filter() local
417 ZVAL_COPY(value, tmp); in php_zval_filter()
664 zval tmp; in php_filter_call() local
665 ZVAL_COPY_VALUE(&tmp, filtered); in php_filter_call()
667 add_next_index_zval(filtered, &tmp); in php_filter_call()
675 zval *tmp, *arg_elm; in php_filter_array_handler() local
699 if ((tmp = zend_hash_find(Z_ARRVAL_P(input), arg_key)) == NULL) { in php_filter_array_handler()
705 ZVAL_DEREF(tmp); in php_filter_array_handler()
706 ZVAL_DUP(&nval, tmp); in php_filter_array_handler()
723 zval *filter_args = NULL, *tmp; in PHP_FUNCTION() local
[all …]
/PHP-7.3/win32/
H A Dcodepage.c381 const struct php_win32_cp *tmp; in php_win32_cp_set_by_id() local
387 tmp = php_win32_cp_get_by_id(id); in php_win32_cp_set_by_id()
388 if (tmp) { in php_win32_cp_set_by_id()
389 cur_cp = tmp; in php_win32_cp_set_by_id()
412 wchar_t *tmp; in php_win32_cp_env_any_to_w() local
414 tmp = php_win32_cp_any_to_w(cur); in php_win32_cp_env_any_to_w()
415 if (tmp) { in php_win32_cp_env_any_to_w()
416 size_t tmp_len = wcslen(tmp) + 1; in php_win32_cp_env_any_to_w()
417 memmove(ew + bin_len, tmp, tmp_len * sizeof(wchar_t)); in php_win32_cp_env_any_to_w()
418 free(tmp); in php_win32_cp_env_any_to_w()
/PHP-7.3/ext/standard/tests/file/
H A Dstat_variation4-win32.phpt26 $file_handle = fopen("$file_path/stat_variation4.tmp", "w"); // temp file
54 $old_filename = "$file_path/stat_variation4.tmp";
74 unlink("$file_path/stat_variation4.tmp");
H A Dcopy_variation5-win32.phpt21 $src_file_name = $file_path."/copy_variation5.tmp";
30 "COPY.tmp",
78 unlink(dirname(__FILE__)."/copy_variation5.tmp");
88 Destination file name => %s/COPY.tmp
H A Dfilesize_variation2-win32.phpt31 var_dump( filesize( $file_path."/filesize_variation2/filesize_variation2.tmp"));
44 $filename = $file_path."/filesize_variation2/filesize_variation2_sub/filesize_variation2.tmp";
55 …ump( filesize( $file_path."/filesize_variation2/filesize_variation2_sub/filesize_variation2.tmp"));
63 unlink($file_path."/filesize_variation2/filesize_variation2_sub/filesize_variation2.tmp");
H A Dfilesize_variation2.phpt31 var_dump( filesize( $file_path."/filesize_variation2/filesize_variation1.tmp"));
44 $filename = $file_path."/filesize_variation2/filesize_variation2_sub/filesize_variation2.tmp";
55 …ump( filesize( $file_path."/filesize_variation2/filesize_variation2_sub/filesize_variation2.tmp"));
63 unlink($file_path."/filesize_variation2/filesize_variation2_sub/filesize_variation2.tmp");
H A Dunlink_error-win32-mb.phpt19 $filename = "$file_path/unlink_error.tmp"; // temp file name used here
51 var_dump( unlink(dirname(__FILE__)."/non_existent_file.tmp") );
65 unlink(dirname(__FILE__)."/私はガラスを食べられます/unlink_error.tmp");
102 Warning: unlink(%s/non_existent_file.tmp): No such file or directory in %s on line %d
H A Dunlink_error-win32.phpt17 $filename = "$file_path/unlink_error.tmp"; // temp file name used here
49 var_dump( unlink(dirname(__FILE__)."/non_existent_file.tmp") );
63 unlink(dirname(__FILE__)."/unlink_error.tmp");
99 Warning: unlink(%s/non_existent_file.tmp): No such file or directory in %s on line %d
H A Dunlink_error.phpt17 $filename = "$file_path/unlink_error.tmp"; // temp file name used here
49 var_dump( unlink(dirname(__FILE__)."/non_existent_file.tmp") );
63 unlink(dirname(__FILE__)."/unlink_error.tmp");
99 Warning: unlink(%s/non_existent_file.tmp): No such file or directory in %s on line %d
H A Drename_variation5.phpt19 $filename = "$file_path/rename_variation5.tmp";
23 $linkname = "$file_path/rename_variation5_link.tmp";
57 unlink($file_path."/rename_variation5_link.tmp");
58 unlink($file_path."/rename_variation5.tmp");
H A Dcopy_variation10.phpt15 $file = $file_path."/copy_variation10.tmp";
28 unlink(dirname(__FILE__)."/copy_variation10.tmp");
H A Dflock_basic.phpt14 $file_handle = fopen("$file_path/lock.tmp", "w");
20 unlink("$file_path/lock.tmp");
H A Dunlink_basic.phpt12 $filename = "$file_path/unlink_basic.tmp"; // temp file name used here
25 $filename = "$file_path/unlink_basic.tmp";
/PHP-7.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c104 int tmp[64]; in mbfl_filt_conv_html_enc() local
126 int *p = tmp + sizeof(tmp) / sizeof(tmp[0]); in mbfl_filt_conv_html_enc()
/PHP-7.3/main/
H A Dphp_open_temporary_file.c236 char *tmp; in php_get_temporary_directory() local
243 if (NULL == (tmp = php_win32_ioutil_conv_w_to_any(sTemp, len, &len))) { in php_get_temporary_directory()
247 PG(php_sys_temp_dir) = estrndup(tmp, len - 1); in php_get_temporary_directory()
249 free(tmp); in php_get_temporary_directory()
/PHP-7.3/ext/standard/
H A Dstring.c1082 zval tmp; in php_explode() local
1119 zval tmp; in php_explode_negative_limit() local
1159 zval tmp; in PHP_FUNCTION() local
1688 zval tmp; local
4547 tmp++;
4592 tmp++;
4596 …while ((_isblank((int)*tmp) || ispunct((int)*tmp)) && *tmp!='/' && *tmp!='-' && block_end > block_…
4729 tmp++;
4759 if ((*tmp == '\r' && *(tmp+1) == '\n') || (*tmp == '\n' && *(tmp+1) == '\r')) {
4767 tmp++;
[all …]
/PHP-7.3/ext/pgsql/
H A Dpgsql.c829 efree(tmp); in php_pgsql_PQescapeInternal()
977 zval tmp; in _php_pgsql_notice_handler() local
1508 zval tmp; local
1673 char *tmp; local
1677 if(tmp) add_assoc_string(return_value, _x, tmp); \
4293 strlcpy(query, Z_STRVAL(tmp), Z_STRLEN(tmp) + 2);
4317 strlcpy(query, Z_STRVAL(tmp), Z_STRLEN(tmp) + 2);
4595 char *tmp; local
4629 if (!tmp) {
6591 if (tmp && *tmp) {
[all …]

Completed in 82 milliseconds

1...<<21222324252627282930>>...48