Home
last modified time | relevance | path

Searched refs:tmp (Results 376 – 400 of 1192) sorted by relevance

1...<<11121314151617181920>>...48

/PHP-7.3/ext/standard/tests/file/
H A D006_error.phpt9 $filename = dirname(__FILE__)."/006_root_check.tmp";
50 $fp = fopen(dirname(__FILE__)."/006_error.tmp", "w");
52 var_dump( chmod(dirname(__FILE__)."/006_error.tmp") );
58 var_dump( chmod(dirname(__FILE__)."/006_error.tmp", 0755, TRUE) );
59 var_dump( fileperms(dirname(__FILE__)."/006_error.tmp", 0777) );
66 unlink( dirname(__FILE__)."/006_error.tmp");
H A Dlstat_stat_variation20.phpt23 $fp = fopen("$file_path/lstat_stat_variation20.tmp", "w"); // temp file
27 symlink("$file_path/lstat_stat_variation20.tmp", "$file_path/lstat_stat_variation20_link.tmp");
38 $link_object = new names("$file_path/lstat_stat_variation20_link.tmp");
42 $link_array = array("$file_path/lstat_stat_variation20_link.tmp");
45 $link_array_with_key = array("linkname" => "$file_path/lstat_stat_variation20_link.tmp");
60 unlink("$file_path/lstat_stat_variation20_link.tmp");
61 unlink("$file_path/lstat_stat_variation20.tmp");
H A Dpopen_pclose_basic.phpt26 touch($dirpath."/popen_basic.tmp");
34 $filename = $dirpath."/popen_basic1.tmp";
69 unlink($dirpath."/popen_basic.tmp");
70 unlink($dirpath."/popen_basic1.tmp");
76 popen_basic.tmp
H A Dfopen_variation10-win32.phpt10 if (!is_writable('c:\\fopen_variation10.tmp')) {
47 $file = "fopen_variation10.tmp";
98 Warning: fopen(c\fopen_variation10.tmp): failed to open stream: No such file or directory in %s on …
105 Warning: fopen(\\fopen_variation10.tmp): failed to open stream: Invalid argument in %s on line %d
112 Warning: fopen(/\fopen_variation10.tmp): failed to open stream: Invalid argument in %s on line %d
122 Warning: fopen(c:adir\fopen_variation10.tmp): failed to open stream: No such file or directory in %…
144 Warning: fopen(/sortout\fopen_variation10.tmp): failed to open stream: No such file or directory in…
H A Drename_variation9.phpt25 $src_name = "$file_path/rename_variation9.tmp";
26 $dest_name = "$file_path/rename_variation9_new.tmp";
41 unlink(dirname(__FILE__)."/rename_variation9_new.tmp");
H A Ddisk_free_space_error.phpt29 $fh = fopen( $file_path."/disk_free_space.tmp", "w" );
31 var_dump( disk_free_space( $file_path."/disk_free_space.tmp" )); // file input instead of directory
32 var_dump( diskfreespace( $file_path."/disk_free_space.tmp" ));
40 unlink($file_path."/disk_free_space.tmp");
/PHP-7.3/Zend/
H A Dzend_ts_hash.h108 zval tmp, *zv; in zend_ts_hash_str_update_ptr() local
110 ZVAL_PTR(&tmp, pData); in zend_ts_hash_str_update_ptr()
111 zv = zend_ts_hash_str_update(ht, str, len, &tmp); in zend_ts_hash_str_update_ptr()
117 zval tmp, *zv; in zend_ts_hash_str_add_ptr() local
119 ZVAL_PTR(&tmp, pData); in zend_ts_hash_str_add_ptr()
120 zv = zend_ts_hash_str_add(ht, str, len, &tmp); in zend_ts_hash_str_add_ptr()
H A Dzend_alloc.c564 if (tmp != 0) {
892 tmp &= tmp + 1;
910 tmp |= tmp - 1;
939 tmp &= tmp + 1;
972 tmp |= tmp - 1;
2679 char *tmp; local
2683 if (tmp && !zend_atoi(tmp, 0)) {
2695 if (tmp && zend_atoi(tmp, 0)) {
2911 return tmp;
2918 void *tmp; local
[all …]
H A Dzend_virtual_cwd.c758 char *tmp; in tsrm_realpath_r() local
871 memcpy(tmp, path, len+1); in tsrm_realpath_r()
895 free_alloca(tmp, use_heap); in tsrm_realpath_r()
908 free_alloca(tmp, use_heap); in tsrm_realpath_r()
1117 memcpy(path, tmp, i-1); in tsrm_realpath_r()
1153 memcpy(tmp, path, len+1); in tsrm_realpath_r()
1174 memcpy(path, tmp, i-1); in tsrm_realpath_r()
1246 free_alloca(tmp, use_heap); in tsrm_realpath_r()
1267 void *tmp; in virtual_file_ex() local
1412 state->cwd = (char *) tmp; in virtual_file_ex()
[all …]
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_store_result_copy.phpt21 $tmp = NULL;
33 if (true !== ($tmp = mysqli_data_seek($res, 2)))
35 gettype($tmp), $tmp, mysqli_errno($link), mysqli_error($link));
39 if (true !== ($tmp = mysqli_data_seek($res, 0)))
41 gettype($tmp), $tmp, mysqli_errno($link), mysqli_error($link));
183 $tmp = mysqli_fetch_assoc($res);
184 if (!is_array($tmp) || empty($tmp) || !isset($tmp['p_version']) || ('' == $tmp['p_version'])) {
186 var_dump($tmp);
H A Dlocal_infile_tools.inc115 if (!$tmp = mysqli_fetch_assoc($res)) {
119 if ($values['id'] != $tmp['id']) {
122 $values['id'], $tmp['id']);
125 if ($values['label'] != $tmp['label']) {
128 $values['label'], $tmp['label']);
133 if ($res && $tmp = mysqli_fetch_assoc($res)) {
136 var_dump($tmp);
137 } while ($tmp = mysqli_fetch_assoc($res));
/PHP-7.3/ext/openssl/tests/
H A Dsession_meta_capture.phpt10 $certFile = __DIR__ . DIRECTORY_SEPARATOR . 'session_meta_capture.pem.tmp';
11 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'session_meta_capture-ca.pem.tmp';
70 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'session_meta_capture.pem.tmp');
71 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'session_meta_capture-ca.pem.tmp');
H A Dstream_crypto_flags_002.phpt10 $certFile = __DIR__ . DIRECTORY_SEPARATOR . 'stream_crypto_flags_002.pem.tmp';
11 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'stream_crypto_flags_002-ca.pem.tmp';
66 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'stream_crypto_flags_002.pem.tmp');
67 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'stream_crypto_flags_002-ca.pem.tmp');
H A Dbug65538_003.phpt13 $certFile = __DIR__ . DIRECTORY_SEPARATOR . 'bug65538_003.pem.tmp';
16 $cacertPhar = __DIR__ . DIRECTORY_SEPARATOR . 'bug65538_003-ca.phar.tmp';
73 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug65538_003.pem.tmp');
74 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug65538_003-ca.phar.tmp');
/PHP-7.3/sapi/fpm/tests/
H A Dsocket-uds-acl.phpt30 $tmp = file('/etc/passwd');
32 $tab = explode(':', $tmp[$i]);
36 $tmp = file('/etc/group');
38 $tab = explode(':', $tmp[$i]);
/PHP-7.3/tests/output/
H A Dbug74815.phpt8 echo shell_exec("$php -n -d error_log=".__DIR__."/error_log.tmp -d error_reporting=E_ALL -d log_err…
14 unlink(__DIR__.'/error_log.tmp');
/PHP-7.3/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation4.phpt7 $filename = __FILE__ . '.tmp';
48 string(%i) "File://%sstream_get_meta_data_file_variation4.php.tmp"
70 string(%i) "stream_get_meta_data_file_variation4.php.tmp"
/PHP-7.3/ext/standard/
H A Durl.c345 zval tmp; in PHP_FUNCTION() local
398 ZVAL_STR_COPY(&tmp, resource->scheme); in PHP_FUNCTION()
402 ZVAL_STR_COPY(&tmp, resource->host); in PHP_FUNCTION()
403 zend_hash_add_new(Z_ARRVAL_P(return_value), ZSTR_KNOWN(ZEND_STR_HOST), &tmp); in PHP_FUNCTION()
406 ZVAL_LONG(&tmp, resource->port); in PHP_FUNCTION()
407 zend_hash_add_new(Z_ARRVAL_P(return_value), ZSTR_KNOWN(ZEND_STR_PORT), &tmp); in PHP_FUNCTION()
410 ZVAL_STR_COPY(&tmp, resource->user); in PHP_FUNCTION()
414 ZVAL_STR_COPY(&tmp, resource->pass); in PHP_FUNCTION()
418 ZVAL_STR_COPY(&tmp, resource->path); in PHP_FUNCTION()
422 ZVAL_STR_COPY(&tmp, resource->query); in PHP_FUNCTION()
[all …]
H A Dhttp_fopen_wrapper.c129 zend_string *tmp = NULL; in php_stream_url_wrap_http_ex() local
429 tmp = NULL; in php_stream_url_wrap_http_ex()
451 if (tmp && ZSTR_LEN(tmp)) { in php_stream_url_wrap_http_ex()
455 user_headers = estrndup(ZSTR_VAL(tmp), ZSTR_LEN(tmp)); in php_stream_url_wrap_http_ex()
457 if (ZSTR_IS_INTERNED(tmp)) { in php_stream_url_wrap_http_ex()
458 tmp = zend_string_init(ZSTR_VAL(tmp), ZSTR_LEN(tmp), 0); in php_stream_url_wrap_http_ex()
460 GC_DELREF(tmp); in php_stream_url_wrap_http_ex()
461 tmp = zend_string_init(ZSTR_VAL(tmp), ZSTR_LEN(tmp), 0); in php_stream_url_wrap_http_ex()
465 php_strtolower(ZSTR_VAL(tmp), ZSTR_LEN(tmp)); in php_stream_url_wrap_http_ex()
466 t = ZSTR_VAL(tmp); in php_stream_url_wrap_http_ex()
[all …]
/PHP-7.3/ext/date/lib/
H A Dtimelib.c87 timelib_time *tmp = timelib_time_ctor(); in timelib_time_clone() local
88 memcpy(tmp, orig, sizeof(timelib_time)); in timelib_time_clone()
90 tmp->tz_abbr = timelib_strdup(orig->tz_abbr); in timelib_time_clone()
93 tmp->tz_info = orig->tz_info; in timelib_time_clone()
95 return tmp; in timelib_time_clone()
113 timelib_rel_time *tmp = timelib_rel_time_ctor(); in timelib_rel_time_clone() local
114 memcpy(tmp, rel, sizeof(timelib_rel_time)); in timelib_rel_time_clone()
115 return tmp; in timelib_rel_time_clone()
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_placeholder_everywhere.phpt44 $tmp = $stmt->fetchAll(PDO::FETCH_ASSOC);
46 if (isset($tmp[0]['id'])) {
48 if (gettype($tmp[0]['id']) == 'string')
50 settype($tmp[0]['id'], 'integer');
53 var_dump($tmp);
/PHP-7.3/ext/soap/
H A Dphp_schema.c2067 void *tmp; in schema_find_by_ref() local
2070 return tmp; in schema_find_by_ref()
2075 return tmp; in schema_find_by_ref()
2089 if (tmp) { in schema_attribute_fixup()
2132 sdlTypePtr tmp; in schema_attributegroup_fixup() local
2138 if (tmp) { in schema_attributegroup_fixup()
2185 sdlTypePtr tmp; in schema_content_model_fixup() local
2227 sdlTypePtr tmp; in schema_type_fixup() local
2233 if (tmp) { in schema_type_fixup()
2338 efree(tmp); in delete_model()
[all …]
/PHP-7.3/ext/xmlwriter/tests/
H A Dxmlwriter_set_indent_string_basic_001.phpt7 $temp_filename = dirname(__FILE__)."/xmlwriter_set_indent_string.tmp";
16 $temp_filename = dirname(__FILE__)."/xmlwriter_set_indent_string.tmp";
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_log.c106 char tmp[129]; in fpm_log_write() local
370 const char *tmp = fcgi_get_last_client_ip(); in fpm_log_write() local
371 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", tmp ? tmp : "-"); in fpm_log_write()
391 strftime(tmp, sizeof(tmp) - 1, "%d/%b/%Y:%H:%M:%S %z", localtime(t)); in fpm_log_write()
393 strftime(tmp, sizeof(tmp) - 1, format, localtime(t)); in fpm_log_write()
395 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", tmp); in fpm_log_write()
/PHP-7.3/ext/com_dotnet/
H A Dcom_extension.c292 zend_class_entry ce, *tmp; in PHP_MINIT_FUNCTION() local
317 tmp = zend_register_internal_class_ex(&ce, php_com_variant_class_entry); in PHP_MINIT_FUNCTION()
318 tmp->get_iterator = php_com_iter_get; in PHP_MINIT_FUNCTION()
319 tmp->serialize = zend_class_serialize_deny; in PHP_MINIT_FUNCTION()
320 tmp->unserialize = zend_class_unserialize_deny; in PHP_MINIT_FUNCTION()
327 tmp = zend_register_internal_class_ex(&ce, php_com_variant_class_entry); in PHP_MINIT_FUNCTION()
328 tmp->get_iterator = php_com_iter_get; in PHP_MINIT_FUNCTION()
329 tmp->serialize = zend_class_serialize_deny; in PHP_MINIT_FUNCTION()
330 tmp->unserialize = zend_class_unserialize_deny; in PHP_MINIT_FUNCTION()

Completed in 71 milliseconds

1...<<11121314151617181920>>...48