Home
last modified time | relevance | path

Searched refs:s (Results 376 – 400 of 6057) sorted by relevance

1...<<11121314151617181920>>...243

/PHP-8.1/ext/xsl/tests/
H A Dbug54446.phpt72 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li…
74 Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test.txt refused in %s on line …
76 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li…
78 …essor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test.txt denied in %s on li…
82 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li…
84 Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test.txt refused in %s on line …
86 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li…
88 …essor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test.txt denied in %s on li…
H A Dbug54446_with_ini.phpt73 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li…
75 Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test_with_ini.txt refused in %s
77 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li…
79 …::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test_with_ini.txt denied in %s o…
83 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li…
85 Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test_with_ini.txt refused in %s
87 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li…
89 …::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test_with_ini.txt denied in %s o…
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_last_insert_id.phpt18 … printf("[001] No query has been run, lastInsertId() should return '0'/string got '%s'/%s\n",
22 printf("[002] MySQL does not support sequences, expecting '0'/string got '%s'/%s\n",
27 printf("[003] Expecting '0'/string got '%s'/%s", var_export($tmp, true), gettype($tmp));
31 printf("[004] Expecting '0'/string got '%s'/%s", var_export($tmp, true), gettype($tmp));
35 printf("[005] Expecting '0'/string got '%s'/%s", var_export($tmp, true), gettype($tmp));
40 printf("[006] Expecting '0'/string got '%s'/%s", var_export($tmp, true), gettype($tmp));
44 printf("[006] Expecting '0'/string got '%s'/%s", var_export($tmp, true), gettype($tmp));
49 printf("[007] Expecting '0'/string got '%s'/%s", var_export($tmp, true), gettype($tmp));
53 printf("[008] Expecting '0'/string got '%s'/%s", var_export($tmp, true), gettype($tmp));
102 … printf("[014] %s, [%s} %s\n", $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
[all …]
/PHP-8.1/ext/soap/tests/
H A Dbug71610.phpt11 …e('O:10:"SoapClient":3:{s:3:"uri";s:1:"a";s:8:"location";s:19:"http://example.org/";s:8:"_cookies"…
/PHP-8.1/ext/session/tests/
H A Dsession_decode_error2.phpt39 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
46 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
53 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
60 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
67 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
74 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
81 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
88 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
95 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
102 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
[all …]
H A D005.phpt2 custom save handler, multiple session_start()s, complex data structure test.
19 …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: test005, 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:"b…
132 WRITE: test005, 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:"b…
H A D025.phpt2 custom save handler, multiple session_start()s, complex data structure test.
19 …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:"…
114 WRITE: test025, 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:"b…
134 WRITE: test025, 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:"b…
/PHP-8.1/ext/standard/tests/strings/
H A Dsprintf_f_2.phpt20 $format = 'There are %d monkeys in the %s';
24 $format = 'The %s contains %d monkeys';
33 That\'s a nice %2$s full of %1$d monkeys.';
50 var_dump(sprintf("%%s = '%s'", $n)); // string representation
59 $s = 'monkey';
62 var_dump(sprintf("[%s]", $s)); // standard string output
63 var_dump(sprintf("[%10s]", $s)); // right-justification with spaces
64 var_dump(sprintf("[%-10s]", $s)); // left-justification with spaces
65 var_dump(sprintf("[%010s]", $s)); // zero-padding works on strings too
66 var_dump(sprintf("[%'#10s]", $s)); // use the custom padding character '#'
[all …]
/PHP-8.1/ext/spl/tests/
H A Dbug49263.phpt8 $s = new splObjectStorage();
10 $s->attach($o1, array('prev' => 2, 'next' => $o2));
11 $s->attach($o2, array('prev' => $o1));
13 $ss = serialize($s);
14 unset($s,$o1,$o2);
19 …2:{i:0;a:4:{i:0;O:8:"stdClass":0:{}i:1;a:2:{s:4:"prev";i:2;s:4:"next";O:8:"stdClass":0:{}}i:2;r:6;…
/PHP-8.1/Zend/tests/generators/
H A Dyield_from_backtrace.phpt31 #0 %s(%d): gen()
33 #0 %s(%d): from(2)
34 #1 %s(%d): gen()
36 #0 %s(%d): gen()
41 #1 %s(%d): Generator->next()
43 #0 %s(%d): from(2)
45 #2 %s(%d): Generator->next()
48 #1 %s(%d): Generator->next()
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_dump_debug_info.phpt14 …f("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
20 printf("[004] Expecting boolean/[true|false] value, got %s/%s, [%d] %s\n",
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",
92 …f("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
141 printf("[%03d] Expecting array/any_non_empty, got %s/%s\n",
159 printf("[%03d] Expecting array/any_non_empty, got %s/%s\n",
183 printf("[%03d] Expecting array/any_non_empty, got %s/%s\n",
207 printf("[%03d] Expecting array/any_non_empty, got %s/%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_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_expire_password.phpt10 …tf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
70 printf("[001] Cannot connect [%d] %s\n",
81 printf("[003] Cannot connect [%d] %s\n",
92 printf("[005] Cannot connect [%d] %s\n",
104 printf("[007] Cannot connect [%d] %s\n",
119 printf("[001] Cannot connect [%d] %s\n",
139 Warning: mysqli%sconnect(): (HY000/%d): %s in %s on line %d
140 [001] Cannot connect [%d] %s
142 Warning: mysqli%sconnect(): (HY000/%d): %s in %s on line %d
143 [003] Cannot connect [%d] %s
[all …]
/PHP-8.1/ext/standard/tests/dir/
H A Dbug80960.phpt14 Warning: opendir(notexist*): %s (code: 123) in %s on line %d
16 Warning: opendir(notexist*): Failed to open directory: No such file or directory in %s on line %d
18 Warning: opendir(notexist?): %s (code: 123) in %s on line %d
20 Warning: opendir(notexist?): Failed to open directory: No such file or directory in %s on line %d
22 Warning: opendir(longname%r_+%r): %s (code: 111) in %s on line %d
24 Warning: opendir(longname%r_+%r): Failed to open directory: Filename too long in %s on line %d
/PHP-8.1/ext/openssl/tests/
H A Dbug68920.phpt17 'local_cert' => '%s',
67 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
69 Warning: stream_socket_client(): Unable to connect to %s (Unknown error) in %s on line %d
74 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
76 Warning: stream_socket_client(): Unable to connect to %s (Unknown error) in %s on line %d
81 Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d
83 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
85 Warning: stream_socket_client(): Unable to connect to %s (Unknown error) in %s on line %d
90 Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d
92 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
[all …]
/PHP-8.1/ext/snmp/tests/
H A Dsnmpget.phpt52 string(%d) "%s"
54 string(%d) "%s"
56 string(%d) "%s"
59 ["%s"]=>
60 string(%d) "%s"
64 ["%s"]=>
65 string(%d) "%s"
66 ["%s"]=>
85 Warning: snmpget(): Error in packet at '%s': (noSuchName) There is no such variable name in this MI…
95 ["%s"]=>
[all …]
/PHP-8.1/ext/oci8/tests/
H A Derror_set.phpt16 $s = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
18 $r = oci_set_action($c, $s);
23 $r = oci_set_client_identifier($c, $s);
28 $r = oci_set_module_name($c, $s);
33 $r = oci_set_client_info($c, $s);
39 $s = "x";
41 $r = oci_set_action($c, $s);
44 $r = oci_set_client_identifier($c, $s);
47 $r = oci_set_module_name($c, $s);
50 $r = oci_set_client_info($c, $s);
/PHP-8.1/ext/zip/tests/
H A Doo_supported.phpt46 bool(%s)
47 bool(%s)
49 bool(%s)
50 bool(%s)
58 bool(%s)
59 bool(%s)
61 bool(%s)
62 bool(%s)
64 bool(%s)
65 bool(%s)
/PHP-8.1/tests/lang/
H A Dbug28213.phpt10 #0 %s(%d): FooBar::error(2, 'include(foobar....', '%s', 4)
11 #1 %s(%d): include()
12 #0 %s(%d): FooBar::error(2, 'include(): Fail...', '%s', 4)
13 #1 %s(%d): include()
/PHP-8.1/ext/standard/tests/file/
H A Dbug35740.phpt11 Warning: include(%s): Failed to open stream: %s in %s on line %d
13 Warning: include(): Failed opening '%s' for inclusion (include_path='%s') in %s on line %d
/PHP-8.1/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 …]
/PHP-8.1/Zend/tests/
H A Dfalsetoarray.phpt122 Deprecated: Automatic conversion of false to array is deprecated in %s
125 Deprecated: Automatic conversion of false to array is deprecated in %s
130 Deprecated: Automatic conversion of false to array is deprecated in %s
133 Deprecated: Automatic conversion of false to array is deprecated in %s
136 Deprecated: Automatic conversion of false to array is deprecated in %s
139 Deprecated: Automatic conversion of false to array is deprecated in %s
144 Deprecated: Automatic conversion of false to array is deprecated in %s
147 Deprecated: Automatic conversion of false to array is deprecated in %s
150 Deprecated: Automatic conversion of false to array is deprecated in %s
153 Deprecated: Automatic conversion of false to array is deprecated in %s
[all …]

Completed in 52 milliseconds

1...<<11121314151617181920>>...243