Home
last modified time | relevance | path

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

12345678910>>...190

/PHP-5.3/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.3/ext/standard/tests/strings/
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
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"
/PHP-5.3/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.3/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.3/ext/mysql/tests/
H A Dmysql_set_charset.phpt23 printf("[001] Expecting NULL got %s/%s\n", $tmp, gettype($tmp));
26 printf("[002] Expecting boolean/false got %s/%s\n", $tmp, gettype($tmp));
29 printf("[003] Expecting boolean/false got %s/%s\n", $tmp, gettype($tmp));
32 printf("[004] Expecting NULL got %s/%s\n", $tmp, gettype($tmp));
35 …f("[005] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
48 if (!($res = mysql_query(sprintf('SHOW CHARACTER SET LIKE "%s"', $charset), $link)))
52 printf("[006] Expecting %s/%s got %s/%s\n",
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));
70 printf("[009] Cannot create new persistent connection, [%d] %s\n", mysql_errno(), mysql_error());
84 …"[012] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=%s, soc…
88 …printf("[013] Cannot kill regular connection thread, [%d] %s\n", mysql_errno($link2), mysql_error(…
91 …"[014] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=%s, soc…
[all …]
/PHP-5.3/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.3/ext/mysqli/tests/
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
H A Dmysqli_pconn_reuse.phpt21 …01] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s
29 …03] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s
34 printf("[004] [%d] %s\n", mysqli_errno($link2), mysqli_error($link2));
37 printf("Connection 1 - SELECT @pcondisabled -> '%s'\n", $row['_test']);
41 printf("[005] [%d] %s\n", mysqli_errno($link2), mysqli_error($link2));
46 printf("Connection 2 (no reuse) - Thread ID -> '%s'\n", $thread_id);
54 printf("[007] [%d] %s\n", mysqli_errno($link2), mysqli_error($link2));
57 printf("Connection 2 - SELECT @pcondisabled -> '%s'\n", $row['_test']);
64 …08] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s
69 printf("[009] [%d] %s\n", mysqli_errno($link2), mysqli_error($link2));
[all …]
/PHP-5.3/tests/security/
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.3/ext/ereg/tests/
H A Dereg_replace_variation_003.phpt84 Error: 8 - Undefined variable: undefined_var, %s(64)
85 Error: 8 - Undefined variable: unset_var, %s(67)
88 Error: 8192 - Function ereg_replace() is deprecated, %s(74)
92 Error: 8192 - Function ereg_replace() is deprecated, %s(74)
96 Error: 8192 - Function ereg_replace() is deprecated, %s(74)
100 Error: 8192 - Function ereg_replace() is deprecated, %s(74)
104 Error: 8192 - Function ereg_replace() is deprecated, %s(74)
108 Error: 8192 - Function ereg_replace() is deprecated, %s(74)
112 Error: 8192 - Function ereg_replace() is deprecated, %s(74)
116 Error: 8192 - Function ereg_replace() is deprecated, %s(74)
[all …]
H A Dereg_variation_002.phpt84 Error: 8 - Undefined variable: undefined_var, %s(64)
85 Error: 8 - Undefined variable: unset_var, %s(67)
88 Error: 8192 - Function ereg() is deprecated, %s(74)
92 Error: 8192 - Function ereg() is deprecated, %s(74)
96 Error: 8192 - Function ereg() is deprecated, %s(74)
100 Error: 8192 - Function ereg() is deprecated, %s(74)
104 Error: 8192 - Function ereg() is deprecated, %s(74)
108 Error: 8192 - Function ereg() is deprecated, %s(74)
112 Error: 8192 - Function ereg() is deprecated, %s(74)
116 Error: 8192 - Function ereg() is deprecated, %s(74)
[all …]
H A Deregi_variation_002.phpt84 Error: 8 - Undefined variable: undefined_var, %s(64)
85 Error: 8 - Undefined variable: unset_var, %s(67)
88 Error: 8192 - Function eregi() is deprecated, %s(74)
92 Error: 8192 - Function eregi() is deprecated, %s(74)
96 Error: 8192 - Function eregi() is deprecated, %s(74)
100 Error: 8192 - Function eregi() is deprecated, %s(74)
104 Error: 8192 - Function eregi() is deprecated, %s(74)
108 Error: 8192 - Function eregi() is deprecated, %s(74)
112 Error: 8192 - Function eregi() is deprecated, %s(74)
116 Error: 8192 - Function eregi() is deprecated, %s(74)
[all …]
H A Dsplit_variation_002.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)
95 Error: 8192 - Function split() is deprecated, %s(74)
102 Error: 8192 - Function split() is deprecated, %s(74)
109 Error: 8192 - Function split() is deprecated, %s(74)
116 Error: 8192 - Function split() is deprecated, %s(74)
123 Error: 8192 - Function split() is deprecated, %s(74)
130 Error: 8192 - Function split() is deprecated, %s(74)
137 Error: 8192 - Function split() is deprecated, %s(74)
[all …]
H A Deregi_replace_variation_003.phpt84 Error: 8 - Undefined variable: undefined_var, %s(64)
85 Error: 8 - Undefined variable: unset_var, %s(67)
88 Error: 8192 - Function eregi_replace() is deprecated, %s(74)
92 Error: 8192 - Function eregi_replace() is deprecated, %s(74)
96 Error: 8192 - Function eregi_replace() is deprecated, %s(74)
100 Error: 8192 - Function eregi_replace() is deprecated, %s(74)
104 Error: 8192 - Function eregi_replace() is deprecated, %s(74)
108 Error: 8192 - Function eregi_replace() is deprecated, %s(74)
112 Error: 8192 - Function eregi_replace() is deprecated, %s(74)
116 Error: 8192 - Function eregi_replace() is deprecated, %s(74)
[all …]
H A Dspliti_variation_002.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)
95 Error: 8192 - Function spliti() is deprecated, %s(74)
102 Error: 8192 - Function spliti() is deprecated, %s(74)
109 Error: 8192 - Function spliti() is deprecated, %s(74)
116 Error: 8192 - Function spliti() is deprecated, %s(74)
123 Error: 8192 - Function spliti() is deprecated, %s(74)
130 Error: 8192 - Function spliti() is deprecated, %s(74)
137 Error: 8192 - Function spliti() is deprecated, %s(74)
[all …]
H A Dereg_error_002.phpt45 Warning: ereg(): REG_EMPTY in %s on line %d
50 Warning: ereg(): REG_EPAREN in %s on line %d
55 Warning: ereg(): REG_EBRACK in %s on line %d
60 Warning: ereg(): REG_EPAREN in %s on line %d
65 Warning: ereg(): REG_BADRPT in %s on line %d
70 Warning: ereg(): REG_BADRPT in %s on line %d
75 Warning: ereg(): REG_BADRPT in %s on line %d
85 Warning: ereg(): REG_BADBR in %s on line %d
90 Warning: ereg(): REG_EMPTY in %s on line %d
95 Warning: ereg(): REG_EMPTY in %s on line %d
[all …]
H A Dereg_replace_error_002.phpt34 Warning: ereg_replace(): REG_EMPTY in %s on line %d
39 Warning: ereg_replace(): REG_EPAREN in %s on line %d
44 Warning: ereg_replace(): REG_EBRACK in %s on line %d
49 Warning: ereg_replace(): REG_EPAREN in %s on line %d
54 Warning: ereg_replace(): REG_BADRPT in %s on line %d
59 Warning: ereg_replace(): REG_BADRPT in %s on line %d
64 Warning: ereg_replace(): REG_BADRPT in %s on line %d
74 Warning: ereg_replace(): REG_BADBR in %s on line %d
79 Warning: ereg_replace(): REG_EMPTY in %s on line %d
84 Warning: ereg_replace(): REG_EMPTY in %s on line %d
[all …]
H A Deregi_error_002.phpt45 Warning: eregi(): REG_EMPTY in %s on line %d
50 Warning: eregi(): REG_EPAREN in %s on line %d
55 Warning: eregi(): REG_EBRACK in %s on line %d
60 Warning: eregi(): REG_EPAREN in %s on line %d
65 Warning: eregi(): REG_BADRPT in %s on line %d
70 Warning: eregi(): REG_BADRPT in %s on line %d
75 Warning: eregi(): REG_BADRPT in %s on line %d
85 Warning: eregi(): REG_BADBR in %s on line %d
90 Warning: eregi(): REG_EMPTY in %s on line %d
95 Warning: eregi(): REG_EMPTY in %s on line %d
[all …]
H A Deregi_replace_error_002.phpt34 Warning: eregi_replace(): REG_EMPTY in %s on line %d
39 Warning: eregi_replace(): REG_EPAREN in %s on line %d
44 Warning: eregi_replace(): REG_EBRACK in %s on line %d
49 Warning: eregi_replace(): REG_EPAREN in %s on line %d
54 Warning: eregi_replace(): REG_BADRPT in %s on line %d
59 Warning: eregi_replace(): REG_BADRPT in %s on line %d
64 Warning: eregi_replace(): REG_BADRPT in %s on line %d
74 Warning: eregi_replace(): REG_BADBR in %s on line %d
79 Warning: eregi_replace(): REG_EMPTY in %s on line %d
84 Warning: eregi_replace(): REG_EMPTY in %s on line %d
[all …]
H A Dsplit_error_002.phpt45 Warning: split(): REG_EMPTY in %s on line %d
50 Warning: split(): REG_EPAREN in %s on line %d
55 Warning: split(): REG_EBRACK in %s on line %d
60 Warning: split(): REG_EPAREN in %s on line %d
65 Warning: split(): REG_BADRPT in %s on line %d
70 Warning: split(): REG_BADRPT in %s on line %d
75 Warning: split(): REG_BADRPT in %s on line %d
85 Warning: split(): REG_BADBR in %s on line %d
90 Warning: split(): REG_EMPTY in %s on line %d
95 Warning: split(): REG_EMPTY in %s on line %d
[all …]

Completed in 53 milliseconds

12345678910>>...190