Home
last modified time | relevance | path

Searched refs:s (Results 2976 – 3000 of 6191) sorted by relevance

1...<<111112113114115116117118119120>>...248

/PHP-5.5/ext/phar/tests/
H A Dphpinfo_001.phpt27 Phar EXT version => %s
29 SVN revision => %sId: %s $
49 Phar EXT version => %s
51 SVN revision => %sId: %s $
/PHP-5.5/ext/mysqli/tests/
H A Dbug55283.phpt13 die(sprintf("skip Connect failed, [%d] %s", mysqli_connect_errno(), mysqli_connect_error()));
24 die(sprintf("skip Failed to test for MySQL SSL support, [%d] %s", $link->errno, $link->error));
30 die(sprintf("skip Failed to test for MySQL SSL support, [%d] %s", $link->errno, $link->error));
33 die(sprintf("skip MySQL has no SSL support, [%d] %s", $link->errno, $link->error));
H A D022.phpt50 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
53 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
62 %s(13) "32K String ok"
H A Dbug35759.phpt29 printf("[001] [%d] %s\n", $mysql->errno, $mysql->error);
33 printf("[002] [%d] %s\n", $mysql->errno, $mysql->error);
48 printf("[003] [%d] %s\n", $mysql->errno, $mysql->error);
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation2.phpt63 string(%i) "%s.tmp"
88 string(%i) "%s.tmp"
111 string(%i) "%s.tmp"
134 string(%i) "%s.tmp"
H A Dstream_get_meta_data_socket_variation3.phpt42 string(%d) "tcp_socke%s"
62 string(%d) "tcp_socke%s"
82 string(%d) "tcp_socke%s"
/PHP-5.5/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_023w.phpt11 function SOAPComplexType($s, $i, $f) {
12 $this->varString = $s;
18 function SOAPComplexTypeComplexType($s, $i, $f, $c) {
19 $this->varString = $s;
/PHP-5.5/ext/spl/tests/
H A DarrayObject___construct_basic2.phpt64 Notice: Undefined property: ArrayObject::$prop in %s on line 40
66 Notice: Undefined index: prop in %s on line 40
92 Notice: Undefined property: MyArrayObject::$prop in %s on line 40
94 Notice: Undefined index: prop in %s on line 40
/PHP-5.5/ext/standard/tests/file/
H A Dfile_get_contents_error.phpt53 …t_contents(/no/such/file/or/dir): failed to open stream: No such file or directory in %s on line %d
57 Warning: file_get_contents() expects at least 1 parameter, 0 given in %s on line %d
61 Warning: file_get_contents() expects at most 5 parameters, 6 given in %s on line %d
64 Warning: file_get_contents(): length must be greater than or equal to zero in %s on line %d
H A Dtempnam_variation5.phpt46 File name is => %stempnam_variation5%etempnam_variation5.tmp%s
48 File name is => %stempnam_variation5%etempnam_variation5.tmp%s
50 File name is => %stempnam_variation5%etempnam_variation5.tmp%s
H A Ddisk_total_space_error.phpt41 Warning: disk_total_space() expects exactly 1 parameter, 0 given in %s on line %d
44 Warning: disk_total_space() expects exactly 1 parameter, 2 given in %s on line %d
47 Warning: disk_total_space(): No such file or directory in %s on line %d
H A Dis_file_error.phpt41 Warning: is_file() expects exactly 1 parameter, 0 given in %s on line %d
44 Warning: is_file() expects exactly 1 parameter, 2 given in %s on line %d
48 Warning: is_file() expects parameter 1 to be a valid path, resource given in %s on line %d
/PHP-5.5/ext/mysql/tests/
H A Dmysql_deprecated_api.phpt25 $error .= sprintf("[001] [%d] %s\n", mysql_errno($link), mysql_error($link));
44 $error .= sprintf("[005] [%d] %s\n", mysql_errno($link), mysql_error($link));
58 $error .= sprintf("[003] [%d] %s\n", mysql_errno($link), mysql_error($link));
78 …tension is deprecated and will be removed in the future: use mysqli or PDO instead in %s on line %d
/PHP-5.5/ext/bz2/tests/
H A D004.phpt100 Warning: bzread(): %d is not a valid stream resource in %s on line %d
103 Warning: bzerror(): %d is not a valid stream resource in %s on line %d
106 Warning: bzerrstr(): %d is not a valid stream resource in %s on line %d
109 Warning: bzerrno(): %d is not a valid stream resource in %s on line %d
/PHP-5.5/ext/standard/tests/general_functions/
H A Dsleep_error.phpt32 Warning: sleep() expects exactly 1 parameter, 0 given in %s on line %d
37 Warning: sleep() expects exactly 1 parameter, 2 given in %s on line %d
42 Warning: sleep(): Number of seconds must be greater than or equal to 0 in %s on line %d
/PHP-5.5/ext/standard/tests/http/
H A Dbug60570.phpt44 in %s on line %d
47 in %s on line %d
50 in %s on line %d
/PHP-5.5/ext/standard/tests/array/
H A Darray_chunk_error.phpt34 Warning: array_chunk() expects at least 2 parameters, 0 given in %s on line %d
39 Warning: array_chunk() expects at most 3 parameters, 4 given in %s on line %d
44 Warning: array_chunk() expects at least 2 parameters, 1 given in %s on line %d
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_class_009.phpt60 (#1) writing %s = foo|s:3:"bar";
61 (#1) closing %s
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_nulls_1.phpt17 $s = $dbh->prepare("select '' as myempty, null as mynull from dual");
18 $s->execute();
19 while ($r = $s->fetch()) {
H A Dpdo_oci_attr_autocommit_3.phpt36 $s = $dbh2->prepare("select col1 from pdo_ac_tab");
37 $s->execute();
38 while ($r = $s->fetch()) {
/PHP-5.5/ext/posix/tests/
H A Dposix_mkfifo_safemode.phpt4 The test attempts to enable safe_mode, catches all the relevant E_WARNING's and tries to create a f…
40 Deprecated: Directive 'safe_mode' is deprecated in PHP 5.3 and greater in %s on line %d
42 … effect. The script whose uid is %d is not allowed to access /tmp owned by uid %d in %s on line %d
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_constructor_002.phpt50 Warning: ReflectionClass::__construct() expects exactly 1 parameter, 0 given in %s on line 3
59 Notice: Array to string conversion in %s on line 27
62 Warning: ReflectionClass::__construct() expects exactly 1 parameter, 2 given in %s on line 33
/PHP-5.5/ext/date/tests/
H A Ddate_default_timezone_set_error.phpt29 Warning: date_default_timezone_set() expects exactly 1 parameter, 0 given in %s on line %d
34 Warning: date_default_timezone_set() expects exactly 1 parameter, 2 given in %s on line %d
39 Notice: date_default_timezone_set(): Timezone ID 'foo' is invalid in %s on line %d
H A Ddate_diff.phpt27 printf( "\t%s %s %3d %s\n",
H A Dgmdate_variation4.phpt35 string(%d) "%s"
39 string(%d) "%s"
43 string(%d) "%s"

Completed in 35 milliseconds

1...<<111112113114115116117118119120>>...248