Home
last modified time | relevance | path

Searched refs:tmp (Results 451 – 475 of 1192) sorted by relevance

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

/PHP-7.3/ext/opcache/tests/
H A Dblacklist.phpt31 [5] => /tmp/path/?nocache.inc
32 [6] => /tmp/path/*/somedir
/PHP-7.3/Zend/tests/
H A Dcast_to_array.phpt37 $tmp = (array)$var;
38 var_dump($tmp);
/PHP-7.3/ext/curl/tests/
H A Dbug48203.phpt13 $fp = fopen(dirname(__FILE__) . '/bug48203.tmp', 'w');
30 <?php @unlink(dirname(__FILE__) . '/bug48203.tmp'); ?>
H A Dbug48203-win32.phpt13 $fp = fopen(dirname(__FILE__) . '/bug48203.tmp', 'w');
30 <?php @unlink(dirname(__FILE__) . '/bug48203.tmp'); ?>
H A Dcurl_file_deleted_before_curl_close.phpt14 $temp_file = dirname(__FILE__) . '/curl_file_deleted_before_curl_close.tmp';
36 unlink(dirname(__FILE__) . '/curl_file_deleted_before_curl_close.tmp');
/PHP-7.3/ext/readline/
H A Dreadline_cli.c435 char *retval, *tmp; in cli_completion_generator_var() local
438 tmp = retval = cli_completion_generator_ht(text + 1, textlen - 1, state, symbol_table, NULL); in cli_completion_generator_var()
440 retval = malloc(strlen(tmp) + 2); in cli_completion_generator_var()
442 strcpy(&retval[1], tmp); in cli_completion_generator_var()
450 char *retval, *tmp; in cli_completion_generator_ini() local
452 tmp = retval = cli_completion_generator_ht(text + 1, textlen - 1, state, EG(ini_directives), NULL); in cli_completion_generator_ini()
454 retval = malloc(strlen(tmp) + 2); in cli_completion_generator_ini()
456 strcpy(&retval[1], tmp); in cli_completion_generator_ini()
568 char *tmp = malloc(len); in cli_completion_generator() local
570 snprintf(tmp, len, "%s::%s", ZSTR_VAL(ce->name), retval); in cli_completion_generator()
[all …]
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_unix.c80 char *tmp, *p, *end; in fpm_unix_resolve_socket_premissions() local
91 tmp = estrdup(c->listen_acl_users); in fpm_unix_resolve_socket_premissions()
92 for (p=tmp ; p ; p=end) { in fpm_unix_resolve_socket_premissions()
102 efree(tmp); in fpm_unix_resolve_socket_premissions()
114 efree(tmp); in fpm_unix_resolve_socket_premissions()
118 efree(tmp); in fpm_unix_resolve_socket_premissions()
124 tmp = estrdup(c->listen_acl_groups); in fpm_unix_resolve_socket_premissions()
125 for (p=tmp ; p ; p=end) { in fpm_unix_resolve_socket_premissions()
135 efree(tmp); in fpm_unix_resolve_socket_premissions()
147 efree(tmp); in fpm_unix_resolve_socket_premissions()
[all …]
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt29 if (true !== ($tmp = @mysqli_debug($control_string))) {
33 gettype($tmp),
34 $tmp);
55 gettype($tmp),
56 $tmp);
146 $tmp = array_diff($functions_all_funcs, $functions_trace);
147 if (!empty($tmp)) {
149 var_dump($tmp);
199 $tmp = array_merge($test_functions['doubledot'], $test_functions['simple']);
200 if (!empty($tmp)) {
[all …]
H A Dmysqli_fetch_all.phpt15 $tmp = NULL;
18 if (!is_null($tmp = @mysqli_fetch_all()))
19 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
21 if (!is_null($tmp = @mysqli_fetch_all($link)))
22 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
87 $tmp = mysqli_fetch_all($res, $illegal_mode);
88 if (false !== $tmp)
90 gettype($tmp), $tmp, mysqli_errno($link), mysqli_error($link));
130 if (!$tmp = mysqli_fetch_all($res, MYSQLI_BOTH)) {
134 $row = $tmp[0];
[all …]
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c525 sljit_uw tmp; in load_immediate() local
947 sljit_uw tmp; in emit_op_mem() local
994 tmp = 3; in emit_op_mem()
997 tmp = 2; in emit_op_mem()
1002 tmp = 0; in emit_op_mem()
1007 tmp = 1; in emit_op_mem()
1010 if (tmp < 3) in emit_op_mem()
1168 sljit_s32 i, tmp; in sljit_emit_return() local
2212 …| COPY_BITS(tmp, 12, 16, 4) | COPY_BITS(tmp, 11, 26, 1) | COPY_BITS(tmp, 8, 12, 3) | (tmp & 0xff)); in sljit_emit_cmov()
2231 …| COPY_BITS(tmp, 12, 16, 4) | COPY_BITS(tmp, 11, 26, 1) | COPY_BITS(tmp, 8, 12, 3) | (tmp & 0xff))… in sljit_emit_cmov()
[all …]
/PHP-7.3/ext/standard/tests/file/
H A Dfile_get_contents_variation7-win32-mb.phpt50 $filename = 'FileGetContentsVar7.tmp';
87 …はガラスを食べられます\\..\\..\fileGetContentsVar7Sub私はガラスを食べられます\FileGetContentsVar7.tmp): failed to open st…
92 …スを食べられます.dir\fileGetContentsVar7Sub私はガラスを食べられます\BADDIR\FileGetContentsVar7.tmp): failed to open st…
109 Warning: file_get_contents(BADDIR\FileGetContentsVar7.tmp): failed to open stream: No such file or …
H A Dfile_get_contents_variation7-win32.phpt50 $filename = 'FileGetContentsVar7.tmp';
87 …\fileGetContentsVar7Sub\\..\\..\fileGetContentsVar7Sub\FileGetContentsVar7.tmp): failed to open st…
92 …sfileGetContentsVar7.dir\fileGetContentsVar7Sub\BADDIR\FileGetContentsVar7.tmp): failed to open st…
109 Warning: file_get_contents(BADDIR\FileGetContentsVar7.tmp): failed to open stream: No such file or …
H A Dfile_variation8-win32.phpt50 $filename = 'FileGetContentsVar7.tmp';
99 …8.dir\fileVar8Sub\..\\\fileVar8Sub\\..\\..\fileVar8Sub\FileGetContentsVar7.tmp): failed to open st…
104 Warning: file(%sfileVar8.dir\fileVar8Sub\BADDIR\FileGetContentsVar7.tmp): failed to open stream: No…
133 Warning: file(BADDIR\FileGetContentsVar7.tmp): failed to open stream: No such file or directory in …
H A Dreadfile_variation8-win32.phpt26 $theFile = "fileToRead.tmp";
89 …r8\readfileVar8Sub\..\\\readfileVar8Sub\\..\\..\readfileVar8Sub\fileToRead.tmp): failed to open st…
93 Warning: readfile(%s\readfileVar8\readfileVar8Sub\BADDIR\fileToRead.tmp): failed to open stream: No…
105 Warning: readfile(BADDIR\fileToRead.tmp): failed to open stream: No such file or directory in %s on…
H A Dfilesize_basic.phpt20 $file_name = $file_path."/filesize_basic.tmp";
30 $file_name = $file_path."/filesize_basic.tmp";
/PHP-7.3/ext/openssl/tests/
H A Dbug74159.phpt10 $certFile = __DIR__ . DIRECTORY_SEPARATOR . 'bug74159.pem.tmp';
11 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'bug74159-ca.pem.tmp';
122 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug74159.pem.tmp');
123 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug74159-ca.pem.tmp');
H A Dbug77390.phpt10 $certFile = __DIR__ . DIRECTORY_SEPARATOR . 'bug77390.pem.tmp';
11 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'bug77390-ca.pem.tmp';
125 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug77390.pem.tmp');
126 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug77390-ca.pem.tmp');
/PHP-7.3/ext/standard/
H A Dhttp.c60 const char *tmp; in php_url_encode_hash_ex() local
67 zend_unmangle_property_name_ex(key, &tmp, &prop_name, &prop_len); in php_url_encode_hash_ex()
196 zend_string *tmp; in php_url_encode_hash_ex() local
197 zend_string *str= zval_get_tmp_string(zdata, &tmp); in php_url_encode_hash_ex()
204 zend_tmp_string_release(tmp); in php_url_encode_hash_ex()
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_dfg.c28 zend_bitset tmp, def, use, in, out; in zend_build_dfg() local
34 tmp = dfg->tmp; in zend_build_dfg()
235 …zend_bitset_union_with_difference(tmp, DFG_BITSET(use, set_size, j), DFG_BITSET(out, set_size, j),… in zend_build_dfg()
236 if (!zend_bitset_equal(DFG_BITSET(in, set_size, j), tmp, set_size)) { in zend_build_dfg()
237 zend_bitset_copy(DFG_BITSET(in, set_size, j), tmp, set_size); in zend_build_dfg()
/PHP-7.3/ext/soap/
H A Dphp_xml.c265 xmlNodePtr tmp = get_node_recurisve_ex(node->children, name, ns); in get_node_recurisve_ex() local
266 if (tmp) { in get_node_recurisve_ex()
267 return tmp; in get_node_recurisve_ex()
306 …xmlNodePtr tmp = get_node_with_attribute_recursive_ex(node->children, name, name_ns, attribute, va… in get_node_with_attribute_recursive_ex() local
307 if (tmp) { in get_node_with_attribute_recursive_ex()
308 return tmp; in get_node_with_attribute_recursive_ex()
/PHP-7.3/ext/pgsql/tests/
H A D80_bug36625.phpt17 $tracefile = dirname(__FILE__) . '/trace.tmp';
47 $tracefile = dirname(__FILE__) . '/trace.tmp';
/PHP-7.3/ext/standard/tests/strings/
H A Ddirname_error.phpt13 var_dump( dirname("/var/tmp/bar.gz", 0) );
16 var_dump( dirname("/var/tmp/bar.gz", 1, ".gz") );
/PHP-7.3/Zend/
H A Dzend_builtin_functions.c667 zval *array, *entry, tmp; in ZEND_FUNCTION() local
712 ZVAL_STR_COPY(&tmp, key); in ZEND_FUNCTION()
713 Z_TRY_ADDREF(tmp); in ZEND_FUNCTION()
715 ZVAL_LONG(&tmp, num_key); in ZEND_FUNCTION()
1700 zval *tmp; in ZEND_FUNCTION() local
2236 zval *tmp; in debug_print_backtrace_args() local
2243 zend_print_flat_zval_r(tmp); in debug_print_backtrace_args()
2456 zval stack_frame, tmp; in zend_fetch_debug_backtrace() local
2520 ZVAL_LONG(&tmp, lineno); in zend_fetch_debug_backtrace()
2579 ZVAL_OBJ(&tmp, object); in zend_fetch_debug_backtrace()
[all …]
/PHP-7.3/ext/phar/tests/bug64931/src/
H A D.pharignore2 *.tmp
/PHP-7.3/ext/gd/tests/
H A Dimagegd2_nullbyte_injection.phpt22 $temp = $tempdir. "/test" . $userinput .".tmp";
27 var_dump(file_exists($tempdir. "/test1.tmp"));

Completed in 45 milliseconds

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