Home
last modified time | relevance | path

Searched refs:s (Results 301 – 325 of 5935) sorted by relevance

1...<<11121314151617181920>>...238

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_warnings.phpt12 …tf("skip Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
18 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
33 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
36 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
41 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
44 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
50 printf("[006] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
56 printf("[008] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
63 printf("[010] Expecting mysqli_warning object, got %s/%s\n", gettype($warning), $warning);
93 printf("[015] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_fetch_object_oo.phpt20 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
24 …f("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
28 printf("[003] [%d] %s\n", $mysqli->errno, $mysqli->error);
32 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
38 printf("[006] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
96 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error);
115 %s on line %d
125 [E_NOTICE] Undefined variable: a in %s on line %d
126 [E_NOTICE] Undefined variable: b in %s on line %d
[all …]
H A Dmysqli_stmt_execute_stored_proc_out.phpt25 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
30 printf("[003] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
44 printf("[008] More results: %s\n", (mysqli_more_results($link) ? "yes" : "no"));
45 printf("[009] Next results: %s\n", (mysqli_next_result($link) ? "yes" : "no"));
48 printf("[010] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
51 printf("[011] Results seem wrong got '%s'\n", $ver_out);
57 printf("[013] [%d] %s\n", $link->errno, $link->error);
60 printf("[004] Cannot create SP, [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
70 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
79 [008] More results: %s
[all …]
H A Dmysqli_pconn_disabled.phpt22 …01] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s
26 …printf("[002] Cannot set user variable to check if we got the same persistent connection, [%d] %s\…
31 …03] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s
36 printf("[004] [%d] %s\n", mysqli_errno($link2), mysqli_error($link2));
39 printf("Connecction 1 - SELECT @pcondisabled -> '%s'\n", $row['_test']);
43 printf("[005] [%d] %s\n", mysqli_errno($link2), mysqli_error($link2));
46 printf("Connecction 2 - SELECT @pcondisabled -> '%s'\n", $row['_test']);
57 Warning: my_mysqli_connect(): Persistent connections are disabled. Downgrading to normal in %s on l…
59 Warning: my_mysqli_connect(): Persistent connections are disabled. Downgrading to normal in %s on l…
H A Dmysqli_set_charset.phpt23 die(sprintf("skip Cannot check server version, [%d] %s\n",
59 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
62 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
65 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
84 …printf("[011] Expecting boolean/false because of invalid character set, got %s/%s\n", gettype($ret…
88 …f("[012] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
92 printf("[013] Expecting boolean/true, got %s/%s\n", gettype($ret), $ret);
99 printf("[015] Character set not changed? Expecting %s, got %s\n", $new_charset, $tmp['charset']);
110 printf("[017] Cannot set character set to '%s', [%d] %s\n", $tmp['Charset'],
117 …printf("[018] Cannot run SET NAMES %s, [%d] %s\n", $tmp['Charset'], mysqli_errno($link), mysqli_er…
[all …]
H A Dmysqli_connect_oo_warnings.phpt22 …printf("[001] Expecting NULL, got %s/%s\n", gettype($mysqli), (is_object($mysqli)) ? var_export($m…
26 …printf("[002] Expecting NULL, got %s/%s\n", gettype($mysqli), (is_object($mysqli)) ? var_export($m…
32 printf("[003] Expecting boolean/false, got %s/%s\n", gettype($link), $link);
37 printf("[004] Expecting boolean/false, got %s/%s\n", gettype($link), $link);
47 Warning: mysqli::mysqli(): (HY000/200%d): %s
49 %s(%d) "%s"
53 Warning: mysqli_connect(): (HY000/200%d): %s
55 %s(%d) "%s"
H A Dmysqli_driver.phpt18 printf("[002] Expecting %s/%s, got %s/%s\n",
24 printf("[003] Expecting %s/%s, got %s/%s\n",
29 printf("[004] Expecting int/any, got %s/%s\n",
37 printf("[005] Expecting int/any, got %s/%s\n",
41 printf("[006] Illegal report mode returned? Got %s, expected %s\n",
49 …"[007] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, port=%s, …
78 printf("[016] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
85 printf("[017] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
98 printf("[019] Expecting boolean/any, got %s/%s\n",
107 printf("[020] Expecting boolean/any, got %s/%s\n",
[all …]
H A Dmysqli_kill.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
26 printf("[003] Expecting boolean/any, got %s/%s\n", gettype($tmp), $tmp);
33 printf("[005] Expecting boolean/any, got %s/%s\n", gettype($tmp), $tmp);
36 pintf("[006] Expecting boolean/false, got %s/%s\n", gettype($res), $res);
40 printf("[007] Expecting string/any non empty, got %s/%s\n", gettype($error), $error);
85 %unicode|string%(%d) "%s"
91 %unicode|string%(%d) "%s"
101 %unicode|string%(%d) "%s"
119 %s
[all …]
H A Dmysqli_stmt_get_result_bit.phpt41 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
52 printf("[002 - %d] [%d] %s\n",$bits, mysqli_errno($link), mysqli_error($link));
55 printf("[003 - %d] [%d] %s\n", $bits, mysqli_errno($link), mysqli_error($link));
79 $sql = sprintf("INSERT INTO test(id, bit_value) VALUES (%s, b'%s')", $value, $bin);
86 printf("[004 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
91 printf("[005 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
97 printf("[007 - %d] [%d] %s\n", $bits, mysqli_errno($link), mysqli_error($link));
102 … printf("[008 - %d] Insert of %s in BIT(%d) column might have failed. id = %s, bin = %s (%s/%s)\n",
108 printf("%10s %64s\n%10s %64s\n", '_bin', $row['_bin'], 'insert', $bin);
109 printf("[009 - %d] Expecting %s got %s\n", $bits, $value, $row['bit_value']);
[all …]
H A Dmysqli_auth_pam.phpt14 …tf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
19 die(sprintf("SKIP Needs MySQL 5.5 or newer, found MySQL %s\n", $link->server_info));
22 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
48 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
52 if (!mysqli_query($link, sprintf("GRANT SELECT ON TABLE %s.test TO pamtest@'%%'", $db)) ||
67 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
72 printf("[002] [%d] %s\n", $link->errno, $link->error);
75 printf("[003] [%d] %s\n", $link->errno, $link->error);
79 printf("[004] Expecting 1 got %s/'%s'", gettype($row['id']), $row['id']);
96 Warning: mysqli_real_connect(): (28000/1045): Access denied for user %s
[all …]
H A Dmysqli_stmt_execute_stored_proc.phpt21 printf("[009] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
47 printf("[017] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
50 printf("[018] Results seem wrong, got %s, [%d] %s\n",
65 printf("[019] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
88 printf("[026] Results seem wrong, got %s, [%d] %s\n",
102 printf("[028] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
128 printf("[035] Results seem wrong, got %s, [%d] %s\n",
140 printf("[037] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
149 if (!mysqli_stmt_bind_param($stmt, 's', $version))
170 printf("[045] Results seem wrong, got %s, [%d] %s\n",
[all …]
/PHP-5.5/ext/date/tests/
H A Dbug17988.phpt7 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728"))."\n";
8 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728 GMT"))."\n";
9 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728 MET"))."\n";
10 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728 MEST"))."\n";
11 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728 EDT"))."\n";
12 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-00"))."\n";
13 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728+00"))."\n";
14 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-04"))."\n";
15 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728+04"))."\n";
16 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-0300"))."\n";
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Dphp_uname_basic.phpt13 echo "\n-- Try all the defined mode's --\n";
16 var_dump(php_uname('s'));
26 string(%d) "%s"
28 -- Try all the defined mode's --
29 string(%d) "%s"
30 string(%d) "%s"
31 string(%d) "%s"
32 string(%d) "%s"
33 string(%d) "%s"
34 string(%d) "%s"
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_variation4.phpt53 Open [%s,PHPSESSID]
54 Read [%s,%s]
64 Write [%s,%s,Blah|s:12:"Hello World!";Foo|b:0;Guff|i:1234567890;]
65 Close [%s,PHPSESSID]
67 Open [%s,PHPSESSID]
68 Read [%s,%s]
78 Destroy [%s,%s]
80 Warning: unlink(%s): No such file or directory in %s on line %d
81 Close [%s,PHPSESSID]
/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_variation8.phpt21 '%s %+s %-s
22 %ls %Ls %4s %-4s
23 %10.4s %-10.4s %04s %04.4s
24 %\'#2s %\'2s %\'$2s %\'_2s
25 %3$s %4$s %1$s %2$s';
89 123456.234 s -1234.6789 1234.6789
95 123456 s -12346789 12346789
101 Array s Array Array
107 1 s 1
/PHP-5.5/ext/standard/tests/file/
H A Dtouch_variation5.phpt166 Warning: touch(): Unable to create file touchVar5.tmp/../BADDIR/aSubDirOrFile because %s in %s on l…
169 Warning: touch(): Unable to create file BADDIR/aSubDirOrFile because %s in %s on line %d
170 --- testing /%s/touchVar5.tmp/aSubDirOrFile ---
176 --- testing /%s/BADDIR/aSubDirOrFile ---
178 Warning: touch(): Unable to create file /%s/BADDIR/aSubDirOrFile because %s in %s on line %d
181 Warning: touch(): Unable to create file touchVar5.tmp/aSubDirOrFile/ because %s in %s on line %d
182 --- testing /%s/touchVar5.tmp/aSubDirOrFile/ ---
184 Warning: touch(): Unable to create file /%s/touchVar5.tmp/aSubDirOrFile/ because %s in %s on line %d
197 --- testing /%s/touchVar5.tmp/aSubDirOrFile ---
215 --- testing /%s/touchVar5.tmp/aSubDirOrFile ---
[all …]
H A Dtempnam_variation2.phpt94 File name is => %s/tempnam_variation2/tempnam_variation2_sub/tempnam_variation2.tmp%s
99 File name is => %s/tempnam_variation2/tempnam_variation2_sub/tempnam_variation2.tmp%s
104 File name is => %s/tempnam_variation2/tempnam_variation2.tmp%s
109 File name is => %s/tempnam_variation2/tempnam_variation2.tmp%s
114 File name is => %s/tempnam_variation2/tempnam_variation2.tmp%s
119 File name is => %s/tempnam_variation2/tempnam_variation2.tmp%s
124 File name is => %s/tempnam_variation2.tmp%s
129 File name is => %s/tempnam_variation2.tmp%s
134 File name is => %s/tempnam_variation2.tmp%s
139 File name is => %s/tempnam_variation2.tmp%s
[all …]
/PHP-5.5/ext/ereg/tests/
H A Dsplit_variation_003.phpt85 Error: 8192 - Function split() is deprecated, %s(73)
100 Error: 8192 - Function split() is deprecated, %s(73)
107 Error: 8192 - Function split() is deprecated, %s(73)
114 Error: 8192 - Function split() is deprecated, %s(73)
122 Error: 8192 - Function split() is deprecated, %s(73)
128 Error: 8192 - Function split() is deprecated, %s(73)
134 Error: 8192 - Function split() is deprecated, %s(73)
140 Error: 8192 - Function split() is deprecated, %s(73)
146 Error: 8192 - Function split() is deprecated, %s(73)
151 Error: 8192 - Function split() is deprecated, %s(73)
[all …]
H A Dspliti_variation_003.phpt85 Error: 8192 - Function spliti() is deprecated, %s(73)
100 Error: 8192 - Function spliti() is deprecated, %s(73)
107 Error: 8192 - Function spliti() is deprecated, %s(73)
114 Error: 8192 - Function spliti() is deprecated, %s(73)
122 Error: 8192 - Function spliti() is deprecated, %s(73)
128 Error: 8192 - Function spliti() is deprecated, %s(73)
134 Error: 8192 - Function spliti() is deprecated, %s(73)
140 Error: 8192 - Function spliti() is deprecated, %s(73)
146 Error: 8192 - Function spliti() is deprecated, %s(73)
151 Error: 8192 - Function spliti() is deprecated, %s(73)
[all …]
/PHP-5.5/ext/xsl/tests/
H A Dbug54446_with_ini.phpt99 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li…
101 …rning: XSLTProcessor::transformToXml(): File write for %s/bug54446test.txt refused in %s on line %s
103 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li…
105 …essor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test.txt denied in %s on li…
111 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li…
113 …rning: XSLTProcessor::transformToXml(): File write for %s/bug54446test.txt refused in %s on line %s
115 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li…
117 …essor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test.txt denied in %s on li…
124 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li…
126 …rning: XSLTProcessor::transformToXml(): File write for %s/bug54446test.txt refused in %s on line %s
[all …]
/PHP-5.5/ext/spl/tests/
H A Diterator_042.phpt42 %s"storage"%s"ArrayIterator":private]=>
46 %s"storage"%s"ArrayIterator":private]=>
54 %s"storage"%s"ArrayIterator":private]=>
65 %s"storage"%s"ArrayIterator":private]=>
69 %s"storage"%s"ArrayIterator":private]=>
77 %s"storage"%s"ArrayIterator":private]=>
87 %s"storage"%s"ArrayIterator":private]=>
/PHP-5.5/ext/oci8/tests/
H A Dbind_query.phpt28 oci_bind_by_name( $s, ":eno", $e, -1, SQLT_INT);
29 oci_execute($s);
30 var_dump(oci_fetch_row($s));
36 oci_bind_by_name( $s, ":v", $v);
37 oci_define_by_name($s, "ENAME", $ename, 20);
38 oci_execute($s);
39 while (oci_fetch($s)) {
47 oci_bind_by_name( $s, ":v", $v);
49 oci_define_by_name($s, "ENAME", $ename, 20);
50 oci_execute($s);
[all …]
/PHP-5.5/ext/mysql/tests/
H A Dmysql_stat.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
22 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[003] Expecting non empty string, got %s/'%s', [%d] %s\n",
34 printf("[003] Expecting non empty string, got %s/'%s', [%d] %s\n",
42 printf("[005] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
47 …tension is deprecated and will be removed in the future: use mysqli or PDO instead in %s on line %d
49 Warning: mysql_stat(): %d is not a valid MySQL-Link resource in %s on line %d
/PHP-5.5/ext/standard/tests/array/
H A Dasort_variation1.phpt102 Warning: asort() expects parameter 1 to be array, integer given in %s on line %d
105 Warning: asort() expects parameter 1 to be array, integer given in %s on line %d
108 Warning: asort() expects parameter 1 to be array, integer given in %s on line %d
219 Warning: asort() expects parameter 1 to be array, null given in %s on line %d
222 Warning: asort() expects parameter 1 to be array, null given in %s on line %d
225 Warning: asort() expects parameter 1 to be array, null given in %s on line %d
228 Warning: asort() expects parameter 1 to be array, null given in %s on line %d
232 Warning: asort() expects parameter 1 to be array, null given in %s on line %d
235 Warning: asort() expects parameter 1 to be array, null given in %s on line %d
238 Warning: asort() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Dksort_variation1.phpt100 Warning: ksort() expects parameter 1 to be array, integer given in %s on line %d
103 Warning: ksort() expects parameter 1 to be array, integer given in %s on line %d
106 Warning: ksort() expects parameter 1 to be array, integer given in %s on line %d
217 Warning: ksort() expects parameter 1 to be array, null given in %s on line %d
220 Warning: ksort() expects parameter 1 to be array, null given in %s on line %d
223 Warning: ksort() expects parameter 1 to be array, null given in %s on line %d
226 Warning: ksort() expects parameter 1 to be array, null given in %s on line %d
230 Warning: ksort() expects parameter 1 to be array, null given in %s on line %d
233 Warning: ksort() expects parameter 1 to be array, null given in %s on line %d
236 Warning: ksort() expects parameter 1 to be array, null given in %s on line %d
[all …]

Completed in 54 milliseconds

1...<<11121314151617181920>>...238