Home
last modified time | relevance | path

Searched refs:s (Results 726 – 750 of 6255) sorted by relevance

1...<<21222324252627282930>>...251

/PHP-7.4/ext/intl/tests/
H A Dcalendar_roll_error.phpt22 Warning: IntlCalendar::roll(): intlcal_set: too many arguments in %s on line %d
25 Warning: IntlCalendar::roll(): intlcal_roll: invalid field in %s on line %d
28 Warning: IntlCalendar::roll() expects exactly 2 parameters, 1 given in %s on line %d
30 Warning: IntlCalendar::roll(): intlcal_roll: bad arguments in %s on line %d
33 Warning: intlcal_roll(): intlcal_set: too many arguments in %s on line %d
36 …eError: Argument 1 passed to intlcal_roll() must be an instance of IntlCalendar, int given in %s:%d
38 #0 %s(%d): intlcal_roll(1, 2, 3)
40 thrown in %s on line %d
/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug60120.phpt22 $command = sprintf("%s -n %s", PHP_BINARY, $file);
42 "could not open process \"%s\"",
61 $s = stream_select($r, $w, $e, 60);
63 if (!$s) {
64 if ($s === false) {
92 string(10000) "%s"
93 string(10000) "%s"
/PHP-7.4/ext/oci8/tests/
H A Doci_execute_segfault.phpt21 $s = oci_parse($c, $ora_sql);
23 oci_bind_by_name($s, ":v_blob", $blob, -1, OCI_B_BLOB);
24 oci_execute($s, OCI_DEFAULT);
27 oci_bind_by_name($s, ":v_blob", $blob, -1, OCI_B_BLOB);
28 oci_execute($s, OCI_DEFAULT);
33 $s = oci_parse ($c, $query);
34 oci_execute($s, OCI_DEFAULT);
36 while ($arr = oci_fetch_assoc($s)) {
H A Dfetch_all5.phpt26 $s = oci_parse($c, "select * from fetch_all5_tab order by 1");
27 oci_execute($s);
28 $r = oci_fetch_all($s, $res, 0, -1);
34 $s = oci_parse($c, "select * from fetch_all5_tab order by 1");
35 oci_execute($s);
36 $r = oci_fetch_all($s, $res, 0, 0);
42 $s = oci_parse($c, "select * from fetch_all5_tab order by 1");
43 oci_execute($s);
44 $r = oci_fetch_all($s, $res, -1, 0);
/PHP-7.4/ext/imap/tests/
H A Dimap_list_basic.phpt36 Warning: imap_list() expects exactly 3 parameters, 0 given in %s on line %d
39 Warning: imap_list() expects exactly 3 parameters, 1 given in %s on line %d
41 Warning: imap_list() expects exactly 3 parameters, 1 given in %s on line %d
43 Warning: imap_list() expects exactly 3 parameters, 1 given in %s on line %d
45 Warning: imap_list() expects exactly 3 parameters, 2 given in %s on line %d
47 string(%s) "{%s}%s"
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_query_stored_proc.phpt21 printf("[001] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
36 printf("[003] Cannot call SP, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
49 printf("[004] Cannot call SP, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
68 printf("[002] Cannot create SP, [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
72 printf("[006] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
95 printf("[009] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
113 printf("[015] Results seem wrong, got %s, [%d] %s\n",
123 printf("[016] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
141 printf("[022] Results seem wrong, got %s, [%d] %s\n",
157 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
[all …]
H A Dmysqli_stmt_num_rows.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));
45 printf("[%03d] Expecting %s/%d, got %s/%d\n", $offset + 3,
68 printf("[050] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
74 printf("[051] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
81 printf("[53 - %03d] Expecting int/0, got %s/%s\n", $i, gettype($tmp), $tmp);
96 printf("[54] Expecting int/7, got %s/%s\n", gettype($tmp), $tmp);
99 printf("[055] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
105 printf("[056] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_fork.phpt20 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
55 …rintf("[004] Expecting error string and error code from MySQL, got errno = %s/%s, error = %s/%s\n",
60 …f("[005] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
65 printf("[006] [%d] %s\n", mysqli_error($link), mysqli_errno($link));
73 printf("[007] [%d] %s\n", mysqli_error($link), mysqli_errno($link));
77 printf("[008] [%d] %s\n", mysqli_error($link), mysqli_errno($link));
133 …f("[010] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
213 …f("[018] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
217 printf("[019] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
220 printf("%10s %s\n", $row['sender'], substr($row['msg'], 0, 5));
[all …]
H A Dmysqli_fetch_array_oo.phpt18 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
50 printf("[012] Cannot run query, [%d] %s\n",
61 printf("[013] Expecting boolean/false although, got %s/%s. [%d] %s\n",
66 printf("[014] Expecting boolean/false, got %s/%s. [%d] %s\n",
78 …ry($sql = sprintf("CREATE TABLE test(id INT NOT NULL, label %s, PRIMARY KEY(id)) ENGINE = %s", $sq…
91 … printf("[%04ds] [%d] %s - %s\n", $offset + 1, $mysqli->errno, $mysqli->error, $sql);
116 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
124 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
201 $date = @date('Y-m-d H:i:s');
206 $date = @date('H:i:s');
[all …]
H A Dmysqli_field_seek.phpt63 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
66 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
91 printf("[004] Expecting charset %s/%d got %d\n",
105 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
141 string(%d) "%s"
143 string(%d) "%s"
170 string(%d) "%s"
172 string(%d) "%s"
199 string(%d) "%s"
201 string(%d) "%s"
[all …]
H A D015.phpt10 … die(sprintf("skip Cannot connect, [%d] %s", mysqli_connect_errno(), mysqli_connect_error()));
13 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
24 printf("[002] Cannot select DB '%s', [%d] %s\n", $db,
28 printf("[003] Cannot turn on autocommit mode, [%d] %s\n",
34 printf("[004] Cannot create test data, [%d] %s\n",
38 printf("[005] Cannot turn off autocommit mode, [%d] %s\n",
43 printf("[006] Cannot modify test data, [%d] %s\n",
47 printf("[007] Cannot call rollback, [%d] %s\n",
52 printf("[008] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
60 printf("[009] Cannot modify test data, [%d] %s\n",
[all …]
/PHP-7.4/ext/session/tests/
H A D024.phpt17 …public $data = 'baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:1;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"…
98 WRITE: abtest, baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:2;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"ba…
/PHP-7.4/ext/zlib/tests/
H A D006.phpt16 Cry to relieve what's in your heart
38 Warning: gzdeflate() expects at least 1 parameter, 0 given in %s on line %d
49 Warning: gzinflate() expects at least 1 parameter, 0 given in %s on line %d
52 Warning: gzinflate(): data error in %s on line %d
55 Warning: gzinflate(): data error in %s on line %d
58 Warning: gzinflate(): length (-1) must be greater or equal zero in %s on line %d
61 Warning: gzinflate(): data error in %s on line %d
64 Warning: gzinflate(): data error in %s on line %d
67 Cry to relieve what's in your heart
70 Cry to relieve what's in your heart
[all …]
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug25378.phpt5 var_dump(unserialize("s:-1:\"\";"));
10 var_dump(unserialize("a:2:{i:0;s:2:\"12\":"));
11 var_dump(unserialize("a:2:{i:0;s:2:\"12\";i:1;s:3000:\"123"));
12 var_dump(unserialize("a:2:{i:0;s:2:\"12\"+i:1;s:3:\"123\";}"));
13 var_dump(unserialize("a:2:{i:0;s:2:\"12\";i:1;s:3:\"123\";"));
14 var_dump(unserialize("s:3000:\"123\";"));
15 var_dump(unserialize("s:3000:\"123"));
16 var_dump(unserialize("s:3:\"123;"));
17 var_dump(unserialize("s:0:\"123\";"));
/PHP-7.4/ext/date/tests/
H A Ddate_time_fractions.phpt16 echo $dt->modify( "+1 day" )->format( "Y-m-d H:i:s.u" ), "\n";
19 echo $dt->modify( "-3 months" )->format( "Y-m-d H:i:s.u" ), "\n";
25 echo $dt->modify( "yesterday" )->format( "Y-m-d H:i:s.u" ), "\n";
28 echo $dt->modify( "noon" )->format( "Y-m-d H:i:s.u" ), "\n";
31 echo $dt->modify( "10 weekday" )->format( "Y-m-d H:i:s.u" ), "\n";
45 echo $dt0->format( "Y-m-d H:i:s.u" ), "\n";
46 echo $dt1->format( "Y-m-d H:i:s.u" ), "\n";
47 echo $dt2->format( "Y-m-d H:i:s.u" ), "\n";
48 echo $dt3->format( "Y-m-d H:i:s.u" ), "\n";
49 echo $dt4->format( "Y-m-d H:i:s.u" ), "\n";
[all …]
/PHP-7.4/ext/filter/
H A Dsanitizing_filters.c33 unsigned char *e = s + len; in php_filter_encode_html()
39 while (s < e) { in php_filter_encode_html()
40 if (chars[*s]) { in php_filter_encode_html()
48 s++; in php_filter_encode_html()
74 while (s < e) { in php_filter_encode_url()
75 tmp[*s++] = '\0'; in php_filter_encode_url()
91 e = s + Z_STRLEN_P(value); in php_filter_encode_url()
93 while (s < e) { in php_filter_encode_url()
94 if (tmp[*s]) { in php_filter_encode_url()
99 *p++ = *s; in php_filter_encode_url()
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dfopen_variation15-win32.phpt148 --- READ: file://%s/fopen15.tmpDir/fopen_variation15.tmp ---
150 --- WRITE: file://%s/fopen15.tmpDir/fopen_variation15.tmp ---
152 --- READ: file://%s/fopen15.tmpDir\fopen_variation15.tmp ---
154 --- WRITE: file://%s/fopen15.tmpDir\fopen_variation15.tmp ---
156 --- READ: file:///%s/fopen15.tmpDir/fopen_variation15.tmp ---
158 --- WRITE: file:///%s/fopen15.tmpDir/fopen_variation15.tmp ---
180 --- READ: file://%s/fopen15.tmpDir/fopen_variation15.tmp ---
182 --- WRITE: file://%s/fopen15.tmpDir/fopen_variation15.tmp ---
184 --- READ: file://%s/fopen15.tmpDir\fopen_variation15.tmp ---
186 --- WRITE: file://%s/fopen15.tmpDir\fopen_variation15.tmp ---
[all …]
H A Dbug52624.phpt12 Notice: tempnam(): file created in the system's temporary directory in %sbug52624.php on line %d
14 …empnam(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (%s) in …
/PHP-7.4/ext/posix/tests/
H A Dposix_uname_basic.phpt21 [sysname] => %s
22 [nodename] => %s
23 [release] => %s
24 [version] => %s
25 [machine] => %s
/PHP-7.4/ext/snmp/tests/
H A Dsnmp2_real_walk.phpt55 Warning: snmp2_real_walk() expects parameter 4 to be int, %s given in %s on line %d
58 Warning: snmp2_real_walk() expects parameter 5 to be int, %s given in %s on line %d
64 string(%d) "%s"
65 string(%d) "%s"
69 string(%d) "%s"
70 string(%d) "%s"
74 Warning: snmp2_real_walk(): Multi OID walks are not supported! in %s on line %d
78 Warning: snmp2_real_walk(): Multi OID walks are not supported! in %s on line %d
81 Warning: snmp2_real_walk(): Multi OID walks are not supported! in %s on line %d
85 …eal_walk(): Error in packet at '%s': No more variables left in this MIB View (It is past the end o…
H A Dsnmprealwalk.phpt55 Warning: snmprealwalk() expects parameter 4 to be int, %s given in %s on line %d
58 Warning: snmprealwalk() expects parameter 5 to be int, %s given in %s on line %d
64 string(%d) "%s"
65 string(%d) "%s"
69 string(%d) "%s"
70 string(%d) "%s"
74 Warning: snmprealwalk(): Multi OID walks are not supported! in %s on line %d
78 Warning: snmprealwalk(): Multi OID walks are not supported! in %s on line %d
81 Warning: snmprealwalk(): Multi OID walks are not supported! in %s on line %d
85 …ning: snmprealwalk(): Error in packet at '%s': (noSuchName) There is no such variable name in this…
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_ddl.phpt21 printf("[%03d] Expecting '%s'/%s got '%s'/%s when running '%s', [%s] %s\n",
28 printf("[%03d] '%s' has failed, [%s] %s\n",
74 printf("[001] %s, [%s] %s\n",
/PHP-7.4/Zend/tests/
H A D002.phpt54 Warning: func_get_arg(): The argument number should be >= 0 in %s on line %d
57 Warning: func_get_arg(): Argument 0 not passed to function in %s on line %d
60 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
63 Warning: func_get_arg(): The argument number should be >= 0 in %s on line %d
67 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
71 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
77 Warning: func_get_arg(): Argument 2 not passed to function in %s on line %d
83 Warning: func_get_arg(): Argument 0 not passed to function in %s on line %d
86 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
92 Warning: func_get_arg(): Argument 2 not passed to function in %s on line %d
[all …]
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_error2.phpt36 Warning: scandir(%s/idonotexist): failed to open dir: %s in %s on line %d
38 Warning: scandir(): (errno %d): %s in %s on line %d
43 Warning: scandir(/idonotexist): failed to open dir: %s in %s on line %d
45 Warning: scandir(): (errno %d): %s in %s on line %d
/PHP-7.4/ext/standard/tests/password/
H A Dpassword_bcrypt_errors.phpt21 Warning: password_hash(): Invalid bcrypt cost parameter specified: 3 in %s on line %d
24 Warning: password_hash(): Invalid bcrypt cost parameter specified: 32 in %s on line %d
27 Deprecated: password_hash(): Use of the 'salt' option to password_hash is deprecated in %s on line …
29 Warning: password_hash(): Provided salt is too short: 3 expecting 22 in %s on line %d
32 Deprecated: password_hash(): Use of the 'salt' option to password_hash is deprecated in %s on line …
34 Warning: password_hash(): Provided salt is too short: 21 expecting 22 in %s on line %d
37 Deprecated: password_hash(): Use of the 'salt' option to password_hash is deprecated in %s on line …
39 Warning: password_hash(): Provided salt is too short: 3 expecting 22 in %s on line %d
42 Warning: password_hash(): Invalid bcrypt cost parameter specified: 0 in %s on line %d

Completed in 69 milliseconds

1...<<21222324252627282930>>...251