Home
last modified time | relevance | path

Searched refs:tmp (Results 326 – 350 of 1192) sorted by relevance

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

/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_character_set.phpt17 $tmp = NULL;
25 $tmp = mysqli_fetch_assoc($res);
27 $version = explode('.', $tmp['server_version']);
81 if (!$tmp = mysqli_fetch_assoc($res))
84 if ($tmp['id'] != $i)
86 $i, $tmp['id'],
89 if ($tmp['label'] != chr(ord("a") + $i))
91 chr(ord("a") + $i), $tmp['label'],
H A Dmysqli_field_seek.phpt59 $tmp = NULL;
62 if (!is_null($tmp = @mysqli_field_seek()))
63 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
65 if (!is_null($tmp = @mysqli_field_seek($link)))
66 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
104 if (!is_null($tmp = @mysqli_field_seek($res, 0, "too many")))
105 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_warning_unclonable.phpt30 …ing object/mysqli_warning, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var_dump($tmp, true) : …
H A Dmysqli_connect_oo_defaults.phpt13 $tmp = NULL;
36 $tmp = $res->fetch_assoc();
39 if (!isset($tmp['testing']) || $tmp['testing'] != 'mysqli.default_socket') {
41 var_dump($tmp);
118 $tmp = $res->fetch_assoc();
120 if ($tmp['username'] !== $user)
121 …printf("[011] Expecting string/%s, got %s/%s\n", $user, gettype($tmp['username']), $tmp['username'…
H A Dmysqli_change_user_new.phpt20 $tmp = NULL;
28 …if (false !== ($tmp = @mysqli_change_user($link, $user . '_unknown_really', $passwd . 'non_empty',…
29 printf("[002] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
/PHP-7.3/ext/standard/tests/file/
H A Dfiletype_variation.phpt22 $file1 = $file_path."/filetype1_variation.tmp";
23 $file2 = $file_path."/filetype2_variation.tmp";
24 $file3 = $file_path."/filetype3_variation.tmp";
25 $link1 = $file_path."/filetype1_variation_link.tmp";
26 $link2 = $file_path."/filetype2_variation_link.tmp";
H A Dtempnam_variation7.phpt38 $file_name = tempnam($names_arr[$i], "tempnam_variation3.tmp");
75 File name is => %s%etempnam_variation3.tmp%s
81 File name is => %s%etempnam_variation3.tmp%s
85 File name is => %s%etempnam_variation3.tmp%s
89 File name is => %s%etempnam_variation3.tmp%s
93 File name is => %s%etempnam_variation3.tmp%s
99 File name is => %s%etempnam_variation3.tmp%s
117 File name is => %s/tempnam_variation3.tmp%s
123 File name is => %s/tempnam_variation3.tmp%s
H A Dfileinode_basic.phpt14 fopen("$file_path/inode.tmp", "w");
15 print( fileinode("$file_path/inode.tmp") )."\n";
27 unlink (dirname(__FILE__)."/inode.tmp");
H A Dfile_get_contents_file_put_contents_basic.phpt22 $file_name = "/file_put_contents.tmp";
30 $file_name = "/file_put_contents1.tmp";
39 unlink($file_path."/file_put_contents.tmp");
40 unlink($file_path."/file_put_contents1.tmp");
H A Dcopy_basic.phpt16 $file_name1 = $file_path."/copy_basic1.tmp";
17 $file_name2 = $file_path."/copy_basic2.tmp";
38 $file_name1 = $file_path."/copy_basic1.tmp";
39 $file_name2 = $file_path."/copy_basic2.tmp";
H A Dcopy_variation18.phpt17 $src_file_name = $file_path."/copy_variation18.tmp";
22 $dest_file_name = $file_path."/copy_copy_variation18.tmp";
47 unlink(dirname(__FILE__)."/copy_copy_variation18.tmp");
48 unlink(dirname(__FILE__)."/copy_variation18.tmp");
H A Dtempnam_variation6.phpt19 $file_name = "tempnam_variation6.tmp";
51 File name is => %s%etempnam_variation6.tmp%s
54 File name is => %s%etempnam_variation6.tmp%s
57 File name is => %s%etempnam_variation6.tmp%s
H A Dlstat_stat_variation1.phpt24 $fp = fopen("$file_path/lstat_stat_variation1.tmp", "w"); // temp file
30 $old_filename = "$file_path/lstat_stat_variation1.tmp";
31 $new_filename = "$file_path/lstat_stat_variation1a.tmp";
51 unlink("$file_path/lstat_stat_variation1a.tmp");
H A Dlstat_stat_variation14.phpt25 $filename = "$file_path/lstat_stat_variation14.tmp";
30 $linkname = "$file_path/lstat_stat_variation14_hard.tmp";
51 unlink("$file_path/lstat_stat_variation14_hard.tmp");
52 unlink("$file_path/lstat_stat_variation14.tmp");
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dst.c396 st_table_entry *tmp; local
418 tmp = ptr->next;
422 *key = tmp->key;
423 free(tmp);
492 st_table_entry *ptr, *last, *tmp; local
502 tmp = 0;
504 for (tmp = table->bins[i]; tmp; tmp=tmp->next) {
505 if (tmp == ptr) break;
508 if (!tmp) {
520 tmp = ptr;
[all …]
/PHP-7.3/ext/openssl/tests/
H A Dcapture_peer_cert_001.phpt10 $certFile = __DIR__ . DIRECTORY_SEPARATOR . 'capture_peer_cert_001.pem.tmp';
11 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'capture_peer_cert_001-ca.pem.tmp';
53 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'capture_peer_cert_001.pem.tmp');
54 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'capture_peer_cert_001-ca.pem.tmp');
H A Dstream_crypto_flags_001.phpt10 $certFile = __DIR__ . DIRECTORY_SEPARATOR . 'stream_crypto_flags_001.pem.tmp';
11 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'stream_crypto_flags_001-ca.pem.tmp';
59 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'stream_crypto_flags_001.pem.tmp');
60 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'stream_crypto_flags_001-ca.pem.tmp');
H A Dstream_verify_peer_name_003.phpt10 $certFile = __DIR__ . DIRECTORY_SEPARATOR . 'stream_verify_peer_name_003.pem.tmp';
11 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'stream_verify_peer_name_003-ca.pem.tmp';
53 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'stream_verify_peer_name_003.pem.tmp');
54 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'stream_verify_peer_name_003-ca.pem.tmp');
H A Dbug65538_001.phpt10 $certFile = __DIR__ . DIRECTORY_SEPARATOR . 'bug65538_001.pem.tmp';
11 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'bug65538_001-ca.pem.tmp';
66 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug65538_001.pem.tmp');
67 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug65538_001-ca.pem.tmp');
/PHP-7.3/ext/standard/tests/misc/
H A Dtime_sleep_until_basic.phpt27 $tmp = round($now, 3);
28 $now = $tmp >= (int)$time ? $tmp : $tmp + .05;
/PHP-7.3/ext/zip/lib/
H A Dzip_source_pkware.c100 zip_uint16_t tmp; in decrypt() local
109 tmp = (zip_uint16_t)(ctx->key[2] | 2); in decrypt()
110 tmp = (zip_uint16_t)(((zip_uint32_t)tmp * (tmp ^ 1)) >> 8); in decrypt()
111 b ^= (Bytef)tmp; in decrypt()
/PHP-7.3/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation2.phpt6 $filename = __FILE__ . '.tmp';
63 string(%i) "%s.tmp"
88 string(%i) "%s.tmp"
111 string(%i) "%s.tmp"
134 string(%i) "%s.tmp"
/PHP-7.3/sapi/cli/tests/
H A Dbug64544.phpt12 putenv("HOME=/tmp");
19 string(4) "/tmp"
/PHP-7.3/ext/pdo_mysql/tests/
H A Dbug_50323.phpt24 $tmp = explode('=', $v);
25 if (count($tmp) == 2)
26 $old_options[$tmp[0]] = $tmp[1];
/PHP-7.3/Zend/
H A Dzend_vm_trace_map.h23 ZVAL_LONG(&tmp, (zend_long)(uintptr_t)zend_opcode_handlers[n]); \
24 zend_hash_str_add(&vm_trace_ht, #name, sizeof(#name) - 1, &tmp); \
28 zval tmp; \

Completed in 38 milliseconds

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