Home
last modified time | relevance | path

Searched refs:engine (Results 1 – 25 of 101) sorted by relevance

12345

/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt119 func_mysqli_stmt_get_result($link, $engine, "i", "TINYINT", -11, 20);
120 func_mysqli_stmt_get_result($link, $engine, "i", "TINYINT", NULL, 40);
124 func_mysqli_stmt_get_result($link, $engine, "i", "BOOL", 1, 100);
125 func_mysqli_stmt_get_result($link, $engine, "i", "BOOL", NULL, 120);
126 func_mysqli_stmt_get_result($link, $engine, "i", "BOOLEAN", 0, 140);
155 func_mysqli_stmt_get_result($link, $engine, "i", "BIGINT", -1, 1780);
163 func_mysqli_stmt_get_result($link, $engine, "d", "FLOAT", NULL, 620);
184 func_mysqli_stmt_get_result($link, $engine, "s", "DATE", NULL, 880);
194 func_mysqli_stmt_get_result($link, $engine, "s", "TIME", NULL, 1020);
199 func_mysqli_stmt_get_result($link, $engine, "s", "YEAR", NULL, 1080);
[all …]
H A Dmysqli_fetch_array_oo.phpt81 // don't bail, engine might not support the datatype
151 func_mysqli_fetch_array($mysqli, $engine, "BOOL", 1, "1", 60);
152 func_mysqli_fetch_array($mysqli, $engine, "BOOL", NULL, NULL, 70);
153 func_mysqli_fetch_array($mysqli, $engine, "BOOLEAN", 0, "0", 80);
182 func_mysqli_fetch_array($mysqli, $engine, "FLOAT", NULL, NULL, 300);
199 func_mysqli_fetch_array($mysqli, $engine, "DATE", NULL, NULL, 430);
209 func_mysqli_fetch_array($mysqli, $engine, "TIME", NULL, NULL, 500);
212 func_mysqli_fetch_array($mysqli, $engine, "YEAR", NULL, NULL, 530);
246 func_mysqli_fetch_array($mysqli, $engine, "BLOB", "a", "a", 780);
248 func_mysqli_fetch_array($mysqli, $engine, "BLOB", NULL, NULL, 790);
[all …]
H A Dmysqli_stmt_bind_result.phpt157 func_mysqli_stmt_bind_result($link, $engine, "i", "TINYINT", -11, 20);
158 func_mysqli_stmt_bind_result($link, $engine, "i", "TINYINT", NULL, 40);
162 func_mysqli_stmt_bind_result($link, $engine, "i", "BOOL", 1, 100);
163 func_mysqli_stmt_bind_result($link, $engine, "i", "BOOL", NULL, 120);
164 func_mysqli_stmt_bind_result($link, $engine, "i", "BOOLEAN", 0, 140);
193 func_mysqli_stmt_bind_result($link, $engine, "i", "BIGINT", -1, 1780);
201 func_mysqli_stmt_bind_result($link, $engine, "d", "FLOAT", NULL, 620);
222 func_mysqli_stmt_bind_result($link, $engine, "s", "DATE", NULL, 880);
232 func_mysqli_stmt_bind_result($link, $engine, "s", "TIME", NULL, 1020);
237 func_mysqli_stmt_bind_result($link, $engine, "s", "YEAR", NULL, 1080);
[all …]
H A Dmysqli_fetch_all.phpt88 // don't bail, engine might not support the datatype
162 func_mysqli_fetch_all($link, $engine, "BOOL", 1, "1", 60);
163 func_mysqli_fetch_all($link, $engine, "BOOL", NULL, NULL, 70);
164 func_mysqli_fetch_all($link, $engine, "BOOLEAN", 0, "0", 80);
209 func_mysqli_fetch_all($link, $engine, "DATE", NULL, NULL, 430);
219 func_mysqli_fetch_all($link, $engine, "TIME", NULL, NULL, 500);
223 func_mysqli_fetch_all($link, $engine, "YEAR", NULL, NULL, 530);
257 func_mysqli_fetch_all($link, $engine, "BLOB", "a", "a", 780);
259 func_mysqli_fetch_all($link, $engine, "BLOB", NULL, NULL, 790);
261 func_mysqli_fetch_all($link, $engine, "TEXT", "a", "a", 800);
[all …]
H A Dmysqli_fetch_all_oo.phpt100 // don't bail, engine might not support the datatype
173 func_mysqli_fetch_all_oo($link, $engine, "BOOL", 1, "1", 60);
174 func_mysqli_fetch_all_oo($link, $engine, "BOOL", NULL, NULL, 70);
175 func_mysqli_fetch_all_oo($link, $engine, "BOOLEAN", 0, "0", 80);
220 func_mysqli_fetch_all_oo($link, $engine, "DATE", NULL, NULL, 430);
232 func_mysqli_fetch_all_oo($link, $engine, "TIME", NULL, NULL, 500);
236 func_mysqli_fetch_all_oo($link, $engine, "YEAR", NULL, NULL, 530);
270 func_mysqli_fetch_all_oo($link, $engine, "BLOB", "a", "a", 780);
272 func_mysqli_fetch_all_oo($link, $engine, "BLOB", NULL, NULL, 790);
274 func_mysqli_fetch_all_oo($link, $engine, "TEXT", "a", "a", 800);
[all …]
H A Dmysqli_fetch_array.phpt74 // don't bail, engine might not support the datatype
151 func_mysqli_fetch_array($link, $engine, "TINYINT", -11, "-11", 20);
156 func_mysqli_fetch_array($link, $engine, "BOOL", 1, "1", 60);
157 func_mysqli_fetch_array($link, $engine, "BOOL", NULL, NULL, 70);
158 func_mysqli_fetch_array($link, $engine, "BOOLEAN", 0, "0", 80);
187 func_mysqli_fetch_array($link, $engine, "FLOAT", NULL, NULL, 300);
205 func_mysqli_fetch_array($link, $engine, "DATE", NULL, NULL, 430);
216 func_mysqli_fetch_array($link, $engine, "TIME", NULL, NULL, 500);
220 func_mysqli_fetch_array($link, $engine, "YEAR", NULL, NULL, 530);
258 func_mysqli_fetch_array($link, $engine, "TEXT", "a", "a", 800);
[all …]
H A Dmysqli_stmt_bind_param.phpt202 func_mysqli_stmt_bind_datatype($link, $engine, "i", "TINYINT", -11, 20);
203 func_mysqli_stmt_bind_datatype($link, $engine, "i", "TINYINT", NULL, 30);
207 func_mysqli_stmt_bind_datatype($link, $engine, "i", "BOOL", 1, 60);
208 func_mysqli_stmt_bind_datatype($link, $engine, "i", "BOOL", NULL, 70);
209 func_mysqli_stmt_bind_datatype($link, $engine, "i", "BOOLEAN", 0, 80);
245 func_mysqli_stmt_bind_datatype($link, $engine, "d", "FLOAT", NULL, 310);
273 func_mysqli_stmt_bind_datatype($link, $engine, "s", "DATE", NULL, 440);
283 func_mysqli_stmt_bind_datatype($link, $engine, "s", "TIME", NULL, 510);
287 func_mysqli_stmt_bind_datatype($link, $engine, "s", "YEAR", NULL, 540);
323 func_mysqli_stmt_bind_datatype($link, $engine, "b", "BLOB", "", 790);
[all …]
H A Dmysqli_stmt_fetch_geom.phpt18 function func_mysqli_stmt_fetch_geom($link, $engine, $sql_type, $bind_value, $offset) {
25 …sprintf("CREATE TABLE test(id INT, label %s, PRIMARY KEY(id)) ENGINE = %s", $sql_type, $engine))) {
125 func_mysqli_stmt_fetch_geom($link, $engine, "GEOMETRY", "$geomFromText('POINT(2 2)')", 20);
126 func_mysqli_stmt_fetch_geom($link, $engine, "POINT", "$geomFromText('POINT(1 1)')", 40);
127 …func_mysqli_stmt_fetch_geom($link, $engine, "LINESTRING", "$geomFromText('LINESTRING(0 0,1 1,2 2)'…
128 …func_mysqli_stmt_fetch_geom($link, $engine, "POLYGON", "$geomFromText('POLYGON((0 0,10 0,10 10,0 1…
129 …func_mysqli_stmt_fetch_geom($link, $engine, "MULTIPOINT", "$geomFromText('MULTIPOINT(1 1, 2 2)')",…
130 …func_mysqli_stmt_fetch_geom($link, $engine, "MULTILINESTRING", "$geomFromText('MULTILINESTRING((0 …
131 …func_mysqli_stmt_fetch_geom($link, $engine, "MULTIPOLYGON", "$geomFromText('MULTIPOLYGON(((0 0,10 …
132 …func_mysqli_stmt_fetch_geom($link, $engine, "GEOMETRYCOLLECTION", "$geomFromText('GEOMETRYCOLLECTI…
H A Dmysqli_stmt_get_result_geom.phpt21 function func_mysqli_stmt_get_result_geom($link, $engine, $sql_type, $bind_value, $offset) {
28 …sprintf("CREATE TABLE test(id INT, label %s, PRIMARY KEY(id)) ENGINE = %s", $sql_type, $engine))) {
127 func_mysqli_stmt_get_result_geom($link, $engine, "GEOMETRY", "$geomFromText('POINT(2 2)')", 20);
128 func_mysqli_stmt_get_result_geom($link, $engine, "POINT", "$geomFromText('POINT(1 1)')", 40);
129 …func_mysqli_stmt_get_result_geom($link, $engine, "LINESTRING", "$geomFromText('LINESTRING(0 0,1 1,…
130 …func_mysqli_stmt_get_result_geom($link, $engine, "POLYGON", "$geomFromText('POLYGON((0 0,10 0,10 1…
131 …func_mysqli_stmt_get_result_geom($link, $engine, "MULTIPOINT", "$geomFromText('MULTIPOINT(1 1, 2 2…
132 …func_mysqli_stmt_get_result_geom($link, $engine, "MULTILINESTRING", "$geomFromText('MULTILINESTRIN…
133 …func_mysqli_stmt_get_result_geom($link, $engine, "MULTIPOLYGON", "$geomFromText('MULTIPOLYGON(((0 …
134 …func_mysqli_stmt_get_result_geom($link, $engine, "GEOMETRYCOLLECTION", "$geomFromText('GEOMETRYCOL…
H A Dmysqli_stmt_bind_param_type_juggling.phpt13 …function bind_twice($link, $engine, $sql_type1, $sql_type2, $bind_type1, $bind_type2, $bind_value1…
21 … $sql = sprintf("CREATE TABLE test(col1 %s, col2 %s) ENGINE=%s", $sql_type1, $sql_type2, $engine);
87 bind_twice($link, $engine, 'CHAR(1)', 'CHAR(1)', 's', 's', 'a', 'b', 10);
88 bind_twice($link, $engine, 'INT', 'INT', 'i', 'i', 1, 2, 20);
89 bind_twice($link, $engine, 'FLOAT', 'FLOAT', 'd', 'd', 1.01, 1.02, 30);
92 bind_twice($link, $engine, 'CHAR(1)', 'CHAR(1)', 's', 's', 1, 2, 40);
94 bind_twice($link, $engine, 'INT', 'INT', 'i', 'i', '1', '2', 50);
96 bind_twice($link, $engine, 'FLOAT', 'FLOAT', 'd', 'd', '1.01', '1.02', 60);
117 bind_twice($link, $engine, 'INT', 'CHAR(1)', 'i', 's', 1, 'a', 70);
H A Dbug42378.phpt15 function create_table($link, $column, $min, $max, $engine, $offset) {
26 $column, $engine);
160 $expected = create_table($link, 'FLOAT', -10000, 10000, $engine, 90);
165 $expected = create_table($link, 'FLOAT', -10000, 10000, $engine, 110);
170 $expected = create_table($link, 'FLOAT UNSIGNED', 0, 10000, $engine, 130);
175 $expected = create_table($link, 'DECIMAL(5,0)', -1000, 1000, $engine, 150);
H A Dmysqli_stmt_bind_result_format.phpt15 function create_table($link, $column, $min, $max, $engine, $offset) {
25 $column, $engine);
165 $expected = create_table($link, 'FLOAT', -10000, 10000, $engine, 90);
170 $expected = create_table($link, 'FLOAT UNSIGNED', 0, 10000, $engine, 110);
175 $expected = create_table($link, 'TINYINT', -128, 127, $engine, 130);
180 $expected = create_table($link, 'SMALLINT UNSIGNED', 0, 65535, $engine, 150);
185 $expected = create_table($link, 'MEDIUMINT', 0, 8388607, $engine, 170);
190 $expected = create_table($link, 'INT UNSIGNED', 0, 1000, $engine, 190);
195 $expected = create_table($link, 'BIGINT', -1000, 1000, $engine, 210);
200 $expected = create_table($link, 'DECIMAL(5,0)', -1000, 1000, $engine, 230);
H A Dmysqli_fetch_array_large.phpt109 function test_fetch($host, $user, $passwd, $db, $port, $socket, $engine, $flags = null) {
119 …BLE test(id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, label VARCHAR(255)) ENGINE = %s", $engine))) {
162 test_fetch($host, $user, $passwd, $db, $port, $socket, $engine, null);
163 test_fetch($host, $user, $passwd, $db, $port, $socket, $engine, MYSQLI_CLIENT_COMPRESS);
H A Dbug53503.phpt13 if ($msg = check_local_infile_support($link, $engine))
33 … (!$link->query("CREATE TABLE test (dump1 INT UNSIGNED NOT NULL PRIMARY KEY) ENGINE=" . $engine)) {
H A D003.phpt27 c7 timestamp(6)) ENGINE=" . $engine);
47 c7 timestamp) ENGINE=" . $engine);
H A Dbug77956.phpt15 if ($msg = check_local_infile_support($link, $engine))
30 … (!$link->query("CREATE TABLE test (dump1 INT UNSIGNED NOT NULL PRIMARY KEY) ENGINE=" . $engine)) {
H A Dmysqli_stmt_get_result_non_select.phpt39 foreach ($engines as $engine) {
40 if (stristr($engine[0], 'MyISAM')) {
H A Dbug68077.phpt15 if ($msg = check_local_infile_support($link, $engine))
38 … (!$link->query("CREATE TABLE test (dump1 INT UNSIGNED NOT NULL PRIMARY KEY) ENGINE=" . $engine)) {
H A D037.phpt21 mysqli_query($link, "CREATE TABLE test_result (a int, b varchar(10)) ENGINE = " . $engine);
H A D038.phpt20 mysqli_query($link, "CREATE TABLE test_result (a int, b varchar(10)) ENGINE = " . $engine);
/PHP-8.1/ext/pdo_mysql/tests/
H A Dmysql_pdo_test.inc35 static function createTestTable($db, $engine = null) {
36 if (!$engine)
37 $engine = PDO_MYSQL_TEST_ENGINE;
40 $db->exec('CREATE TABLE test(id INT, label CHAR(1), PRIMARY KEY(id)) ENGINE=' . $engine);
152 if (isset($row['engine']) && isset($row['support'])) {
153 … if ('InnoDB' == $row['engine'] && ('YES' == $row['support'] || 'DEFAULT' == $row['support']))
H A Dtable.inc7 $db->exec('CREATE TABLE test(id INT, label CHAR(1), PRIMARY KEY(id)) ENGINE=' . $engine);
/PHP-8.1/ext/standard/tests/file/
H A Drealpath_bug77484.phpt2 Bug #77484 Zend engine crashes when calling realpath in invalid working dir
/PHP-8.1/sapi/apache2handler/
H A Dphp_apache.h71 bool engine; member
/PHP-8.1/Zend/tests/
H A Dbug38779.phpt2 Bug #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapp…

Completed in 53 milliseconds

12345