Home
last modified time | relevance | path

Searched refs:s (Results 676 – 700 of 6255) sorted by relevance

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

/PHP-7.4/ext/standard/tests/strings/
H A Dstr_repeat.phpt136 Warning: str_repeat() expects parameter 2 to be int, string given in %s on line %d
139 Warning: str_repeat() expects parameter 2 to be int, string given in %s on line %d
142 Warning: str_repeat() expects parameter 2 to be int, string given in %s on line %d
145 Warning: str_repeat() expects parameter 2 to be int, string given in %s on line %d
148 Warning: str_repeat() expects parameter 2 to be int, string given in %s on line %d
155 Warning: str_repeat() expects parameter 2 to be int, string given in %s on line %d
158 Warning: str_repeat() expects parameter 2 to be int, string given in %s on line %d
163 Warning: str_repeat() expects parameter 2 to be int, string given in %s on line %d
438 Warning: str_repeat() expects exactly 2 parameters, 0 given in %s on line %d
441 Warning: str_repeat() expects exactly 2 parameters, 1 given in %s on line %d
[all …]
/PHP-7.4/ext/oci8/tests/
H A Dbug45458.phpt16 $s = oci_parse($c, $stmt);
17 oci_execute($s);
18 $r = oci_fetch_all($s, $data, 0, -1, OCI_FETCHSTATEMENT_BY_ROW);
23 oci_free_statement($s);
27 $s = oci_parse($c, $stmt);
28 oci_execute($s);
29 $r = oci_fetch_all($s, $data, 0, -1, OCI_ASSOC);
35 oci_free_statement($s);
H A Dnull_byte_2.phpt20 $s = oci_parse($c, "select * \0from dual");
21 oci_execute($s);
22 oci_fetch_all($s, $res);
27 $s = oci_parse($c, "select * from dual where :bv = 1");
29 oci_bind_by_name($s, ":bv\0:bv", $bv);
30 oci_execute($s);
47 Warning: oci_bind_by_name(): ORA-01036: %s in %snull_byte_2.php on line %d
49 Warning: oci_execute(): ORA-01008: %s in %snull_byte_2.php on line %d
H A Dlob_039.phpt23 $s = oci_parse($c,$ora_sql);
27 oci_bind_by_name($s,":v_clob", $clob,-1,OCI_B_CLOB);
29 oci_execute($s, OCI_DEFAULT);
32 oci_execute($s, OCI_DEFAULT);
35 oci_execute($s, OCI_DEFAULT);
38 $s = oci_parse($c,"select clob from ".$schema.$table_name);
39 var_dump(oci_execute($s));
41 oci_fetch_all($s, $res);
H A Dfield_funcs2.phpt10 $s = oci_parse($c, 'drop table field_funcs2_tab');
11 @oci_execute($s);
37 $s = oci_parse($c, $stmt);
38 oci_execute($s);
40 $s = oci_parse($c, "select * from field_funcs2_tab");
41 oci_execute($s);
43 for ($i = 1; $i <= oci_num_fields($s); $i++) {
44 $name = oci_field_name($s, $i);
45 $precision = oci_field_precision($s, $i);
46 $scale = oci_field_scale($s, $i);
/PHP-7.4/Zend/tests/
H A Ddynamic_call_006.phpt34 Warning: Cannot call extract() dynamically in %s on line %d
36 Warning: Cannot call compact() dynamically in %s on line %d
38 Warning: Cannot call parse_str() with a single argument dynamically in %s on line %d
40 Warning: Cannot call get_defined_vars() dynamically in %s on line %d
42 Warning: Cannot call assert() with string argument dynamically in %s on line %d
44 Warning: Cannot call func_get_args() dynamically in %s on line %d
46 Warning: Cannot call func_get_arg() dynamically in %s on line %d
48 Warning: Cannot call func_num_args() dynamically in %s on line %d
H A Dassign_dim_obj_null_return.phpt28 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d
31 Warning: Illegal offset type in %s on line %d
34 Warning: Illegal offset type in %s on line %d
37 Warning: Cannot use a scalar value as an array in %s on line %d
40 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d
43 Warning: Illegal offset type in %s on line %d
46 Warning: Illegal offset type in %s on line %d
49 Warning: Cannot use a scalar value as an array in %s on line %d
52 Warning: Attempt to assign property 'foo' of non-object in %s on line %d
55 Warning: Attempt to assign property 'foo' of non-object in %s on line %d
/PHP-7.4/ext/mysqli/tests/
H A Dbug74779.phpt14 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
23 printf("[003] [%d] %s\n", $link->errno, $link->error);
27 printf("[004] [%d] %s\n", $link->errno, $link->error);
31 printf("[005] [%d] %s\n", $link->errno, $link->error);
H A Dmysqli_fetch_array.phpt16 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
19 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
62 printf("[013] Expecting boolean/false although, got %s/%s. [%d] %s\n",
67 printf("[014] Expecting boolean/false, got %s/%s. [%d] %s\n",
92 … printf("[%04ds] [%d] %s - %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link), $sql);
114 … 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 + 5,
138 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 7,
215 $date = @date('Y-m-d H:i:s');
221 $date = @date('H:i:s');
[all …]
H A Dmysqli_get_server_version.phpt14 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
17 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[003] Expecting int/any >= 30000, got %s/%s\n", gettype($info), $info);
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_case.phpt23 printf("[001] getAttribute(PDO::ATTR_CASE) returns unknown value '%s'\n",
30 printf("[002] %s - %s\n",
36 printf("[003] Cannot set PDO::ATTR_CASE = PDO::CASE_LOWER, %s - %s\n",
40 printf("[004] getAttribute(PDO::ATTR_CASE) returns wrong value '%s'\n",
44 printf("[005] Cannot add column %s - %s\n",
48 printf("[006] Cannot add column %s - %s\n",
52 printf("[007] %s - %s\n",
58 printf("[008] Cannot set PDO::ATTR_CASE = PDO::CASE_UPPER %s - %s\n",
66 printf("[010] %s - %s\n",
72 printf("[011] Cannot set PDO::ATTR_CASE = PDO::CASE_NATURAL %s - %s\n",
[all …]
/PHP-7.4/ext/mbstring/tests/
H A Dbug43994.phpt44 Warning: mb_ereg(): empty pattern in %s on line %d
48 Warning: mb_ereg(): empty pattern in %s on line %d
56 Warning: mb_ereg(): empty pattern in %s on line %d
60 Warning: mb_ereg(): empty pattern in %s on line %d
68 Warning: mb_ereg(): empty pattern in %s on line %d
72 Warning: mb_ereg(): empty pattern in %s on line %d
80 Warning: mb_ereg(): empty pattern in %s on line %d
84 Warning: mb_ereg(): empty pattern in %s on line %d
92 Warning: mb_ereg(): empty pattern in %s on line %d
96 Warning: mb_ereg(): empty pattern in %s on line %d
[all …]
/PHP-7.4/ext/date/tests/
H A Dbug73858.phpt7 to see if it's the format string which is parsed in correctly or if it's the DateTime
13 $s = new DateTime($ss);
15 $d= $e->diff($s);
20 $d = $e->diff($s);
29 $d= $e->diff($s);
32 $s = new DateTime($ss);
34 $d= $e->diff($s);
41 $s = new DateTime($ss);
43 $d= $s->diff($e);
52 $s = new DateTime($ss);
[all …]
H A Dgmdate_variation13.phpt45 string(%d) "%s"
49 string(%d) "%s"
53 string(%d) "%s"
57 string(%d) "%s"
61 string(%d) "%s"
65 string(%d) "%s"
69 string(%d) "%s"
73 string(%d) "%s"
77 string(%d) "%s"
81 string(%d) "%s"
/PHP-7.4/ext/standard/tests/file/
H A Duserstreams_002.phpt51 Warning: stream_select(): test_wrapper_base::stream_cast is not implemented! in %s
53 …g: stream_select(): cannot represent a stream of type user-space as a select()able descriptor in %s
55 Warning: stream_select(): No stream arrays were passed in %s
62 Warning: stream_select(): No stream arrays were passed in %s
67 Warning: stream_select(): supplied argument is not a valid stream resource in %s
69 Warning: stream_select(): test_wrapper::stream_cast must return a stream resource in %s
73 Warning: stream_select(): No stream arrays were passed in %s
78 Warning: stream_select(): test_wrapper::stream_cast must not return itself in %s
82 Warning: stream_select(): No stream arrays were passed in %s
87 Warning: stream_select(): test_wrapper_base::stream_cast is not implemented! in %s
[all …]
H A Dreadlink_realpath_basic1.phpt78 string(%d) "%s%ereadlink_realpath_basic1%ehome%ereadlink_realpath_basic1.tmp"
79 string(%d) "%s%ereadlink_realpath_basic1%ehome%ereadlink_realpath_basic1.tmp"
82 string(%d) "%s%ereadlink_realpath_basic1%ehome%etest%ereadlink_realpath_basic1.tmp"
83 string(%d) "%s%ereadlink_realpath_basic1%ehome%etest%ereadlink_realpath_basic1.tmp"
86 string(%d) "%s%ereadlink_realpath_basic1%ehome%etest%ereadlink_realpath_basic1.tmp"
91 Warning: readlink(): %s in %s on line %d
97 Warning: readlink(): %s in %s on line %d
103 Warning: readlink(): %s in %s on line %d
105 %s
109 Warning: readlink(): %s in %s on line %d
[all …]
H A Dsymlink.phpt52 Warning: readlink(): No such file or directory in %s on line %d
55 Warning: linkinfo(): No such file or directory in %s on line %d
58 Warning: symlink(): File exists in %s on line %d
62 Warning: symlink(): File exists in %s on line %d
66 Warning: link(): No such file or directory in %s on line %d
69 Warning: symlink(): %s in %s on line %d
72 Warning: link(): %s in %s on line %d
75 Warning: readlink(): Invalid argument in %s on line %d
H A Dfputcsv_variation13.phpt81 Notice: fputcsv(): delimiter must be a single character in %s on line %d
90 Notice: fputcsv(): delimiter must be a single character in %s on line %d
99 Notice: fputcsv(): delimiter must be a single character in %s on line %d
108 Notice: fputcsv(): delimiter must be a single character in %s on line %d
117 Notice: fputcsv(): delimiter must be a single character in %s on line %d
126 Notice: fputcsv(): delimiter must be a single character in %s on line %d
135 Notice: fputcsv(): delimiter must be a single character in %s on line %d
144 Notice: fputcsv(): delimiter must be a single character in %s on line %d
153 Notice: fputcsv(): delimiter must be a single character in %s on line %d
162 Notice: fputcsv(): delimiter must be a single character in %s on line %d
[all …]
/PHP-7.4/ext/spl/tests/
H A DSplObjectStorage_unserialize_nested.phpt15 $s = serialize($so);
16 echo $s."\n";
18 $so1 = unserialize($s);
21 O:16:"SplObjectStorage":2:{i:0;a:4:{i:0;O:8:"stdClass":1:{s:1:"a";O:8:"stdClass":0:{}}i:1;i:1;i:2;r…
25 ["%s"]=>
36 ["%s"]=>
/PHP-7.4/ext/standard/
H A Dphp_mail.h30 #define PHP_MAIL_BUILD_HEADER_CHECK(target, s, key, val) \ argument
33 php_mail_build_headers_elem(&s, key, val); \
39 php_mail_build_headers_elems(&s, key, val); \
46 #define PHP_MAIL_BUILD_HEADER_DEFAULT(s, key, val) \ argument
49 php_mail_build_headers_elem(&s, key, val); \
51 php_mail_build_headers_elems(&s, key, val); \
/PHP-7.4/ext/standard/tests/serialize/
H A D002.phpt8 var_dump(unserialize('s:0:"";'));
9 var_dump(unserialize('s:3:"foo";'));
10 var_dump(unserialize('a:1:{i:0;s:2:"12";}'));
12 var_dump(unserialize('a:3:{i:0;s:3:"foo";i:1;s:3:"bar";i:2;s:3:"baz";}'));
/PHP-7.4/ext/exif/tests/
H A Dbug76423.phpt13 Warning: exif_read_data(%s.jpg): Thumbnail goes IFD boundary or end of file reached in %s on line %d
15 Warning: exif_read_data(%s.jpg): File structure corrupted in %s on line %d
17 Warning: exif_read_data(%s.jpg): Invalid JPEG file in %s on line %d
/PHP-7.4/ext/ldap/tests/
H A Dldap_sort_error.phpt21 Deprecated: Function ldap_sort() is deprecated in %s.php on line %d
23 Warning: ldap_sort() expects exactly 3 parameters, 1 given in %s on line %d
26 Deprecated: Function ldap_sort() is deprecated in %s.php on line %d
28 Warning: ldap_sort() expects exactly 3 parameters, 2 given in %s on line %d
31 Deprecated: Function ldap_sort() is deprecated in %s.php on line %d
33 Warning: ldap_sort() expects exactly 3 parameters, 4 given in %s on line %d
36 Deprecated: Function ldap_sort() is deprecated in %s.php on line %d
38 Warning: ldap_sort() expects parameter 3 to be string, resource given in %s on line %d
41 Deprecated: Function ldap_sort() is deprecated in %s.php on line %d
43 Warning: ldap_sort(): Supplied resource is not a valid ldap result resource in %s on line %d
/PHP-7.4/ext/standard/tests/general_functions/
H A Dinclude_path.phpt47 Warning: get_include_path() expects exactly 0 parameters, 1 given in %s on line %d
50 Deprecated: Function restore_include_path() is deprecated in %s on line %d
53 Deprecated: Function restore_include_path() is deprecated in %s on line %d
55 Warning: restore_include_path() expects exactly 0 parameters, 1 given in %s on line %d
58 Warning: set_include_path() expects exactly 1 parameter, 0 given in %s on line %d
64 Deprecated: Function restore_include_path() is deprecated in %s on line %d
70 Deprecated: Function restore_include_path() is deprecated in %s on line %d
76 Deprecated: Function restore_include_path() is deprecated in %s on line %d
80 Warning: set_include_path() expects parameter 1 to be a valid path, array given in %s on line %d
84 Deprecated: Function restore_include_path() is deprecated in %s on line %d
/PHP-7.4/ext/intl/tests/
H A Ddateformat_get_set_timezone_variant3.phpt43 domingo, 1 de Janeiro de 2012 às 03:00:00 GMT+03:00
47 sábado, 31 de Dezembro de 2011 às 23:00:00 Hor%s Padrão %Sdos Açores
51 domingo, 1 de Janeiro de 2012 às 01:00:00 Hor%s Padrão %Sda Europa Central
55 domingo, 1 de Janeiro de 2012 às 01:00:00 Hor%s Padrão %Sda Europa Central
59 domingo, 1 de Janeiro de 2012 às 01:00:00 Hor%s Padrão %Sda Europa Central

Completed in 89 milliseconds

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