Home
last modified time | relevance | path

Searched refs:s (Results 476 – 500 of 6255) sorted by relevance

1...<<11121314151617181920>>...251

/PHP-7.4/ext/standard/tests/dir/
H A Dopendir_variation6.phpt54 Warning: opendir(%s/opendir_var*): failed to open dir: %s in %s on line %d
57 Warning: opendir(%s/*): failed to open dir: %s in %s on line %d
62 Warning: opendir(%s/opendir_variation6/sub_dir?): failed to open dir: %s in %s on line %d
65 Warning: opendir(%s/opendir_variation6/sub?dir1): failed to open dir: %s in %s on line %d
/PHP-7.4/ext/oci8/tests/
H A Dfield_funcs.phpt16 if (!($s = oci_parse($c, $insert_sql))) {
21 if (!oci_execute($s)) {
32 if (!($s = oci_parse($c, $select_sql))) {
36 if (!oci_execute($s)) {
45 var_dump(oci_field_is_null($s, $num));
46 var_dump(oci_field_name($s, $num));
47 var_dump(oci_field_type($s, $num));
48 var_dump(oci_field_type_raw($s, $num));
49 var_dump(oci_field_scale($s, $num));
50 var_dump(oci_field_precision($s, $num));
[all …]
H A Dfield_funcs_old.phpt16 if (!($s = ociparse($c, $insert_sql))) {
21 if (!ociexecute($s)) {
32 if (!($s = ociparse($c, $select_sql))) {
36 if (!ociexecute($s)) {
45 var_dump(ocicolumnisnull($s, $num));
46 var_dump(ocicolumnname($s, $num));
47 var_dump(ocicolumntype($s, $num));
48 var_dump(ocicolumntyperaw($s, $num));
49 var_dump(ocicolumnscale($s, $num));
50 var_dump(ocicolumnprecision($s, $num));
[all …]
H A Derror.phpt20 var_dump($s = oci_parse($c, "WRONG SYNTAX"));
21 var_dump(oci_execute($s));
22 var_dump(oci_error($s));
28 resource(%s) of type (oci8 connection)
29 resource(%s) of type (oci8 statement)
31 Warning: oci_execute(): ORA-00900: %s in %s on line %d
37 string(%d) "ORA-00900: %s"
H A Derror_old.phpt20 var_dump($s = ociparse($c, "WRONG SYNTAX"));
21 var_dump(ociexecute($s));
22 var_dump(ocierror($s));
28 resource(%s) of type (oci8 connection)
29 resource(%s) of type (oci8 statement)
31 Warning: ociexecute(): ORA-00900: %s in %s on line %d
37 string(%d) "ORA-00900: %s"
/PHP-7.4/ext/session/tests/
H A D005.phpt2 custom save handler, multiple session_start()s, complex data structure test.
17 …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:"…
110 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…
130 WRITE: abtest, baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:3;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"ba…
H A D025.phpt2 custom save handler, multiple session_start()s, complex data structure test.
17 …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:"…
112 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…
132 WRITE: abtest, baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:3;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"ba…
/PHP-7.4/ext/openssl/tests/
H A Dbug68920.phpt16 'local_cert' => '%s',
66 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
68 Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d
73 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
75 Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d
80 Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d
82 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
84 Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d
89 Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d
91 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
[all …]
H A Dopenssl_get_cert_locations_basic.phpt13 string(%d) "%s"
15 string(%d) "%s"
17 string(%d) "%s"
19 string(%d) "%s"
21 string(%d) "%s"
23 string(%d) "%s"
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt17 printf("[001] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
20 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
23 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
26 printf("[004] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
31 printf("[005] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
34 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
37 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
44 // let's ignore upper limits for LONGBLOB (2^32) ...
59 printf("[009] Expecting boolean/true, got %s/%s. [%d] %s\n",
79 printf("[011] Expecting boolean/false, got %s/%s. [%d] %s\n",
[all …]
H A Dmysqli_stmt_bind_param_many_columns.phpt25 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
39 …printf("[002] Failed to set max_allowed_packet the test table: [%d] %s\n", mysqli_errno($link), my…
46 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
52 … printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
62 … printf("Failed to create the test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
67 $s = str_repeat("a", 2 << 12);
68 $eval_str="\$stmt->bind_param(\"".str_repeat("s",$cols)."\", ";
70 $eval_str.="\$s,";
72 $eval_str.="\$s";
78 printf("Failed to execute: [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
[all …]
H A Dmysqli_fetch_array_many_rows.phpt16 if (!mysqli_query($link, $sql = sprintf("INSERT INTO test(id, label) VALUES (%d, '%s')",
18 … printf("[001] %s failed: [%d] %s\n", $sql, mysqli_errno($link), mysqli_error($link));
24 printf("[002] SELECT failed: [%d] %s\n", mysqli_errno($link), mysqli_errno($link));
34 printf("[003] SELECT failed: [%d] %s\n", mysqli_errno($link), mysqli_errno($link));
48 printf("[004] Unexpected result row[0] = '%s' (range 0...%d), [%d] %s\n",
53 printf("[005] Unexpected result row[0] = '%s', row[id] = '%s', [%d] %s\n",
60 printf("[006] Unexpected result row[1] = '%s', [%d] %s\n",
65 printf("[007] Unexpected result row[1] = '%s', row[label] = '%s', [%d] %s\n",
74 printf("[008] SELECT failed: [%d] %s\n", mysqli_errno($link), mysqli_errno($link));
84 printf("[009] SELECT failed: [%d] %s\n", mysqli_errno($link), mysqli_errno($link));
[all …]
H A Dmysqli_fetch_array_large.phpt21 $sql .= sprintf("('%s'), ", $random_char);
39 /* buffered result set - let's hope we do not run into PHP memory limit... */
47 printf("[%03d + 3] Wrong results - expecting '%s' got '%s', len = %d, [%d] %s\n",
61 …printf("[%03d + 5] len = %d, [%d] %s, [%d] %s\n", $offset, $len, mysqli_stmt_errno($stmt), mysqli_…
67 …printf("[%03d + 6] len = %d, [%d] %s, [%d] %s\n", $offset, $len, mysqli_stmt_errno($stmt), mysqli_…
73 printf("[%03d + 7] Wrong results - expecting '%s' got '%s', len = %d, [%d] %s\n",
109 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
116 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
130 printf("stop: memory limit - %s vs. %s\n", $package_size, $limit);
167 stop: %s
[all …]
H A Dmysqli_fetch_assoc_oo.phpt20 printf("[001] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
24 …f("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
28 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
31 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
43 printf("[007] Cannot run query, [%d] %s\n", $mysqli->errno, $mysqli->error);
51 printf("[008] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
85 Warning: mysqli_result::fetch_assoc(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_result_unclonable.phpt14 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
18 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
24 Fatal error: Uncaught Error: Trying to clone an uncloneable object of class mysqli_result in %s:%d
27 thrown in %s on line %d
H A Dmysqli_stmt_unclonable.phpt14 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
18 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
25 Fatal error: Uncaught Error: Trying to clone an uncloneable object of class mysqli_stmt in %s:%d
28 thrown in %s on line %d
H A Dmysqli_get_client_stats.phpt39 printf("[%03d] %s Expecting %s = %s/%s, got %s/%s\n",
46 printf("[%03d] %s Expecting %s = %s/%s, got %s/%s\n",
53 printf("[%03d] %s Expecting %s = %s/%s, got %s/%s\n",
67 printf("[%03d] %s Expecting %s > %s/%s, got %s/%s\n",
74 printf("[%03d] %s Expecting %s > %s/%s, got %s/%s\n",
96 …f("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
145 printf("[%03d] Expecting array/any_non_empty, got %s/%s\n",
163 printf("[%03d] Expecting array/any_non_empty, got %s/%s\n",
187 printf("[%03d] Expecting array/any_non_empty, got %s/%s\n",
211 printf("[%03d] Expecting array/any_non_empty, got %s/%s\n",
[all …]
H A Dmysqli_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);
27 printf("[%03d] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
32 printf("[%03d] Expecting %s/%d, got %s/%d\n", $offset + 1,
39 printf("[%03d] Expecting false, got %s/%s\n", $offset + 2, gettype($tmp), $tmp);
56 printf("[030] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
65 printf("[031] Expecting int/0, got %s/%d\n", gettype($tmp), $tmp);
70 printf("[032] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
81 Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given in %s on line %d
85 Warning: mysqli_num_rows(): Couldn't fetch mysqli_result in %s on line %d
[all …]
H A Dmysqli_fetch_fields.phpt18 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
21 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
28 printf("[%d] %s\n", mysqli_errno($link), mysqli_errno($link));
43 printf("[004] Expecting charset %s/%d got %d\n",
59 printf("[006] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
77 string(%d) "%s"
81 string(%d) "%s"
83 string(%d) "%s"
105 string(%d) "%s"
109 string(%d) "%s"
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dstrrpos_variation11.phpt158 Warning: strrpos() expects parameter 1 to be string, array given in %s on line %d
161 Warning: strrpos() expects parameter 1 to be string, array given in %s on line %d
165 Warning: strrpos() expects parameter 1 to be string, array given in %s on line %d
168 Warning: strrpos() expects parameter 1 to be string, array given in %s on line %d
172 Warning: strrpos() expects parameter 1 to be string, array given in %s on line %d
175 Warning: strrpos() expects parameter 1 to be string, array given in %s on line %d
179 Warning: strrpos() expects parameter 1 to be string, array given in %s on line %d
182 Warning: strrpos() expects parameter 1 to be string, array given in %s on line %d
186 Warning: strrpos() expects parameter 1 to be string, array given in %s on line %d
221 Notice: Object of class sample could not be converted to int in %s on line %d
[all …]
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_023.phpt12 public static string $s = "x";
20 var_dump(Foo::$s);
21 var_dump(Foo::$s = Foo::$i++);
22 var_dump(Foo::$s, Foo::$i);
24 var_dump(Foo::$s = $a);
25 var_dump(Foo::$s);
31 var_dump(Foo::$s = ref());
32 var_dump(Foo::$s);
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_mobile.c285 int w = s; in mbfilter_sjis_emoji_docomo2unicode()
304 w = s; in mbfilter_sjis_emoji_docomo2unicode()
315 int w = s, si, c; in mbfilter_sjis_emoji_kddi2unicode()
319 if (s >= mb_tbl_code2uni_kddi1_min && s <= mb_tbl_code2uni_kddi1_max) { in mbfilter_sjis_emoji_kddi2unicode()
363 int w = s, si, c; in mbfilter_sjis_emoji_sb2unicode()
367 if (s >= mb_tbl_code2uni_sb1_min && s <= mb_tbl_code2uni_sb1_max) { in mbfilter_sjis_emoji_sb2unicode()
645 if (s <= 137) { in mbfl_filt_conv_sjis_mobile_wchar()
646 if (s == 31) { in mbfl_filt_conv_sjis_mobile_wchar()
665 } else if (s >= 0 && s < jisx0208_ucs_table_size) { /* X 0208 */ in mbfl_filt_conv_sjis_mobile_wchar()
671 } else if (s >= (94*94) && s < (114*94)) { /* user (95ku - 114ku) */ in mbfl_filt_conv_sjis_mobile_wchar()
[all …]
/PHP-7.4/ext/tokenizer/tests/
H A Dbad_character.phpt26 Warning: Unexpected character in input: ' in %s on line %d
32 Warning: Unexpected character in input: '%s' (ASCII=1) state=0 in %s on line %d
38 Warning: Unexpected character in input: '%s' (ASCII=1) state=0 in %s on line %d
40 Warning: Unexpected character in input: '%s' (ASCII=2) state=0 in %s on line %d
42 Warning: Unexpected character in input: '%s' (ASCII=3) state=0 in %s on line %d
/PHP-7.4/tests/security/
H A Dopen_basedir_chmod.phpt43 …basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
46 …restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
49 …pen_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
52 …en_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
55 …open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
58 …sedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on line %d
61 …striction in effect. File(../bad/./bad.txt) is not within the allowed path(s): (.) in %s on line %d
64 …basedir restriction in effect. File(./../.) is not within the allowed path(s): (.) in %s on line %d
/PHP-7.4/ext/exif/tests/
H A Dbug72094.phpt28 Warning: exif_read_data(bug72094_1.jpg): File structure corrupted in %s%ebug72094.php on line %d
30 Warning: exif_read_data(bug72094_1.jpg): Invalid JPEG file in %s%ebug72094.php on line %d
32 Warning: exif_read_data(bug72094_2.jpg): Illegal IFD size in %s%ebug72094.php on line %d
34 Warning: exif_read_data(bug72094_2.jpg): File structure corrupted in %s%ebug72094.php on line %d
36 Warning: exif_read_data(bug72094_2.jpg): Invalid JPEG file in %s%ebug72094.php on line %d
50 Warning: exif_read_data(bug72094_3.jpg): Illegal IFD size in %s%ebug72094.php on line %d
52 Warning: exif_read_data(bug72094_3.jpg): File structure corrupted in %s%ebug72094.php on line %d
54 Warning: exif_read_data(bug72094_3.jpg): Invalid JPEG file in %s%ebug72094.php on line %d
56 Warning: exif_read_data(bug72094_4.jpg): Invalid TIFF start (1) in %s%ebug72094.php on line %d
58 Warning: exif_read_data(bug72094_4.jpg): File structure corrupted in %s%ebug72094.php on line %d
[all …]

Completed in 36 milliseconds

1...<<11121314151617181920>>...251