Home
last modified time | relevance | path

Searched refs:s (Results 226 – 250 of 6380) sorted by relevance

12345678910>>...256

/php-src/ext/standard/tests/file/
H A Dtempnam_variation1-win32.phpt60 File name is => %s%et%s
64 File name is => %s%et%s
68 File name is => %s%et%s
72 File name is => %s%et%s
76 File name is => %s%et%s
80 File name is => %s%et%s
84 File name is => %s%et%s
88 File name is => %s%et%s
92 File name is => %s%et%s
96 File name is => %s%et%s
H A Dtouch_variation5.phpt159 Warning: touch(): Unable to create file touchVar5.tmp/../BADDIR/aSubDirOrFile because %s in %s on l…
162 Warning: touch(): Unable to create file BADDIR/aSubDirOrFile because %s in %s on line %d
163 --- testing /%s/touchVar5.tmp/aSubDirOrFile ---
169 --- testing /%s/BADDIR/aSubDirOrFile ---
171 Warning: touch(): Unable to create file /%s/BADDIR/aSubDirOrFile because %s in %s on line %d
174 Warning: touch(): Unable to create file touchVar5.tmp/aSubDirOrFile/ because %s in %s on line %d
175 --- testing /%s/touchVar5.tmp/aSubDirOrFile/ ---
177 Warning: touch(): Unable to create file /%s/touchVar5.tmp/aSubDirOrFile/ because %s in %s on line %d
190 --- testing /%s/touchVar5.tmp/aSubDirOrFile ---
208 --- testing /%s/touchVar5.tmp/aSubDirOrFile ---
[all …]
H A Dtouch_variation5-win32.phpt160 Warning: touch(): Unable to create file touchVar5.tmp/../BADDIR/aSubDirOrFile because %s in %s on l…
163 Warning: touch(): Unable to create file BADDIR/aSubDirOrFile because %s in %s on line %d
164 --- testing %s/touchVar5.tmp/aSubDirOrFile ---
170 --- testing %s/BADDIR/aSubDirOrFile ---
172 Warning: touch(): Unable to create file %s/BADDIR/aSubDirOrFile because %s in %s on line %d
175 Warning: touch(): Unable to create file touchVar5.tmp/aSubDirOrFile/ because %s in %s on line %d
176 --- testing %s/touchVar5.tmp/aSubDirOrFile/ ---
178 Warning: touch(): Unable to create file %s/touchVar5.tmp/aSubDirOrFile/ because %s in %s on line %d
191 --- testing %s/touchVar5.tmp/aSubDirOrFile ---
209 --- testing %s/touchVar5.tmp/aSubDirOrFile ---
[all …]
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc_out.phpt20 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
25 printf("[003] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
39 printf("[008] More results: %s\n", (mysqli_more_results($link) ? "yes" : "no"));
40 printf("[009] Next results: %s\n", (mysqli_next_result($link) ? "yes" : "no"));
44 printf("[010] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
50 printf("[011] Results seem wrong got '%s'\n", $ver_out);
56 printf("[013] [%d] %s\n", $link->errno, $link->error);
59 printf("[004] Cannot create SP, [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
69 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
78 [008] More results: %s
[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));
40 printf("[009] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
46 printf("[012] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
54 printf("[013] Expecting true got %s/%s\n", gettype($tmp), $tmp);
57 …f("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
61 printf("[015] Expecting true got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_error_oo.phpt18 printf("[001] Expecting empty string, 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…
26 …printf("[003] Expecting string/empty, got %s/%s. [%d] %s\n", gettype($tmp), $tmp, $mysqli->errno, …
29 printf("[004] Failed to drop old test table: [%d] %s\n", $mysqli->errno, $mysqli->error);
35 …printf("[006] Expecting string/[Table... doesn't exit], got %s/%s. [%d] %s\n", gettype($tmp), $tmp…
H A Dmysqli_store_result.phpt14 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
17 printf("[004] Expecting object, got %s/%s. [%d] %s\n",
21 printf("[005] Expecting boolean/true, got %s/%s. [%d] %s\n",
27 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
30 printf("[007] Expecting boolean/false, got %s/%s. [%d] %s\n",
34 printf("[008] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
37 printf("[009] Expecting boolean/false, got %s/%s\n",
H A Dmysqli_options_int_and_float_native.phpt30 printf("[001] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
35 printf("[002] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
41 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
45 if (!mysqli_query($link, sprintf("CREATE TABLE test (id %s)", $data[0]))) {
46 printf("[004] TODO [%d] %s\n", mysqli_errno($link), mysqli_error($link));
51 printf("[005] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
56 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
64 printf("[007] Expecting %s - %s/%s got %s/%s\n",
72 printf("[008] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
82 printf("[010] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
[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 …intf("[002] Cannot set user variable to check if we got the same persistent connection, [%d] %s\n",
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_stmt_store_result.phpt14 printf("[004] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
25 printf("[006] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
28 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
32 printf("[008] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
35 printf("[009] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
38 printf("[010] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
42 printf("[011] [%d] %s\n", mysqli_stmt_errno($stmt_buf), mysqli_stmt_error($stmt_buf));
46 printf("[012] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
53 printf("[014] Unbuffered statement indicates more rows than buffered, [%d] %s\n",
57 printf("[015] unbuffered '%s'/%s, buffered '%s'/%s\n",
[all …]
H A Dmysqli_store_result_copy.phpt22 printf("[004] Expecting object, got %s/%s. [%d] %s\n",
26 printf("[005] Expecting boolean/true, got %s/%s. [%d] %s\n",
32 printf("[006] Expecting boolean/true, got %s/%s. [%d] %s\n",
43 …f("[007] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
52 printf("[009] Expecting object, got %s/%s. [%d] %s\n",
90 printf("[013] Expecting object, got %s/%s. [%d] %s\n",
117 printf("[016] Expecting object, got %s/%s. [%d] %s\n",
128 printf("[018] Expecting object, got %s/%s. [%d] %s\n",
141 printf("[021] Expecting object, got %s/%s. [%d] %s\n",
150 …f("[022] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
[all …]
H A Dmysqli_change_user_new.phpt10 …tf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
27 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
32 printf("[002] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_get_connection_stats_off.phpt18 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
23 printf("[002] Expecting non-empty array, got %s.\n", gettype($before));
29 …f("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
42 printf("[004] Field %s should not have any other value but 0, got %s.\n",
/php-src/ext/phar/tests/
H A Dbug69324.phar1 …����s:71:"hi there";���c�����D���o߹���#���a:2:{i:0;s:2:"hi";i:1;s:5:"there";}���d�����D�…
/php-src/ext/intl/tests/
H A Dtransliterator_transliterate_basic.phpt8 $s = "Κοντογιαννάτος, Βασίλης";
9 echo $t->transliterate($s),"\n";
10 echo transliterator_transliterate($t, $s),"\n";
11 echo $t->transliterate($s, 3),"\n";
12 echo $t->transliterate($s, 3, 4),"\n";
17 Kontogiannátos, Basílēs
18 Kontogiannátos, Basílēs
19 ΚονTogiannátos, Basílēs
/php-src/ext/session/tests/
H A Dbug50308.phpt28 <a href="?PHPSESSID=%s"/>
29 <a href="?PHPSESSID=%s" />
30 <a href="foo?PHPSESSID=%s"/>
31 <a href="foo?PHPSESSID=%s" />
32 <a href=foo/?PHPSESSID=%s>
33 <a href="/?PHPSESSID=%s">
34 <a href=/?PHPSESSID=%s>
35 <a href=?foo=bar/&PHPSESSID=%s>
36 <a href="?foo=bar&PHPSESSID=%s"/>
37 <a href=./?PHPSESSID=%s>
[all …]
/php-src/Zend/tests/
H A Dbug60573_2.phpt7 public function setSelf(self $s) { }
13 public function setSelf(parent $s) { }
19 public function setSelf(Foo2 $s) { }
25 public function setSelf(parent $s) { }
34 public function setSelf(parent $s) { }
40 public function setSelf(Base $s) { }
46 public function setSelf(self $s) { }
52 public function setSelf(parent $s) { }
58 public function setSelf(parent $s) { }
64 Fatal error: Declaration of Bar5::setSelf(Foo5 $s) must be compatible with Foo5::setSelf(Base $s) i…
/php-src/ext/standard/tests/array/
H A Darray_intersect_variation9.phpt59 Warning: Array to string conversion in %s on line %d
61 Warning: Array to string conversion in %s on line %d
63 Warning: Array to string conversion in %s on line %d
65 Warning: Array to string conversion in %s on line %d
67 Warning: Array to string conversion in %s on line %d
69 Warning: Array to string conversion in %s on line %d
71 Warning: Array to string conversion in %s on line %d
73 Warning: Array to string conversion in %s on line %d
75 Warning: Array to string conversion in %s on line %d
77 Warning: Array to string conversion in %s on line %d
[all …]
/php-src/ext/standard/tests/serialize/
H A Dbug55798.phpt16 string(51) "O:8:"stdClass":2:{s:1:"0";s:1:"X";s:1:"1";s:1:"Y";}"
18 string(51) "O:8:"stdClass":2:{s:1:"0";s:1:"X";s:1:"1";s:1:"Y";}"
H A Dbug36424.phpt11 function unserialize($s) {
12 foreach (unserialize($s) as $p=>$v) {
28 $s = serialize($c);
29 printf("%s\n", $s);
31 $d = unserialize($s);
46s implements the Serializable interface, which is deprecated. Implement __serialize() and __unseri…
48s implements the Serializable interface, which is deprecated. Implement __serialize() and __unseri…
50s implements the Serializable interface, which is deprecated. Implement __serialize() and __unseri…
51 C:1:"c":108:{a:1:{s:1:"a";C:1:"a":81:{a:3:{s:1:"b";C:1:"b":30:{a:2:{s:1:"c";r:1;s:1:"a";r:3;}}s:1:"…
/php-src/ext/sodium/tests/
H A Dphp_password_hash_argon2i.phpt41 Argon2 provider: string(%d) "%s"
42 Using password: string(44) "%s"
43 Hash: string(96) "$argon2i$v=19$m=65536,t=4,p=1$%s$%s"
46 Using password: string(44) "%s"
47 Hash: string(96) "$argon2i$v=19$m=65536,t=8,p=1$%s$%s"
50 Using password: string(44) "%s"
51 Hash: string(97) "$argon2i$v=19$m=131072,t=4,p=1$%s$%s"
54 Using password: string(44) "%s"
55 Hash: string(97) "$argon2i$v=19$m=131072,t=8,p=1$%s$%s"
H A Dphp_password_hash_argon2id.phpt41 Argon2 provider: string(%d) "%s"
42 Using password: string(44) "%s"
43 Hash: string(97) "$argon2id$v=19$m=65536,t=4,p=1$%s$%s"
46 Using password: string(44) "%s"
47 Hash: string(97) "$argon2id$v=19$m=65536,t=8,p=1$%s$%s"
50 Using password: string(44) "%s"
51 Hash: string(98) "$argon2id$v=19$m=131072,t=4,p=1$%s$%s"
54 Using password: string(44) "%s"
55 Hash: string(98) "$argon2id$v=19$m=131072,t=8,p=1$%s$%s"
/php-src/tests/security/
H A Dopen_basedir_tempnam.phpt48 …basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
51 …pen_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
54 …en_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
57 …open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
60 …sedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on line %d
63 …basedir restriction in effect. File(./../.) is not within the allowed path(s): (.) in %s on line %d
66 …tempnam(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in …
68 string(%d) "%s"
70 string(%d) "%s"
72 string(%d) "%s"
H A Dopen_basedir_is_executable.phpt32 …basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
35 …restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
38 …pen_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
41 …en_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
44 …open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
47 …sedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on line %d
50 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
53 …pen_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path…
/php-src/Zend/tests/numeric_strings/
H A Darray_offset.phpt33 Warning: Undefined array key "7.5" in %s on line %d
36 Warning: Undefined array key " 7" in %s on line %d
39 Warning: Undefined array key " 7.5" in %s on line %d
42 Warning: Undefined array key " 7 " in %s on line %d
48 Warning: Undefined array key "7 " in %s on line %d
51 Warning: Undefined array key "7.5 " in %s on line %d
54 Warning: Undefined array key "7str" in %s on line %d
57 Warning: Undefined array key "7.5str" in %s on line %d
78 Warning: Undefined array key "0xA" in %s on line %d
81 Warning: Undefined array key "0b10" in %s on line %d
[all …]

Completed in 47 milliseconds

12345678910>>...256