Home
last modified time | relevance | path

Searched refs:s (Results 126 – 150 of 4735) sorted by relevance

12345678910>>...190

/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_store_result.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
28 printf("[004] Expecting object, got %s/%s. [%d] %s\n",
32 printf("[005] Expecting boolean/true, got %s/%s. [%d] %s\n",
38 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
41 printf("[007] Expecting boolean/false, got %s/%s. [%d] %s\n",
45 printf("[008] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
48 printf("[009] Expecting boolean/false, got %s/%s\n",
54 printf("[010] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_use_result.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
28 printf("[004] Expecting object, got %s/%s. [%d] %s\n",
32 printf("[005] Expecting boolean/true, got %s/%s. [%d] %s\n",
38 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
41 printf("[007] Expecting boolean/false, got %s/%s. [%d] %s\n",
45 printf("[008] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
48 printf("[009] Expecting boolean/false, got %s/%s\n",
54 printf("[010] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_autocommit.phpt11 …tf("skip Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
26 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
29 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
32 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
35 …f("[004] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
40 printf("[005] Expecting boolean/any, got %s/%s\n", gettype($tmp), $tmp);
43 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
46 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
54 printf("[009] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
99 printf("[022] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_character_set_name_oo.phpt18 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
22 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[003] [%d] %s\n", $mysqli->errno, $mysqli->error);
36 printf("[008] [%d] %s\n", $mysqli->errno, $mysqli->error);
45 …bugs.mysql.com/bug.php?id=7923, collation %s instead of character set returned, expected string/%s
48 …printf("[011] Expecting character set %s/%s, got %s/%s\n", gettype($tmp['charset']), $tmp['charset…
54 printf("[012] Alias mysqli_character_set_name returned %s/%s, expected %s/%s\n",
61 printf("[013] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
65 printf("[014] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_pconn_limits.phpt21 printf("[001] Cannot run query, [%d] %s\n",
26 printf("Regular connection 1 - '%s'\n", $row['_desc']);
33 printf("[003] Cannot run query, [%d] %s\n",
38 printf("Regular connection 2 - '%s'\n", $row['_desc']);
42 …not create persistent connection using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s
47 printf("[005] Cannot run query, [%d] %s\n",
52 printf("Persistent connection 1 - '%s'\n", $row['_desc']);
55 …not create persistent connection using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s
60 printf("[007] Cannot run query, [%d] %s\n",
69 …not create persistent connection using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s
[all …]
H A Dmysqli_connect_error.phpt18 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
21 …f("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
25 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
30 …onnect to the server should fail using host=%s, user=%s, passwd=***non_empty, dbname=%s, port=%s, …
34 printf("[004] Expecting string/'', got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_connect_twice.phpt14 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
21 printf("[003] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
24 printf("[004] Expecting int/any got %s/%s\n", gettype($tmp), $tmp);
31 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
39 …f("[007] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
46 printf("[009] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
49 printf("[010] Expecting int/any got %s/%s\n", gettype($tmp), $tmp);
56 printf("[012] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
64 printf("[013] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
67 …f("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
[all …]
H A Dmysqli_change_user_oo.phpt22 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
26 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
29 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
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 false, got %s/%s\n", gettype($tmp), $tmp);
41 printf("[007] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
44 printf("[008] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
57 printf("[012] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
65 printf("[014] Expecting user %s, got user() %s\n", $user, $tmp['user']);
[all …]
H A Dmysqli_stmt_fetch.phpt22 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
34 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
41 printf("[006] Expecting NULL or boolean/false, got %s/%s\n", gettype($tmp), $tmp);
47 printf("[008] NULL, got %s/%s\n", gettype($tmp), $tmp);
62 printf("[012] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
65 printf("[013] Expecting boolean/true, got %s/%s, [%d] %s\n",
72 printf("[015] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
77 printf("[016] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
84 printf("[017] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_stmt_get_result2.phpt24 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
27 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
44 printf("[007] Expecting object/mysqli_result got %s/%s, [%d] %s\n",
53 printf("[008] boolean/false got %s/%s, [%d] %s\n",
59 printf("[009] Expecting object/mysqli_result got %s/%s, [%d] %s\n",
82 printf("[013] boolean/false got %s/%s, [%d] %s\n",
94 printf("[015] Expecting object/mysqli_result got %s/%s, [%d] %s\n",
113 printf("[019] Expecting object/mysqli_result got %s/%s, [%d] %s\n",
134 printf("[023] Expecting object/mysqli_result got %s/%s, [%d] %s\n",
[all …]
H A Dmysqli_get_warnings.phpt20 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
26 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
63 printf("[013] Expecting int/not 0, got %s/%s\n", gettype($warning->errno), $warning->errno);
66 printf("[014] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
79 printf("[018] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
82 printf("[020] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
97 printf("[024] Expecting object/mysqli_warning, got %s/%s", gettype($warning), $warning);
111 printf("[028] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
114 printf("[029] Expecting string/empty, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_stmt_bind_param_references.phpt18 printf("[%03d + 1] %s failed, [%d] %s\n",
23 printf("[%03d + 2] fetch for %s failed, [%d] %s\n",
30 printf("[%03d + 3] Expecting %s/%s got %s/%s\n",
38 printf("[%03d + 4] Expecting %s/%s got %s/%s\n",
48 printf("[%03d + 5] %s failed, [%d] %s\n",
65 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);
[all …]
H A Dmysqli_close.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
23 …f("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
28 printf("[004] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
32 printf("[005] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[006] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
/PHP-5.3/ext/gmp/tests/
H A Dbug50283.phpt9 printf("Decimal: %s, -36-based: %s\n", gmp_strval($a), gmp_strval($a,-36));
10 printf("Decimal: %s, 36-based: %s\n", gmp_strval($a), gmp_strval($a,36));
11 printf("Decimal: %s, -1-based: %s\n", gmp_strval($a), gmp_strval($a,-1));
12 printf("Decimal: %s, 1-based: %s\n", gmp_strval($a), gmp_strval($a,1));
13 printf("Decimal: %s, -37-based: %s\n", gmp_strval($a), gmp_strval($a,-37));
14 printf("Decimal: %s, 37-based: %s\n", gmp_strval($a), gmp_strval($a,37));
15 printf("Decimal: %s, 62-based: %s\n", gmp_strval($a), gmp_strval($a,62));
16 printf("Decimal: %s, 63-based: %s\n\n", gmp_strval($a), gmp_strval($a,63));
17 printf("Base 32 and 62-based: %s\n", gmp_strval(gmp_init("gh82179fbf5", 32), 62));
23 Warning: gmp_strval(): Bad base for conversion: -1 (should be between 2 and %d or -2 and -%d) in %s
[all …]
/PHP-5.3/ext/spl/tests/
H A Ddit_001_noglob.phpt17 %s"pathName"%s"SplFileInfo":private]=>
18 %s(%d) ".%c%s"
19 %s"fileName"%s"SplFileInfo":private]=>
20 %s(%d) "%s"
21 %s"subPathName"%s"RecursiveDirectoryIterator":private]=>
22 %s(0) ""
/PHP-5.3/ext/ereg/tests/
H A Dsplit_variation_001.phpt84 Error: 8 - Undefined variable: undefined_var, %s(64)
85 Error: 8 - Undefined variable: unset_var, %s(67)
88 Error: 8192 - Function split() is deprecated, %s(74)
183 Error: 2 - split(): REG_EMPTY, %s(74)
188 Error: 2 - split(): REG_EMPTY, %s(74)
206 Error: 2 - split(): REG_EMPTY, %s(74)
224 Error: 2 - split(): REG_EMPTY, %s(74)
229 Error: 2 - split(): REG_EMPTY, %s(74)
234 Error: 2 - split(): REG_EMPTY, %s(74)
245 Error: 2 - split(): REG_EMPTY, %s(74)
[all …]
H A Dspliti_variation_001.phpt84 Error: 8 - Undefined variable: undefined_var, %s(64)
85 Error: 8 - Undefined variable: unset_var, %s(67)
88 Error: 8192 - Function spliti() is deprecated, %s(74)
183 Error: 2 - spliti(): REG_EMPTY, %s(74)
188 Error: 2 - spliti(): REG_EMPTY, %s(74)
206 Error: 2 - spliti(): REG_EMPTY, %s(74)
224 Error: 2 - spliti(): REG_EMPTY, %s(74)
229 Error: 2 - spliti(): REG_EMPTY, %s(74)
234 Error: 2 - spliti(): REG_EMPTY, %s(74)
245 Error: 2 - spliti(): REG_EMPTY, %s(74)
[all …]
/PHP-5.3/ext/sysvshm/tests/
H A D002.phpt16 var_dump($s = shm_attach($key, -1));
17 shm_remove($s);
18 var_dump($s = shm_attach($key, 0));
19 shm_remove($s);
21 var_dump($s = shm_attach($key, 1024));
23 var_dump($s = shm_attach($key, 1024));
24 shm_remove($s);
26 shm_remove($s);
29 shm_remove($s);
30 var_dump($s = shm_attach($key));
[all …]
/PHP-5.3/ext/mysql/tests/
H A Dmysql_insert_id.phpt17 printf("[001] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[002a] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
28 printf("[003] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
31 printf("[004] [%d] %s\n", mysql_errno($link), mysql_error($link));
34 printf("[005] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
39 printf("[006] [%d] %s\n", mysql_errno($link), mysql_error($link));
42 printf("[007] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
45 printf("[008] [%d] %s\n", mysql_errno($link), mysql_error($link));
51 printf("[010] Expecting int/not zero, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysql_error.phpt16 printf("[001] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
19 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
22 printf("[002b] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
25 …f("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
31 …printf("[004] Expecting string/empty, got %s/%s. [%d] %s\n", gettype($tmp), $tmp, mysql_errno($lin…
34 printf("[005] Failed to drop old test table: [%d] %s\n", mysql_errno($link), mysql_error($link));
40 …printf("[006] Expecting string/[Table... doesn't exit], got %s/%s. [%d] %s\n", gettype($tmp), $tmp…
52 …intf("[008] Can connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
65 Warning: mysql_error(): %d is not a valid MySQL-Link resource in %s on line %d
H A Dmysql_close.phpt16 printf("[001] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
19 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
22 …f("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
27 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
31 printf("[005] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
34 printf("[006] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
/PHP-5.3/ext/standard/
H A Dhttp_fopen_wrapper.c221 while (*s == ' ' || *s == '\t') s++; in php_stream_url_wrap_http_ex()
238 while (*s == '\r' || *s == '\n') s++; in php_stream_url_wrap_http_ex()
245 while (*s == ' ' || *s == '\t') s++; in php_stream_url_wrap_http_ex()
262 while (*s == '\r' || *s == '\n') s++; in php_stream_url_wrap_http_ex()
462 (s == tmp || *(s-1) == '\r' || *(s-1) == '\n' || in php_stream_url_wrap_http_ex()
467 (s == tmp || *(s-1) == '\r' || *(s-1) == '\n' || in php_stream_url_wrap_http_ex()
472 (s == tmp || *(s-1) == '\r' || *(s-1) == '\n' || in php_stream_url_wrap_http_ex()
477 (s == tmp || *(s-1) == '\r' || *(s-1) == '\n' || in php_stream_url_wrap_http_ex()
482 (s == tmp || *(s-1) == '\r' || *(s-1) == '\n' || in php_stream_url_wrap_http_ex()
497 while (s > tmp && (*(s-1) == ' ' || *(s-1) == '\t')) s--; in php_stream_url_wrap_http_ex()
[all …]
/PHP-5.3/ext/openssl/tests/
H A Dopenssl_random_pseudo_bytes.phpt14 string(2) "%s"
15 string(4) "%s"
16 string(6) "%s"
17 string(8) "%s"
18 string(10) "%s"
19 string(12) "%s"
20 string(14) "%s"
21 string(16) "%s"
22 string(18) "%s"
/PHP-5.3/ext/standard/tests/general_functions/
H A Dphpinfo.phpt19 PHP Version => %s
21 System => %s
22 Build Date => %s%a
23 Configure Command => %s
34 PHP Extension Build => API%s
35 Debug Build => %s
36 Thread Safety => %s
37 Zend Memory Manager => %s
38 Zend Multibyte Support => %s
39 IPv6 Support => %s
[all …]
/PHP-5.3/Zend/tests/
H A D024.phpt18 Notice: Undefined variable: a in %s on line %d
21 Notice: Undefined variable: %s in %s on line %d
23 Notice: Undefined variable: %s in %s on line %d
26 Notice: Undefined variable: a in %s on line %d
29 Notice: Undefined variable: %s in %s on line %d
31 Notice: Undefined variable: %s in %s on line %d
34 Notice: Undefined variable: a in %s on line %d
37 Notice: Undefined variable: b in %s on line %d
40 Notice: Trying to get property of non-object in %s on line %d
43 Notice: Trying to get property of non-object in %s on line %d
[all …]

Completed in 49 milliseconds

12345678910>>...190