Home
last modified time | relevance | path

Searched refs:s (Results 201 – 225 of 5928) sorted by relevance

12345678910>>...238

/PHP-8.1/Zend/tests/
H A Dconcat_001.phpt16 $s = "some string";
21 var_dump($a.$s);
27 var_dump($o.$s);
32 var_dump($s.$o);
33 var_dump($s.$a);
34 var_dump($s.$i);
35 var_dump($s.$d);
36 var_dump($s.$s);
40 var_dump($i.$s);
46 var_dump($d.$s);
[all …]
/PHP-8.1/ext/standard/tests/file/
H A Dtouch_variation6-win32.phpt165 Warning: touch(): Unable to create file touchVar5.tmp\..\BADDIR\aSubDirOrFile because %s in %s on l…
168 Warning: touch(): Unable to create file BADDIR\aSubDirOrFile because %s in %s on line %d
169 --- testing %s\touchVar5.tmp\aSubDirOrFile ---
175 --- testing %s\BADDIR\aSubDirOrFile ---
177 Warning: touch(): Unable to create file %s\BADDIR\aSubDirOrFile because %s in %s on line %d
180 Warning: touch(): Unable to create file touchVar5.tmp\aSubDirOrFile\ because %s in %s on line %d
181 --- testing %s\touchVar5.tmp\aSubDirOrFile\ ---
183 Warning: touch(): Unable to create file %s\touchVar5.tmp\aSubDirOrFile\ because %s in %s on line %d
188 --- testing /%s/touchVar5.tmp/aSubDirOrFile ---
198 --- testing %s\touchVar5.tmp\aSubDirOrFile ---
[all …]
H A Dreadlink_variation1.phpt40 Warning: readlink(): %s in %s on line %d
43 Warning: readlink(): %s in %s on line %d
46 Warning: readlink(): %s in %s on line %d
49 Warning: readlink(): %s in %s on line %d
52 Warning: readlink(): %s in %s on line %d
55 Warning: readlink(): %s in %s on line %d
H A Dtempnam_variation1-win32-mb.phpt60 File name is => %s%et%s
64 File name is => %s%et%s
68 File name is => %s%et%s
72 File name is => %s%et%s
76 File name is => %s%et%s
80 File name is => %s%et%s
84 File name is => %s%et%s
88 File name is => %s%et%s
92 File name is => %s%et%s
96 File name is => %s%et%s
H A Dtempnam_variation1-win32.phpt60 File name is => %s%et%s
64 File name is => %s%et%s
68 File name is => %s%et%s
72 File name is => %s%et%s
76 File name is => %s%et%s
80 File name is => %s%et%s
84 File name is => %s%et%s
88 File name is => %s%et%s
92 File name is => %s%et%s
96 File name is => %s%et%s
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_release_savepoint.phpt11 die(sprintf("skip Cannot connect, [%d] %s", mysqli_connect_errno(), mysqli_connect_error()));
14 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
23 …f("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
33 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
36 … printf("[008] Cannot create test table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
39 … printf("[009] Cannot turn off autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
43 …printf("[010] Got %s - [%d] %s\n", var_dump($tmp, true), mysqli_errno($link), mysqli_error($link));
46 printf("[011] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
50 printf("[012] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
53 …printf("[013] Got %s - [%d] %s\n", var_dump($tmp, true), mysqli_errno($link), mysqli_error($link));
[all …]
H A Dmysqli_character_set.phpt20 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
24 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
35 printf("[005] Cannot get list of available character sets, [%d] %s\n",
54 printf("[006 + %s] [%d] %s\n", $k, mysqli_errno($link), mysqli_error($link));
58 printf("[007 + %s] %s [%d] %s\n", $k, $sql, mysqli_errno($link), mysqli_error($link));
63 printf("[008 + %s] [%d] %s\n", $k, mysqli_errno($link), mysqli_error($link));
72 printf("[009 + %s] [%d] %s\n", $k, mysqli_errno($link), mysqli_error($link));
78 printf("[010 + %s] [%d] %s\n", $k, mysqli_errno($link), mysqli_error($link));
83 printf("[011 + %s] [%d] %s\n", $k, mysqli_errno($link), mysqli_error($link));
86 printf("[012 + %s] Expecting %d, got %s, [%d] %s\n", $k,
[all …]
H A Dmysqli_stmt_get_result_bit.phpt38 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
49 printf("[002 - %d] [%d] %s\n",$bits, mysqli_errno($link), mysqli_error($link));
52 printf("[003 - %d] [%d] %s\n", $bits, mysqli_errno($link), mysqli_error($link));
76 $sql = sprintf("INSERT INTO test(id, bit_value) VALUES (%s, b'%s')", $value, $bin);
83 … printf("[004 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
88 … printf("[005 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
94 printf("[007 - %d] [%d] %s\n", $bits, mysqli_errno($link), mysqli_error($link));
99 … printf("[008 - %d] Insert of %s in BIT(%d) column might have failed. id = %s, bin = %s (%s/%s)\n",
105 printf("%10s %64s\n%10s %64s\n", '_bin', $row['_bin'], 'insert', $bin);
106 printf("[009 - %d] Expecting %s got %s\n", $bits, $value, $row['bit_value']);
[all …]
H A Dmysqli_character_set_name.phpt15 …f("[005] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
19 printf("[005] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
30 printf("[008] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
39 …bugs.mysql.com/bug.php?id=7923, collation %s instead of character set returned, expected string/%s
42 …printf("[011] Expecting character set %s/%s, got %s/%s\n", gettype($tmp['charset']), $tmp['charset…
48 …printf("[012] Alias mysqli_character_set_name returned %s/%s, expected %s/%s\n", gettype($charset…
H A Dmysqli_fetch_assoc_bit.phpt35 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
46 printf("[002 - %d] [%d] %s\n",$bits, mysqli_errno($link), mysqli_error($link));
70 $sql = sprintf("INSERT INTO test(id, bit_value) VALUES (%s, b'%s')", $value, $bin);
76 printf("[003 - %d] [%d] %s\n", $bits, mysqli_errno($link), mysqli_error($link));
78 …alue) AS _bin, bit_value + 0 AS _bit_value0, bit_value, bit_null FROM test WHERE id = %s", $value);
80 printf("[004 - %d] [%d] %s\n", $bits, mysqli_errno($link), mysqli_error($link));
83 printf("[005 - %d] [%d] %s\n", $bits, mysqli_errno($link), mysqli_error($link));
87 … printf("[006 - %d] Insert of %s in BIT(%d) column might have failed. id = %s, bin = %s (%s/%s)\n",
93 printf("%10s %64s\n%10s %64s\n", '_bin', $row['_bin'], 'insert', $bin);
94 printf("[007 - %d] Expecting %s got %s\n", $bits, $value, $row['bit_value']);
[all …]
H A Dmysqli_stmt_bind_result_bit.phpt29 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
33 …f("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
44 printf("[003 - %d] [%d] %s\n", $bits, mysqli_errno($link_ins), mysqli_error($link_ins));
52 printf("[004 - %d] [%d] %s\n", $bits, mysqli_errno($link_ins), mysqli_error($link_ins));
57 … printf("[005 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
63 printf("[006 - %d] [%d] %s\n", $bits, mysqli_errno($link_sel), mysqli_error($link_sel));
95 … printf("[007 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
117 … printf("[011 - %d] mysqli_stmt_fetch() has failed for %d bits - ret = %s/%s, [%d] %s, [%d] %s\n",
128 … printf("[012 - %d] Insert of %s in BIT(%d) column might have failed. id = %s, bin = %s (%s/%s)\n",
134 printf("[013 - %d] Expecting %s got %s\n", $bits, $value, $row['bit_value']);
[all …]
H A Dmysqli_stmt_bind_param_type_juggling.phpt16 printf("[%03d + 1] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
21 … $sql = sprintf("CREATE TABLE test(col1 %s, col2 %s) ENGINE=%s", $sql_type1, $sql_type2, $engine);
23 printf("[%03d + 2] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
28 printf("[%03d + 3] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
58 printf("[%03d + 9] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
68 … printf("[%03d + 11] Expecting col1 = %s, col2 = %s got col1 = %s, col2 = %s - [%d] %s\n",
77 … printf("[%03d + 12] Expecting col1 = %s, col2 = %s got col1 = %s, col2 = %s - [%d] %s\n",
87 bind_twice($link, $engine, 'CHAR(1)', 'CHAR(1)', 's', 's', 'a', 'b', 10);
92 bind_twice($link, $engine, 'CHAR(1)', 'CHAR(1)', 's', 's', 1, 2, 40);
98 /* now, let's have two columns of different type and do type juggling */
[all …]
/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_euc_jp_win.c96 int c1, s, w, n; in mbfl_filt_conv_eucjpwin_wchar() local
120 if (s <= 137) { in mbfl_filt_conv_eucjpwin_wchar()
121 if (s == 31) { in mbfl_filt_conv_eucjpwin_wchar()
123 } else if (s == 32) { in mbfl_filt_conv_eucjpwin_wchar()
125 } else if (s == 33) { in mbfl_filt_conv_eucjpwin_wchar()
127 } else if (s == 60) { in mbfl_filt_conv_eucjpwin_wchar()
129 } else if (s == 80) { in mbfl_filt_conv_eucjpwin_wchar()
131 } else if (s == 81) { in mbfl_filt_conv_eucjpwin_wchar()
141 } else if (s >= 0 && s < jisx0208_ucs_table_size) { /* X 0208 */ in mbfl_filt_conv_eucjpwin_wchar()
177 if (s >= 0 && s < jisx0212_ucs_table_size) { in mbfl_filt_conv_eucjpwin_wchar()
[all …]
/PHP-8.1/ext/date/lib/
H A Dparse_iso_intervals.c33 # define strtoll(s, f, b) _atoi64(s) argument
36 # define strtoll(s, f, b) atoll(s) argument
38 # define strtoll(s, f, b) strtol(s, f, b) argument
66 #define DEBUG_OUTPUT(s) printf("%s\n", s); argument
95 s->errors->error_messages[s->errors->error_count - 1].position = s->tok ? s->tok - s->str : 0; in add_error()
96 s->errors->error_messages[s->errors->error_count - 1].character = s->tok ? *s->tok : 0; in add_error()
103 memcpy(tmp, s->tok, s->cur - s->tok); in timelib_string()
297 case 'S': s->period->s = nr; break; in scan()
331 s->pos = cursor; s->line++; in scan()
951 while (isspace(*s) && s < e) { in timelib_strtointerval()
[all …]
/PHP-8.1/Zend/tests/typehints/
H A Dor_null.phpt236 #0 %s(32): unloadedClass(1)
240 #0 %s(38): loadedClass(1)
244 #0 %s(44): loadedInterface(1)
248 #0 %s(52): callableF(1)
252 #0 %s(60): iterableF(1)
260 #0 %s(78): returnUnloadedClass()
264 #0 %s(88): returnLoadedClass()
284 #0 %s(138): returnCallable()
288 #0 %s(148): returnIterable()
292 #0 %s(158): returnInt()
[all …]
/PHP-8.1/ext/date/tests/
H A Ddate_time_fractions_serialize.phpt10 $s = serialize( $dt );
11 echo $s, "\n";
13 $u = unserialize( $s );
17 O:8:"DateTime":3:{s:4:"date";s:26:"2016-10-03 12:47:18.819313";s:13:"timezone_type";i:3;s:8:"timezo…
H A Dbug52113.phpt25 's' => 2,
47 ["s"]=>
70s:1:"y";i:0;s:1:"m";i:0;s:1:"d";i:0;s:1:"h";i:4;s:1:"i";i:0;s:1:"s";i:0;s:1:"f";d:0;s:7:"weekday";…
77 's' => 0,
99 ["s"]=>
148 ["s"]=>
187 ["s"]=>
236 ["s"]=>
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_begintransaction.phpt24 printf("[002] Cannot start a transaction, [%s] [%s]\n",
40 printf("[005] [%s] %s\n", $db->errorCode(), implode(' ', $db->errorInfo()));
46 printf("[006] [%s] %s\n", $db->errorCode(), implode(' ', $db->errorInfo()));
52 printf("[008] [%s] %s\n", $db->errorCode(), implode(' ', $db->errorInfo()));
58 printf("[010] [%s] %s\n", $db->errorCode(), implode(' ', $db->errorInfo()));
63 printf("[011] [%s] %s\n", $db->errorCode(), implode(' ', $db->errorInfo()));
68 printf("[012] [%s] %s\n", $db->errorCode(), implode(' ', $db->errorInfo()));
74 printf("[013] [%s] %s\n", $db->errorCode(), implode(' ', $db->errorInfo()));
156 printf("[031] Cannot start a transaction, [%s] [%s]\n",
169 printf("[035] Cannot start a transaction, [%s] [%s]\n",
[all …]
/PHP-8.1/ext/gd/tests/
H A Dgd_info_variation1.phpt21 string(%d) %s
25 bool(%s)
27 bool(%s)
29 bool(%s)
31 bool(%s)
33 bool(%s)
35 bool(%s)
37 bool(%s)
39 bool(%s)
43 bool(%s)
/PHP-8.1/ext/openssl/tests/
H A Dopenssl_spki_new_basic.phpt44 string(478) "%s"
45 string(478) "%s"
46 string(478) "%s"
47 string(478) "%s"
48 string(830) "%s"
49 string(830) "%s"
50 string(830) "%s"
51 string(830) "%s"
52 string(1510) "%s"
53 string(1510) "%s"
[all …]
/PHP-8.1/ext/spl/tests/
H A Diterator_042.phpt42 Error AppendIterator::append(): Argument #1 ($iterator) must be of type Iterator, array given in %s
44 %s"storage"%s"ArrayIterator":private]=>
48 %s"storage"%s"ArrayIterator":private]=>
56 %s"storage"%s"ArrayIterator":private]=>
67 %s"storage"%s"ArrayIterator":private]=>
71 %s"storage"%s"ArrayIterator":private]=>
79 %s"storage"%s"ArrayIterator":private]=>
89 %s"storage"%s"ArrayIterator":private]=>
/PHP-8.1/ext/phar/tests/
H A Dbug69324.phar1 …����s:71:"hi there";���c�����D���o߹���#���a:2:{i:0;s:2:"hi";i:1;s:5:"there";}���d�����D�…
/PHP-8.1/ext/intl/tests/
H A Dtransliterator_transliterate_basic.phpt8 $s = "Κοντογιαννάτος, Βασίλης";
9 echo $t->transliterate($s),"\n";
10 echo transliterator_transliterate($t, $s),"\n";
11 echo $t->transliterate($s, 3),"\n";
12 echo $t->transliterate($s, 3, 4),"\n";
17 Kontogiannátos, Basílēs
18 Kontogiannátos, Basílēs
19 ΚονTogiannátos, Basílēs
/PHP-8.1/ext/xml/tests/
H A Dbug72085.phpt12 Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
14 Warning: xml_parse(): Unable to call handler in %s on line %d
18 Warning: xml_parse(): Unable to call handler in %s on line %d
22 Warning: xml_parse(): Unable to call handler in %s on line %d
26 Warning: xml_parse(): Unable to call handler in %s on line %d
30 Warning: xml_parse(): Unable to call handler in %s on line %d
34 Warning: xml_parse(): Unable to call handler in %s on line %d
38 Warning: xml_parse(): Unable to call handler in %s on line %d
42 Warning: xml_parse(): Unable to call handler in %s on line %d
46 Warning: xml_parse(): Unable to call handler in %s on line %d
[all …]
/PHP-8.1/ext/oci8/tests/
H A Dfetch_all3.phpt39 oci_execute($s);
44 oci_execute($s);
49 oci_execute($s);
54 oci_execute($s);
59 oci_execute($s);
64 oci_execute($s);
69 oci_execute($s);
74 oci_execute($s);
79 oci_execute($s);
84 oci_execute($s);
[all …]

Completed in 159 milliseconds

12345678910>>...238