Home
last modified time | relevance | path

Searched refs:tmp (Results 101 – 125 of 1152) sorted by relevance

12345678910>>...47

/PHP-7.4/ext/soap/
H A Dphp_http.c98 zval *tmp; in http_context_headers() local
102 Z_TYPE_P(tmp) == IS_STRING && Z_STRLEN_P(tmp)) { in http_context_headers()
186 Z_TYPE_P(tmp) == IS_LONG && Z_LVAL_P(tmp) > 0) { in http_connect()
589 (Z_TYPE_P(tmp) == IS_FALSE || (Z_TYPE_P(tmp) == IS_LONG && Z_LVAL_P(tmp) == 0)))) { in make_http_soap_request()
931 char *tmp; in make_http_soap_request() local
939 tmp++; in make_http_soap_request()
942 tmp = strstr(tmp," "); in make_http_soap_request()
944 tmp++; in make_http_soap_request()
1375 while (*tmp == ' ' || *tmp == '\t') { in get_http_header_value_nodup()
1376 tmp++; in get_http_header_value_nodup()
[all …]
H A Dphp_sdl.c388 if (tmp) { in load_wsdl_ex()
456 if (!tmp) { in wsdl_soap_binding_header()
471 if (!tmp) { in wsdl_soap_binding_header()
491 if (tmp) { in wsdl_soap_binding_header()
497 if (tmp) { in wsdl_soap_binding_header()
578 if (tmp) { in wsdl_soap_binding_body()
583 if (tmp) { in wsdl_soap_binding_body()
622 if (tmp) { in wsdl_soap_binding_body()
2432 *enc = tmp; in make_persistent_sdl_encoder_ref()
3155 free(tmp); in delete_psdl_int()
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Drealpath_variation2.phpt27 '/tmp/',
28 '/tmp/\\',
29 '\\tmp',
30 '\\tmp\\');
63 --/tmp/--
64 string(%d) %s/tmp"
66 --/tmp/\--
69 --\tmp--
72 --\tmp\--
H A Dcopy_variation2-win32-mb.phpt30 "_copy_variation2.tmp",
31 "@copy_variation2.tmp",
32 "#copy_variation2.tmp",
33 "+copy_variation2.tmp",
34 "?copy_variation2.tmp",
35 ">copy_variation2.tmp",
36 "!copy_variation2.tmp",
37 "&copy_variation2.tmp",
38 "(copy_variation2.tmp",
39 ":copy_variation2.tmp",
[all …]
H A Dcopy_variation2-win32.phpt30 "_copy_variation2.tmp",
31 "@copy_variation2.tmp",
32 "#copy_variation2.tmp",
33 "+copy_variation2.tmp",
34 "?copy_variation2.tmp",
35 ">copy_variation2.tmp",
36 "!copy_variation2.tmp",
37 "&copy_variation2.tmp",
38 "(copy_variation2.tmp",
39 ":copy_variation2.tmp",
[all …]
H A Dfilegroup_variation1.phpt19 fclose( fopen($file_path."/filegroup_variation1.tmp", "w") );
23 symlink($file_path."/filegroup_variation1.tmp", $file_path."/filegroup_variation1_symlink.tmp");
24 var_dump( filegroup($file_path."/filegroup_variation1_symlink.tmp") ); //expected true
28 link($file_path."/filegroup_variation1.tmp", $file_path."/filegroup_variation1_link.tmp");
29 var_dump( filegroup($file_path."/filegroup_variation1_link.tmp") ); // expected: true
37 unlink($file_path."/filegroup_variation1_symlink.tmp");
38 unlink($file_path."/filegroup_variation1_link.tmp");
39 unlink($file_path."/filegroup_variation1.tmp");
H A Dfileowner_variation1.phpt20 fclose( fopen($file_path."/fileowner_variation1.tmp", "w") );
24 symlink($file_path."/fileowner_variation1.tmp", $file_path."/fileowner_variation1_symlink.tmp");
25 var_dump( fileowner($file_path."/fileowner_variation1_symlink.tmp") ); //expected true
29 link($file_path."/fileowner_variation1.tmp", $file_path."/fileowner_variation1_link.tmp");
30 var_dump( fileowner($file_path."/fileowner_variation1_link.tmp") ); // expected: true
38 unlink($file_path."/fileowner_variation1_symlink.tmp");
39 unlink($file_path."/fileowner_variation1_link.tmp");
40 unlink($file_path."/fileowner_variation1.tmp");
H A Dfileperms_variation1.phpt19 fclose( fopen($file_path."/fileperms_variation1.tmp", "w") );
23 symlink($file_path."/fileperms_variation1.tmp", $file_path."/fileperms_variation1_symlink.tmp");
24 var_dump( fileperms($file_path."/fileperms_variation1_symlink.tmp") ); //expected true
28 link($file_path."/fileperms_variation1.tmp", $file_path."/fileperms_variation1_link.tmp");
29 var_dump( fileperms($file_path."/fileperms_variation1_link.tmp") ); // expected: true
37 unlink($file_path."/fileperms_variation1_symlink.tmp");
38 unlink($file_path."/fileperms_variation1_link.tmp");
39 unlink($file_path."/fileperms_variation1.tmp");
H A Dis_file_variation2.phpt18 fclose( fopen($file_path."/is_file_variation2.tmp", "w") );
22 symlink($file_path."/is_file_variation2.tmp", $file_path."/is_file_variation2_symlink.tmp");
23 var_dump( is_file($file_path."/is_file_variation2_symlink.tmp") ); //expected true
27 link($file_path."/is_file_variation2.tmp", $file_path."/is_file_variation2_link.tmp");
28 var_dump( is_file($file_path."/is_file_variation2_link.tmp") ); // expected: true
36 unlink($file_path."/is_file_variation2_symlink.tmp");
37 unlink($file_path."/is_file_variation2_link.tmp");
38 unlink($file_path."/is_file_variation2.tmp");
H A Dfileinode_variation1.phpt20 fclose( fopen($file_path."/fileinode_variation1.tmp", "w") );
24 symlink($file_path."/fileinode_variation1.tmp", $file_path."/fileinode_variation1_symlink.tmp");
25 var_dump( fileinode($file_path."/fileinode_variation1_symlink.tmp") ); //expected true
29 link($file_path."/fileinode_variation1.tmp", $file_path."/fileinode_variation1_link.tmp");
30 var_dump( fileinode($file_path."/fileinode_variation1_link.tmp") ); // expected: true
38 unlink($file_path."/fileinode_variation1_symlink.tmp");
39 unlink($file_path."/fileinode_variation1_link.tmp");
40 unlink($file_path."/fileinode_variation1.tmp");
H A Drmdir_variation3.phpt15 $workDir = "rmdirVar3.tmp";
67 -- removing rmdirVar3.tmp/aSubDir --
69 -- removing ./rmdirVar3.tmp/aSubDir --
71 -- removing rmdirVar3.tmp/../rmdirVar3.tmp/aSubDir --
79 -- removing %s/rmdirVar3.tmp/aSubDir --
81 -- removing %s/./rmdirVar3.tmp/aSubDir --
83 -- removing %s/rmdirVar3.tmp/../rmdirVar3.tmp/aSubDir --
88 -- removing rmdirVar3.tmp/aSubDir/ --
90 -- removing %s/rmdirVar3.tmp/aSubDir/ --
92 -- removing rmdirVar3.tmp//aSubDir --
[all …]
H A Drealpath_basic-win32-mb.phpt31 "$file_path/realpath_私はガラスを食べられますbasic/home/realpath_私はガラスを食べられますbasic.tmp",
32 "$file_path/realpath_私はガラスを食べられますbasic/realpath_私はガラスを食べられますbasic.tmp/",
33 "$file_path/realpath_私はガラスを食べられますbasic//home/test//../test/./realpath_私はガラスを食べられますbasic.tmp",
34 "$file_path/realpath_私はガラスを食べられますbasic/home//../././realpath_私はガラスを食べられますbasic.tmp//",
37 "$file_path/realpath_私はガラスを食べられますbasic/home/realpath_私はガラスを食べられますbasic.tmp",
57 unlink("$name_prefix/home/test/realpath_私はガラスを食べられますbasic.tmp");
58 unlink("$name_prefix/home/realpath_私はガラスを食べられますbasic.tmp");
59 unlink("$name_prefix/realpath_私はガラスを食べられますbasic.tmp");
70 string(%d) "%s\realpath_私はガラスを食べられますbasic\home\realpath_私はガラスを食べられますbasic.tmp"
76 string(%d) "%s\realpath_私はガラスを食べられますbasic\home\test\realpath_私はガラスを食べられますbasic.tmp"
[all …]
H A Drmdir_variation3-win32.phpt20 $workDir = "rmdirVar3.tmp";
77 -- removing rmdirVar3.tmp\aSubDir --
79 -- removing .\rmdirVar3.tmp\aSubDir --
81 -- removing rmdirVar3.tmp\..\rmdirVar3.tmp\aSubDir --
89 -- removing %s\rmdirVar3.tmp\aSubDir --
91 -- removing %s\.\rmdirVar3.tmp\aSubDir --
93 -- removing %s\rmdirVar3.tmp\..\rmdirVar3.tmp\aSubDir --
98 -- removing rmdirVar3.tmp\aSubDir\ --
100 -- removing %s\rmdirVar3.tmp\aSubDir\ --
102 -- removing rmdirVar3.tmp\\aSubDir --
[all …]
H A Dmkdir_variation5.phpt20 $workDir = "mkdirVar5.tmp";
69 -- creating mkdirVar5.tmp/aSubDir --
71 -- creating ./mkdirVar5.tmp/aSubDir --
73 -- creating mkdirVar5.tmp/../mkdirVar5.tmp/aSubDir --
81 -- creating %s/mkdirVar5.tmp/aSubDir --
83 -- creating %s/./mkdirVar5.tmp/aSubDir --
85 -- creating %s/mkdirVar5.tmp/../mkdirVar5.tmp/aSubDir --
90 -- creating mkdirVar5.tmp/aSubDir/ --
92 -- creating %s/mkdirVar5.tmp/aSubDir/ --
94 -- creating mkdirVar5.tmp//aSubDir --
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_ping.phpt13 $tmp = NULL;
16 if (!is_null($tmp = @mysqli_ping()))
17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
21 if (!is_null($tmp = @mysqli_ping($link, $link)))
22 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
37 if (false !== ($tmp = mysqli_ping($link)))
38 printf("[005] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_dump_debug_info_oo.phpt13 $tmp = NULL;
19 if (NULL !== ($tmp = @$mysqli->dump_debug_info($link)))
20 printf("[002] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
22 if (!is_bool($tmp = $mysqli->dump_debug_info()))
24 gettype($tmp), $tmp,
29 if (false !== ($tmp = $mysqli->dump_debug_info()))
31 gettype($tmp), $tmp,
H A Dmysqli_stmt_bind_param_references.phpt65 printf("[002] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
76 printf("[005] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
87 printf("[007] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
98 printf("[010] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
106 printf("[013] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
116 printf("[015] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
127 printf("[018] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
137 printf("[021] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
147 printf("[024] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
161 printf("[027] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_num_rows.phpt13 $tmp = NULL;
16 if (!is_null($tmp = @mysqli_num_rows()))
17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
19 if (!is_null($tmp = @mysqli_num_rows($link)))
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
31 if ($expected !== ($tmp = mysqli_num_rows($res)))
34 gettype($tmp), $tmp);
38 if ($test_free && (false !== ($tmp = mysqli_num_rows($res))))
39 printf("[%03d] Expecting false, got %s/%s\n", $offset + 2, gettype($tmp), $tmp);
64 if (0 !== ($tmp = mysqli_num_rows($res)))
[all …]
H A Dmysqli_fetch_field_direct_oo.phpt13 $tmp = NULL;
18 if (!is_null($tmp = @$res->fetch_field_direct()))
19 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
31 if (!is_null($tmp = @$res->fetch_field_direct()))
32 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
34 if (!is_null($tmp = @$res->fetch_field_direct($link)))
35 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
37 if (!is_null($tmp = @$res->fetch_field_direct($link, $link)))
38 printf("[006] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
46 if (false !== ($tmp = $res->fetch_field_direct(0)))
[all …]
H A Dmysqli_connect_error.phpt13 $tmp = NULL;
17 if (!is_null($tmp = @mysqli_connect_error($link)))
18 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
24 if (NULL !== ($tmp = mysqli_connect_error()))
25 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
33 if ('' === ($tmp = mysqli_connect_error()))
34 printf("[004] Expecting string/'', got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_fetch_field_direct.phpt13 $tmp = NULL;
16 if (!is_null($tmp = @mysqli_fetch_field_direct()))
17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
19 if (!is_null($tmp = @mysqli_fetch_field_direct($link)))
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
22 if (!is_null($tmp = @mysqli_fetch_field_direct($link, $link)))
23 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
37 if (false !== ($tmp = mysqli_fetch_field_direct($res, 0)))
38 printf("[005] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_errno.phpt13 $tmp = NULL;
16 if (!is_null($tmp = @mysqli_errno()))
17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
19 if (!is_null($tmp = @mysqli_errno($link)))
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
37 if (($tmp = mysqli_errno($link)) == 0)
38 printf("[005] Expecting int/any non zero got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_connect_errno.phpt13 $tmp = NULL;
17 if (0 !== ($tmp = @mysqli_connect_errno($link)))
18 printf("[001] Expecting integer/0, got %s/%s\n", gettype($tmp), $tmp);
24 if (0 !== ($tmp = mysqli_connect_errno()))
25 printf("[003] Expecting integer/0, got %s/%s\n", gettype($tmp), $tmp);
34 if (0 === ($tmp = mysqli_connect_errno()))
35 printf("[005] Expecting integer/any non-zero, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_fetch_field_oo.phpt13 $tmp = NULL;
19 if (false !== ($tmp = @$res->fetch_field()))
20 printf("[001] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
27 if (!is_null($tmp = @$res->fetch_field($link)))
28 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
43 $tmp = $res->fetch_field();
44 var_dump($tmp);
53 if ($tmp->db != $db) {
55 $db, $tmp->db);
62 if (false !== ($tmp = $res->fetch_field()))
[all …]
H A Dmysqli_stmt_reset.phpt19 $tmp = NULL;
22 if (!is_null($tmp = @mysqli_stmt_reset()))
23 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
25 if (!is_null($tmp = @mysqli_stmt_reset($link)))
26 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
34 printf("[004] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
38 gettype($tmp), $tmp, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
40 if (true !== ($tmp = mysqli_stmt_reset($stmt)))
41 printf("[006] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
44 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
[all …]

Completed in 68 milliseconds

12345678910>>...47