Home
last modified time | relevance | path

Searched refs:s (Results 3001 – 3025 of 6191) sorted by relevance

1...<<121122123124125126127128129130>>...248

/PHP-5.5/ext/date/tests/
H A Dmktime_error.phpt5 … ([ int $hour= date("H") [, int $minute= date("i") [, int $second= date("s") [, int $month= da…
38 Strict Standards: mktime(): You should be using the time() function instead in %s on line %d
43 Warning: mktime() expects at most 7 parameters, 8 given in %s on line %d
H A DDateTime_format_variation1.phpt136 Warning: DateTime::format() expects parameter 1 to be string, array given in %s on line %d
141 Warning: DateTime::format() expects parameter 1 to be string, array given in %s on line %d
146 Warning: DateTime::format() expects parameter 1 to be string, array given in %s on line %d
151 Warning: DateTime::format() expects parameter 1 to be string, array given in %s on line %d
195 Warning: DateTime::format() expects parameter 1 to be string, object given in %s on line %d
206 Warning: DateTime::format() expects parameter 1 to be string, resource given in %s on line %d
H A Ddate_format_variation2.phpt136 Warning: date_format() expects parameter 2 to be string, array given in %s on line %d
141 Warning: date_format() expects parameter 2 to be string, array given in %s on line %d
146 Warning: date_format() expects parameter 2 to be string, array given in %s on line %d
151 Warning: date_format() expects parameter 2 to be string, array given in %s on line %d
195 Warning: date_format() expects parameter 2 to be string, object given in %s on line %d
206 Warning: date_format() expects parameter 2 to be string, resource given in %s on line %d
H A Ddate_variation1.phpt135 Warning: date() expects parameter 1 to be string, array given in %s on line %d
140 Warning: date() expects parameter 1 to be string, array given in %s on line %d
145 Warning: date() expects parameter 1 to be string, array given in %s on line %d
150 Warning: date() expects parameter 1 to be string, array given in %s on line %d
194 Warning: date() expects parameter 1 to be string, object given in %s on line %d
205 Warning: date() expects parameter 1 to be string, resource given in %s on line %d
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrchr_error.phpt30 Warning: strrchr() expects exactly 2 parameters, 0 given in %s on line %d
34 Warning: strrchr() expects exactly 2 parameters, 1 given in %s on line %d
38 Warning: strrchr() expects exactly 2 parameters, 3 given in %s on line %d
H A Dstrtr_error.phpt31 Warning: strtr() expects at least 2 parameters, 0 given in %s on line %d
35 Warning: strtr() expects at least 2 parameters, 1 given in %s on line %d
39 Warning: strtr() expects at most 3 parameters, 4 given in %s on line %d
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug66112.phpt18 $s = new SoapServer(WSDL, array('typemap'=>array(array("type_ns"=>"uri:mist", "type_name"=>"A"))));
19 $s->addFunction("Mist");
30 $s->handle($HTTP_RAW_POST_DATA);
/PHP-5.5/ext/oci8/tests/
H A Dlob_009.phpt32 $s = oci_parse($c, $select_sql);
33 oci_execute($s, OCI_DEFAULT);
35 var_dump($row = oci_fetch_array($s));
H A Dcursors.phpt16 if (!($s = oci_parse($c, $insert_sql))) {
21 if (!oci_execute($s)) {
65 Warning: oci_fetch_assoc(): ORA-01002: fetch out of sequence in %s on line %d
H A Dlob_007.phpt34 $s = oci_parse($c, $select_sql);
35 oci_execute($s, OCI_DEFAULT);
37 var_dump($row = oci_fetch_array($s));
/PHP-5.5/ext/mysql/tests/
H A Dmysql_reflection_extension.phpt11 printf("Name: %s\n", $r->name);
12 printf("Version: %s\n", $r->getVersion());
29 printf(" %s\n", $func->name);
/PHP-5.5/ext/standard/tests/file/
H A Dtempnam_variation5-win32.phpt48 File name is => %stempnam_variation6%et%s
50 File name is => %stempnam_variation6%et%s
52 File name is => %stempnam_variation6%et%s
H A Dtouch.phpt42 Warning: touch() expects at least 1 parameter, 0 given in %s on line %d
55 Warning: touch(): Unable to create file /no/such/file/or/directory because %s in %s on line %d
/PHP-5.5/ext/standard/tests/general_functions/
H A Dusleep_error.phpt33 Warning: usleep() expects exactly 1 parameter, 0 given in %s on line %d
38 Warning: usleep() expects exactly 1 parameter, 2 given in %s on line %d
43 Warning: usleep(): Number of microseconds must be greater than or equal to 0 in %s on line %d
/PHP-5.5/ext/standard/tests/array/
H A Darray_filter.phpt85 …() expects parameter 2 to be a valid callback, array must have exactly two members in %s on line %d
88 Warning: array_filter() expects parameter 1 to be array, string given in %s on line %d
91 Warning: array_filter() expects parameter 2 to be a valid callback, no array or string given in %s
/PHP-5.5/tests/classes/
H A Dnew_001.phpt27 …echo "Assigning new object by ref to \$k removes it from \$f's reference set, so \$f is unchanged:…
32 Deprecated: Assigning the return value of new by reference is deprecated in %s on line 23
44 Assigning new object by ref to $k removes it from $f's reference set, so $f is unchanged:
/PHP-5.5/tests/lang/
H A Dstatic_basic_001.phpt42 static $s, $k=10;
43 echo "$s $k\n";
44 $s++;
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_close_error.phpt35 Warning: finfo_close() expects exactly 1 parameter, 0 given in %s on line %d
40 Warning: finfo_close() expects exactly 1 parameter, 2 given in %s on line %d
45 Warning: finfo_close(): supplied resource is not a valid file_info resource in %s on line %d
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_007w.phpt11 function BaseStruct($f, $s) {
13 $this->shortMessage = $s;
17 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
18 $this->BaseStruct($f,$s);
25 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
26 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_008w.phpt11 function BaseStruct($f, $s) {
13 $this->shortMessage = $s;
17 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
18 $this->BaseStruct($f,$s);
25 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
26 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_009w.phpt11 function BaseStruct($f, $s) {
13 $this->shortMessage = $s;
17 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
18 $this->BaseStruct($f,$s);
25 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
26 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_010w.phpt11 function BaseStruct($f, $s) {
13 $this->shortMessage = $s;
17 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
18 $this->BaseStruct($f,$s);
25 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
26 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
/PHP-5.5/ext/phar/tests/tar/files/
H A Dcorrupt_tarmaker.php.inc36 * This code is modified from Vincent Lascaux's File_Archive
90 sprintf('%6s ',decoct($stat['uid'])),
91 sprintf('%6s ',decoct($stat['gid'])),
92 sprintf('%11s ',decoct($stat['size'])),
93 sprintf('%11s ',decoct($stat['mtime']))
116 $checksum = pack('a8', sprintf('%6s ', decoct($checksum)));
/PHP-5.5/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation1.phpt151 Error: 2 - mb_decode_mimeheader() expects parameter 1 to be string, array given, %s(%d)
155 Error: 2 - mb_decode_mimeheader() expects parameter 1 to be string, array given, %s(%d)
159 Error: 2 - mb_decode_mimeheader() expects parameter 1 to be string, array given, %s(%d)
163 Error: 2 - mb_decode_mimeheader() expects parameter 1 to be string, array given, %s(%d)
194 Error: 2 - mb_decode_mimeheader() expects parameter 1 to be string, object given, %s(%d)
204 Error: 2 - mb_decode_mimeheader() expects parameter 1 to be string, resource given, %s(%d)
/PHP-5.5/ext/session/tests/
H A Dsession_set_cookie_params_error.phpt267 Warning: session_set_cookie_params() expects parameter 4 to be boolean, object given in %s on line …
270 Warning: session_set_cookie_params() expects parameter 5 to be boolean, object given in %s on line …
293 Warning: session_set_cookie_params() expects parameter 2 to be string, resource given in %s on line…
296 Warning: session_set_cookie_params() expects parameter 3 to be string, resource given in %s on line…
299 Warning: session_set_cookie_params() expects parameter 4 to be boolean, resource given in %s on lin…
302 Warning: session_set_cookie_params() expects parameter 5 to be boolean, resource given in %s on lin…

Completed in 92 milliseconds

1...<<121122123124125126127128129130>>...248