Home
last modified time | relevance | path

Searched refs:s (Results 176 – 200 of 5551) sorted by relevance

12345678910>>...223

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_commit_oo.phpt25 printf("[013] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
29 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
34 printf("[002] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
38 printf("[003] Cannot turn off autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
42 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
50 printf("[006] [%d] %s\n", $mysqli->errno, $mysqli->error);
55 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
59 printf("[008] [%d] %s\n", $mysqli->errno, $mysqli->error);
62 printf("[009] [%d] %s\n", $mysqli->errno, $mysqli->error);
72 printf("[011] [%d] %s\n", $mysqli->errno, $mysqli->error);
[all …]
H A Dmysqli_stmt_reset.phpt23 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
26 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
31 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
34 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
37 printf("[005] Expecting boolean/true, got %s/%s, [%d] %s\n",
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);
56 printf("[010] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
59 printf("[011] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
97 printf("[021] Expecting NULL, got %s/%s\n");
[all …]
H A Dmysqli_commit.phpt14 die(sprintf("Needs InnoDB support, [%d] %s", $link->errno, $link->error));
24 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
27 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
30 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
33 …f("[004] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
37 printf("[005] Cannot turn off autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
40 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
46 printf("[008] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
50 printf("[009] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
53 printf("[010] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
[all …]
H A Dmysqli_pconn_twice.phpt20 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
24 printf("[003] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
30 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
38 …f("[007] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
43 printf("[009] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
49 printf("[012] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
57 printf("[013] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
60 …f("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
64 printf("[015] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_rollback.phpt26 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
29 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
32 …f("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
36 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
39 printf("[005] Cannot turn off autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
42 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
48 printf("[008] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
52 printf("[009] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
55 printf("[011] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
67 printf("[014] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_stmt_attr_get.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 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
28 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
44 printf("[005] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
48 printf("[006] Expecting any type, but not boolean/false, got %s/%s for attribute %s/%s\n",
57 printf("[007] Expecting NULL/NULL, got %s/%s for attribute %s/%s\n",
H A Dmysqli_error.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…
29 …printf("[004] Expecting string/empty, got %s/%s. [%d] %s\n", gettype($tmp), $tmp, mysqli_errno($li…
32 …printf("[005] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
38 …printf("[006] Expecting string/[Table... doesn't exit], got %s/%s. [%d] %s\n", gettype($tmp), $tmp…
47 Warning: mysqli_error(): Couldn't fetch mysqli in %s on line %d
/PHP-5.5/tests/security/
H A Dopen_basedir_link.phpt49 …: open_basedir restriction in effect. File(%s/test/bad/link.txt) is not within the allowed path(s)…
52 …(): open_basedir restriction in effect. File(%s/test/link.txt) is not within the allowed path(s): …
55 …: open_basedir restriction in effect. File(%s/test/bad/link.txt) is not within the allowed path(s)…
58 …(): open_basedir restriction in effect. File(%s/test/link.txt) is not within the allowed path(s): …
61 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
64 …nk(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed path(s): (.)…
67 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
70 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
73 …nk(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed path(s): (.)…
H A Dopen_basedir_error_log_variation.phpt33 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
35 Warning: error_log(%s/test/bad/bad.txt): failed to open stream: %s in %s on line %d
38 …(): open_basedir restriction in effect. File(%s/test/bad.txt) is not within the allowed path(s): (…
40 Warning: error_log(%s/test/bad.txt): failed to open stream: %s in %s on line %d
43 …log(): open_basedir restriction in effect. File(%s/bad.txt) is not within the allowed path(s): (.)…
45 Warning: error_log(%s/bad.txt): failed to open stream: %s in %s on line %d
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.c38 # define strtoll(s, f, b) _atoi64(s) argument
41 # define strtoll(s, f, b) atoll(s) argument
43 # define strtoll(s, f, b) strtol(s, f, b) argument
111 s->errors->warning_messages[s->errors->warning_count - 1].position = s->tok ? s->tok - s->str : 0; in add_warning()
112 s->errors->warning_messages[s->errors->warning_count - 1].character = s->tok ? *s->tok : 0; in add_warning()
120 s->errors->error_messages[s->errors->error_count - 1].position = s->tok ? s->tok - s->str : 0; in add_error()
121 s->errors->error_messages[s->errors->error_count - 1].character = s->tok ? *s->tok : 0; in add_error()
128 memcpy(tmp, s->tok, s->cur - s->tok); in timelib_string()
404 s->pos = cursor; s->line++; in scan()
1024 while (isspace(*s) && s < e) { in timelib_strtointerval()
[all …]
/PHP-5.5/ext/oci8/tests/
H A Dfunction_aliases.phpt93 Warning: ociexecute() expects at least 1 parameter, 0 given in %s on line %d
96 Warning: ocicancel() expects exactly 1 parameter, 0 given in %s on line %d
99 Warning: ocifetch() expects exactly 1 parameter, 0 given in %s on line %d
111 Warning: ocinumcols() expects exactly 1 parameter, 0 given in %s on line %d
114 Warning: ociparse() expects exactly 2 parameters, 0 given in %s on line %d
120 Warning: ociresult() expects exactly 2 parameters, 0 given in %s on line %d
132 Warning: ocilogoff() expects exactly 1 parameter, 0 given in %s on line %d
135 Warning: ocilogon() expects at least 2 parameters, 0 given in %s on line %d
157 Warning: ociloadlob() expects exactly 1 parameter, 0 given in %s on line %d
160 Warning: ocicommit() expects exactly 1 parameter, 0 given in %s on line %d
[all …]
H A Dcommit_002.phpt27 $s = oci_parse($c, "insert into commit_002_tab values (-1, 1)");
28 $r = @oci_execute($s, OCI_DEFAULT);
30 $m = oci_error($s);
41 $s = oci_parse($c, "insert into commit_002_tab values (1, -1)");
42 $r = @oci_execute($s, OCI_NO_AUTO_COMMIT);
44 $m = oci_error($s);
67 Could not execute: ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_X) %s
70 Warning: oci_commit(): ORA-02091: %s
71 ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_Y) %s in %scommit_002.php on line %d
72 Could not commit: ORA-02091: %s
[all …]
H A Dbind_number.phpt37 oci_execute($s);
38 oci_fetch_all($s, $r);
49 oci_execute($s);
58 oci_execute($s);
67 oci_execute($s);
76 oci_execute($s);
85 oci_execute($s);
94 oci_execute($s);
103 oci_execute($s);
112 oci_execute($s);
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dvsprintf_variation7.phpt36 "%s",
37 "%+s %-s %S",
38 "%ls %Ls, %4s %-4s",
39 "%10.4s %-10.4s %04s %04.4s",
40 "%'#2s %'2s %'$2s %'_2s",
41 "%% %%s %10 s%",
42 '%3$s %4$s %1$s %2$s'
80 string(19) "@#$%&* s, UF  "
91 string(6) "% %s s"
H A Dvprintf_variation7.phpt36 "%s",
37 "%+s %-s %S",
38 "%ls %Ls, %4s %-4s",
39 "%10.4s %-10.4s %04s %04.4s",
40 "%'#2s %'2s %'$2s %'_2s",
41 "%% %%s %10 s%",
42 '%3$s %4$s %1$s %2$s'
83 @#$%&* s, UF 
97 % %s s
/PHP-5.5/Zend/tests/
H A Dbug39018.phpt65 Notice: String offset cast occurred in %s on line %d
67 Notice: Uninitialized string offset: %s in %s on line 6
69 Notice: Uninitialized string offset: 0 in %s on line %d
71 Notice: Uninitialized string offset: 0 in %s on line %d
73 Notice: String offset cast occurred in %s on line %d
77 Notice: String offset cast occurred in %s on line %d
81 Notice: Uninitialized string offset: 0 in %s on line %d
93 Notice: String offset cast occurred in %s on line %d
97 Notice: String offset cast occurred in %s on line %d
101 Notice: String offset cast occurred in %s on line %d
[all …]
/PHP-5.5/ext/zip/lib/
H A Dzip_add_dir.c50 char *s; in zip_add_dir() local
63 s = NULL; in zip_add_dir()
67 if ((s=(char *)malloc(len+2)) == NULL) { in zip_add_dir()
71 strcpy(s, name); in zip_add_dir()
72 s[len] = '/'; in zip_add_dir()
73 s[len+1] = '\0'; in zip_add_dir()
77 free(s); in zip_add_dir()
81 ret = _zip_replace(za, -1, s ? s : name, source); in zip_add_dir()
83 free(s); in zip_add_dir()
/PHP-5.5/ext/ereg/tests/
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)
188 Error: 2 - spliti(): REG_EMPTY, %s(74)
193 Error: 2 - spliti(): REG_EMPTY, %s(74)
211 Error: 2 - spliti(): REG_EMPTY, %s(74)
229 Error: 2 - spliti(): REG_EMPTY, %s(74)
234 Error: 2 - spliti(): REG_EMPTY, %s(74)
239 Error: 2 - spliti(): REG_EMPTY, %s(74)
250 Error: 2 - spliti(): REG_EMPTY, %s(74)
[all …]
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)
188 Error: 2 - split(): REG_EMPTY, %s(74)
193 Error: 2 - split(): REG_EMPTY, %s(74)
211 Error: 2 - split(): REG_EMPTY, %s(74)
229 Error: 2 - split(): REG_EMPTY, %s(74)
234 Error: 2 - split(): REG_EMPTY, %s(74)
239 Error: 2 - split(): REG_EMPTY, %s(74)
250 Error: 2 - split(): REG_EMPTY, %s(74)
[all …]
H A Dsql_regcase_variation_001.phpt82 Error: 8 - Undefined variable: undefined_var, %s(62)
83 Error: 8 - Undefined variable: unset_var, %s(65)
86 Error: 8192 - Function sql_regcase() is deprecated, %s(72)
90 Error: 8192 - Function sql_regcase() is deprecated, %s(72)
94 Error: 8192 - Function sql_regcase() is deprecated, %s(72)
98 Error: 8192 - Function sql_regcase() is deprecated, %s(72)
102 Error: 8192 - Function sql_regcase() is deprecated, %s(72)
106 Error: 8192 - Function sql_regcase() is deprecated, %s(72)
110 Error: 8192 - Function sql_regcase() is deprecated, %s(72)
114 Error: 8192 - Function sql_regcase() is deprecated, %s(72)
[all …]
/PHP-5.5/ext/standard/tests/dir/
H A Dscandir_variation6.phpt55 Warning: scandir(%s/scandir_var*): failed to open dir: %s in %s on line %d
57 Warning: scandir(): (errno %d): %s in %s on line %d
60 Warning: scandir(%s/*): failed to open dir: %s in %s on line %d
62 Warning: scandir(): (errno %d): %s in %s on line %d
67 Warning: scandir(%s/scandir_variation6/sub_dir?): failed to open dir: %s in %s on line %d
69 Warning: scandir(): (errno %d): %s in %s on line %d
72 Warning: scandir(%s/scandir_variation6/sub?dir1): failed to open dir: %s in %s on line %d
74 Warning: scandir(): (errno %d): %s in %s on line %d
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconn_kill.phpt17 $myhost = sprintf("%s:%s", $host, $socket);
19 $myhost = sprintf("%s:%s", $host, $port);
24 …"[001] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=%s, soc…
32 printf("[002] Cannot get processlist, [%d] %s\n", mysql_errno($link), mysql_error($link));
45 …printf("[005] Cannot kill persistent connection thread, [%d] %s\n", mysql_errno($link), mysql_erro…
49 printf("[006] Cannot get processlist, [%d] %s\n", mysql_errno($link), mysql_error($link));
68 printf("[009] Cannot create new persistent connection, [%d] %s\n", mysql_errno(), mysql_error());
82 …"[012] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=%s, soc…
86 …printf("[013] Cannot kill regular connection thread, [%d] %s\n", mysql_errno($link2), mysql_error(…
89 …"[014] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=%s, soc…
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dreadlink_realpath_variation3.phpt49 Warning: readlink(): %s in %s on line %d
51 %s
54 Warning: readlink(): %s in %s on line %d
56 %s
59 Warning: readlink(): %s in %s on line %d
61 string(%d) "%s"
64 Warning: readlink(): %s in %s on line %d
66 string(%d) "%s"
69 Warning: readlink(): %s in %s on line %d
71 string(%d) "%s"
[all …]
/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c246 while (*s == ' ' || *s == '\t') s++; in php_stream_url_wrap_http_ex()
263 while (*s == '\r' || *s == '\n') s++; in php_stream_url_wrap_http_ex()
270 while (*s == ' ' || *s == '\t') s++; in php_stream_url_wrap_http_ex()
287 while (*s == '\r' || *s == '\n') s++; in php_stream_url_wrap_http_ex()
464 (s == tmp || *(s-1) == '\r' || *(s-1) == '\n' || in php_stream_url_wrap_http_ex()
469 (s == tmp || *(s-1) == '\r' || *(s-1) == '\n' || in php_stream_url_wrap_http_ex()
474 (s == tmp || *(s-1) == '\r' || *(s-1) == '\n' || in php_stream_url_wrap_http_ex()
479 (s == tmp || *(s-1) == '\r' || *(s-1) == '\n' || in php_stream_url_wrap_http_ex()
484 (s == tmp || *(s-1) == '\r' || *(s-1) == '\n' || in php_stream_url_wrap_http_ex()
499 while (s > tmp && (*(s-1) == ' ' || *(s-1) == '\t')) s--; in php_stream_url_wrap_http_ex()
[all …]
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug69793.phpt5s:17:"'."\0".'Exception'."\0".'string";s:1:"a";s:7:"'."\0".'*'."\0".'code";i:0;s:7:"'."\0".'*'."\0…
10 Notice: Undefined property: Exception::$message in %s/bug69793.php on line %d
12 Notice: Undefined property: Exception::$file in %s/bug69793.php on line %d
14 Notice: Undefined property: Exception::$previous in %s/bug69793.php on line %d

Completed in 80 milliseconds

12345678910>>...223