Home
last modified time | relevance | path

Searched refs:s (Results 601 – 625 of 6255) sorted by relevance

1...<<21222324252627282930>>...251

/PHP-7.4/ext/oci8/tests/
H A Dimp_res_4.phpt38 $s = oci_parse($c, "begin imp_res_4_proc(); end;");
39 oci_execute($s);
40 oci_fetch($s); // This will fail with ORA-24374
41 var_dump(oci_result($s, 1));
44 $s = oci_parse($c, "begin imp_res_4_proc(); end;");
45 oci_execute($s);
46 $r = oci_fetch_row($s);
48 oci_fetch($s); // This will fail with ORA-24374
49 var_dump(oci_result($s, 1));
50 $r = oci_fetch_row($s);
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_free_result.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
24 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
33 printf("[004] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
42 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
62 Warning: mysqli_free_result(): Couldn't fetch mysqli_result in %s on line %d
66 %s(0) ""
69 Warning: mysqli_free_result() expects parameter 1 to be mysqli_result, bool given in %s on line %d
73 %s(0) ""
76 Warning: mysqli_free_result() expects parameter 1 to be mysqli_result, bool given in %s on line %d
H A D071.phpt21 … printf("[001] Expecting boolean/true got %s/%s\n", gettype($ret), var_export($ret, true));
28 …printf("[001] Expecting boolean/true got %s/%s @\n", gettype($ret), var_export($ret, true), $versi…
32 …printf("[001] Expecting boolean/false got %s/%s @\n", gettype($ret), var_export($ret, true), $vers…
48 … printf("[002] Expecting boolean/true got %s/%s\n", gettype($ret), var_export($ret, true));
55 …printf("[002] Expecting boolean/true got %s/%s @\n", gettype($ret), var_export($ret, true), $versi…
59 …printf("[002] Expecting boolean/false got %s/%s @\n", gettype($ret), var_export($ret, true), $vers…
H A Dmysqli_stmt_bind_param_call_user_func.phpt15 printf("[001] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
36 printf("[005] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
65 printf("[010] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
93 printf("[015] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
121 printf("[020] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
148 printf("[025] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
177 printf("[025] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
206 printf("[030] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
235 printf("[035] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
263 printf("[040] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
[all …]
H A Dmysqli_change_user_get_lock.phpt24 printf("[001] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
27 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
30 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
32 printf("... lock '%s' acquired by thread %d\n", $lock, $thread_id);
47 printf("[004] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
50 printf("[005] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
53 printf("[006] Lock '%s' should have been released, [%d] %s\n",
65 printf("[009] Lock '%s' should have been released, [%d] %s\n",
71 /* Ok, let's try a NEW connection and a NEW lock! */
74 printf("[010] Cannot open new connection, [%d] %s\n",
[all …]
H A Dmysqli_num_fields.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 Warning: mysqli_num_fields(): Couldn't fetch mysqli_result in %s on line %d
H A Dlocal_infile_tools.inc19 if (!mysqli_query($link, sprintf('DROP TABLE IF EXISTS %s', $table_name))) {
23 …!mysqli_query($link, $sql = sprintf('CREATE TABLE %s(id INT, label CHAR(1), PRIMARY KEY(id)) ENGIN…
29 mysqli_query($link, sprintf('DROP TABLE IF EXISTS %s', $table_name));
33 if (!@mysqli_query($link, sprintf("LOAD DATA LOCAL INFILE '%s'
34 INTO TABLE %s
46 mysqli_query($link, sprintf('DROP TABLE IF EXISTS %s', $table_name));
89 printf("Callback set to '%s'\n", $handler);
96 if (!@mysqli_query($link, sprintf("LOAD DATA LOCAL INFILE '%s'
101 printf("[%03d] LOAD DATA failed, [%d] %s\n",
120 printf("[%03d/%d] Expecting %s got %s\n",
[all …]
H A Dmysqli_change_user_set_names.phpt10 die(sprintf("skip [%d] %s", mysqli_connect_errno(), mysqli_connect_error()));
13 die(sprintf("skip [%d] %s\n", mysqli_errno($link), mysqli_error($link)));
32 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
40 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
49 printf("[004] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
52 printf("[005] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
99 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
102 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
141 printf("[013] Expecting object/std_class, got %s/%s\n", gettype($charset), $charset);
144 printf("[014] Expecting connection charset to be %s got %s\n",
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation24.phpt98 Notice: fgetcsv(): delimiter must be a single character in %s on line %d
100 Notice: fgetcsv(): enclosure must be a single character in %s on line %d
110 Notice: fgetcsv(): delimiter must be a single character in %s on line %d
112 Notice: fgetcsv(): enclosure must be a single character in %s on line %d
122 Notice: fgetcsv(): delimiter must be a single character in %s on line %d
124 Notice: fgetcsv(): enclosure must be a single character in %s on line %d
134 Notice: fgetcsv(): delimiter must be a single character in %s on line %d
136 Notice: fgetcsv(): enclosure must be a single character in %s on line %d
146 Notice: fgetcsv(): delimiter must be a single character in %s on line %d
148 Notice: fgetcsv(): enclosure must be a single character in %s on line %d
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_shuffle.phpt5 $s = '123';
6 var_dump(str_shuffle($s));
7 var_dump($s);
10 string(3) %s
H A Dchunk_split_variation8.phpt25 This's heredoc string with \t and \n white space char.
58 Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
61 string(504) "T:::h:::i:::s:::':::s::: :::h:::e:::r:::e:::d:::o:::c::: :::s:::t:::r:::i:::n:::g::: :…
62 ::: :::w:::h:::i:::t:::e::: :::s:::p:::a:::c:::e::: :::c:::h:::a:::r:::.:::
63s::: :::_:::s:::p:::e:::c:::i:::@:::l::: :::c:::h:::@:::r:::$::: :::2:::2:::2:::2::: :::!:::!:::!:…
64 :::c:::h:::u:::n:::k:::_:::s:::p:::l:::i:::t:::(:::):::"
67 Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
70 string(129) "This's heredoc string with and
75 string(141) "This's heredoc string with::: and
80 string(129) "This's heredoc string with and
[all …]
/PHP-7.4/ext/snmp/tests/
H A Dsnmpset.phpt113 $z = snmpset($hostname, $communityWrite, array($oid1, $oid2), array('s', 's'), array($newvalue1), $…
155 Warning: snmpset(): Could not add variable: OID='%s' type='q' value='%i': Bad variable type ("q") i…
159 Warning: snmpset(): Error in packet at '%s': (noSuchName) There is no such variable name in this MI…
203 Warning: snmpset(): '%s': bogus type 'sw', should be single char, got 2 in %s on line %d
209 Warning: snmpset(): '%s': bogus type 'sb', should be single char, got 2 in %s on line %d
215 Warning: snmpset(): '%s': no type set in %s on line %d
221 Warning: snmpset(): '%s': no value set in %s on line %d
227 Warning: snmpset(): Error in packet at '%s': (noSuchName) There is no such variable name in this MI…
233 Warning: snmpset(): Error in packet at '%s': (noSuchName) There is no such variable name in this MI…
239 Warning: snmpset(): Could not add variable: OID='%s' type='q' value='%s': Bad variable type ("q") i…
[all …]
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_errorinfo.phpt35 printf("[001] %s [%s] %s\n",
57 printf("[003] %s [%s] %s\n",
78 …ATE[42S02]: Base table or view not found: 1146 Table '%s.ihopeitdoesnotexist' doesn't exist in %s
85 string(%d) "Table '%s.ihopeitdoesnotexist' doesn't exist"
88 …): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.test' doesn't exist in %s on line…
96 string(%d) "Table '%s.test' doesn't exist"
108 …ATE[42S02]: Base table or view not found: 1146 Table '%s.ihopeitdoesnotexist' doesn't exist in %s
119 …): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.test' doesn't exist in %s on line…
126 string(%d) "Table '%s.test' doesn't exist"
H A Dpdo_mysql_stmt_fetch_serialize.phpt23 printf("%s(%s)\n", __METHOD__, $caller);
28 // printf("%s()\n", __METHOD__);
32 printf("%s()\n", __METHOD__);
36 printf("%s()\n", __METHOD__);
40 printf("%s(%s, %s)\n", __METHOD__, $method, var_export($params, true));
44 printf("%s(%s, %s)\n", __METHOD__, $prop, var_export($value, true));
49 printf("%s(%s)\n", __METHOD__, $prop);
55 printf("%s(%s)\n", __METHOD__, $caller);
66 printf("%s()\n", __METHOD__);
71 printf("%s(%s)\n", __METHOD__, var_export($data, true));
[all …]
/PHP-7.4/ext/sockets/tests/
H A Dsocket_create_pair-wrongparams.phpt24 Warning: socket_create_pair() expects exactly 4 parameters, 3 given in %s on line %d
27 Warning: socket_create_pair() expects parameter 1 to be int, string given in %s on line %d
30 Warning: socket_create_pair(): unable to create socket pair [%d]: %s not supported in %s on line %d
33 …e_pair(): invalid socket domain [31337] specified for argument 1, assuming AF_INET in %s on line %d
35 Warning: socket_create_pair(): unable to create socket pair [%d]: %s not supported in %s on line %d
38 …pair(): invalid socket type [31337] specified for argument 2, assuming SOCK_STREAM in %s on line %d
40 Warning: socket_create_pair(): unable to create socket pair [%d]: %s not supported %s on line %d
/PHP-7.4/ext/intl/tests/
H A Dbreakiter_factories_error.phpt17 …lBreakIterator::createWordInstance() expects parameter 1 to be string, array given in %s on line %d
19 …BreakIterator::createWordInstance(): breakiter_create_word_instance: bad arguments in %s on line %d
22 Warning: IntlBreakIterator::createSentenceInstance() expects at most 1 parameter, 2 given in %s on …
24 …rator::createSentenceInstance(): breakiter_create_sentence_instance: bad arguments in %s on line %d
27 Warning: IntlBreakIterator::createCharacterInstance() expects at most 1 parameter, 2 given in %s on…
29 …tor::createCharacterInstance(): breakiter_create_character_instance: bad arguments in %s on line %d
32 Warning: IntlBreakIterator::createTitleInstance() expects at most 1 parameter, 2 given in %s on lin…
34 …eakIterator::createTitleInstance(): breakiter_create_title_instance: bad arguments in %s on line %d
37 Warning: IntlBreakIterator::createLineInstance() expects at most 1 parameter, 2 given in %s on line…
39 …BreakIterator::createLineInstance(): breakiter_create_line_instance: bad arguments in %s on line %d
H A Dcalendar_fieldDifference_error.phpt22 Warning: IntlCalendar::fieldDifference() expects exactly 2 parameters, 3 given in %s on line %d
24 Warning: IntlCalendar::fieldDifference(): intlcal_field_difference: bad arguments in %s on line %d
27 …lendar::fieldDifference(): intlcal_field_difference: Call to ICU method has failed in %s on line %d
30 Warning: IntlCalendar::fieldDifference() expects exactly 2 parameters, 1 given in %s on line %d
32 Warning: IntlCalendar::fieldDifference(): intlcal_field_difference: bad arguments in %s on line %d
35 Warning: intlcal_field_difference() expects exactly 3 parameters, 4 given in %s on line %d
37 Warning: intlcal_field_difference(): intlcal_field_difference: bad arguments in %s on line %d
40 …ment 1 passed to intlcal_field_difference() must be an instance of IntlCalendar, int given in %s:%d
42 #0 %s(%d): intlcal_field_difference(1, 0, 1)
44 thrown in %s on line %d
H A Dcalendar_getDayOfWeekType_error.phpt22 Warning: IntlCalendar::getDayOfWeekType() expects exactly 1 parameter, 2 given in %s on line %d
24 Warning: IntlCalendar::getDayOfWeekType(): intlcal_get_day_of_week_type: bad arguments in %s on lin…
27 Warning: IntlCalendar::getDayOfWeekType(): intlcal_get_day_of_week_type: invalid day of week in %s
30 Warning: IntlCalendar::getDayOfWeekType() expects exactly 1 parameter, 0 given in %s on line %d
32 Warning: IntlCalendar::getDayOfWeekType(): intlcal_get_day_of_week_type: bad arguments in %s on lin…
35 Warning: intlcal_get_day_of_week_type() expects parameter 2 to be int, string given in %s on line %d
37 Warning: intlcal_get_day_of_week_type(): intlcal_get_day_of_week_type: bad arguments in %s on line …
40 … 1 passed to intlcal_get_day_of_week_type() must be an instance of IntlCalendar, int given in %s:%d
42 #0 %s(%d): intlcal_get_day_of_week_type(1, 1)
44 thrown in %s on line %d
/PHP-7.4/ext/date/tests/
H A Dbug32086.phpt13 echo date("Y-m-d H:i:s T\n", $g);
14 echo date("Y-m-d H:i:s T\n", $i);
15 echo date("Y-m-d H:i:s T\n", $j);
16 echo date("Y-m-d H:i:s T\n", $k);
17 echo date("Y-m-d H:i:s T\n", $l);
24 echo date("Y-m-d H:i:s T\n", $g);
25 echo date("Y-m-d H:i:s T\n", $i);
26 echo date("Y-m-d H:i:s T\n", $j);
27 echo date("Y-m-d H:i:s T\n", $k);
28 echo date("Y-m-d H:i:s T\n", $l);
/PHP-7.4/ext/standard/tests/math/
H A Dbase_convert_basic.phpt36 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
39 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
42 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
45 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
49 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
52 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
55 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
58 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
63 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
66 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
[all …]
/PHP-7.4/ext/sysvshm/tests/
H A D006.phpt12 $s = shm_attach($key, 1024);
14 shm_put_var($s, 1, "test string");
18 var_dump(shm_remove_var($s, -10));
20 var_dump(shm_get_var($s, 1));
22 var_dump(shm_remove_var($s, 1));
23 var_dump(shm_get_var($s, 1));
25 var_dump(shm_remove_var($s, 1));
26 var_dump(shm_get_var($s, 1));
28 shm_remove($s);
/PHP-7.4/ext/ffi/tests/
H A D032.phpt16 } s;
21 $p->s->c = $i;
22 $p->s->d = $i;
23 echo "$i => 3-bit int {$p->s->c}, 3-bit uint {$p->s->d}\n";
25 $p->s->a = 0;
26 $p->s->c = 0;
27 $p->s->d = 0;
28 $p->s->b = 0x7fffffff;
/PHP-7.4/ext/curl/tests/
H A Dcheck_win_config.phpt15 $s = ob_get_contents();
17 preg_match('/curl\n\n(.+)\n\n/siU', $s, $m);
25 cURL Information => %s
49 MULTI_SSL => %s
50 BROTLI => %s
52 Host => %s-pc-win32
53 SSL Version => OpenSSL/%s
54 ZLib Version => %s
55 libSSH Version => libssh2/%s
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug21957.phpt26 $s = @serialize($t);
27 echo $s . "\n";
29 var_dump(unserialize($s));
43 a:2:{s:3:"one";s:3:"ABC";s:3:"two";N;}
/PHP-7.4/ext/standard/tests/array/
H A Drange_errors.phpt46 Warning: range(): step exceeds the specified range in %s on line %d
49 Warning: range(): step exceeds the specified range in %s on line %d
54 Warning: range(): step exceeds the specified range in %s on line %d
57 Warning: range(): step exceeds the specified range in %s on line %d
62 Warning: range(): step exceeds the specified range in %s on line %d
67 Warning: range(): step exceeds the specified range in %s on line %d
77 Warning: range() expects at most 3 parameters, 4 given in %s on line %d
80 Warning: range(): step exceeds the specified range in %s on line %d
86 Warning: range(): step exceeds the specified range in %s on line %d
96 Warning: range(): step exceeds the specified range in %s on line %d
[all …]

Completed in 39 milliseconds

1...<<21222324252627282930>>...251