Home
last modified time | relevance | path

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

1234

/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt118 func_mysqli_stmt_get_result($link, $engine, "i", "TINYINT", -11, 20);
119 func_mysqli_stmt_get_result($link, $engine, "i", "TINYINT", NULL, 40);
123 func_mysqli_stmt_get_result($link, $engine, "i", "BOOL", 1, 100);
124 func_mysqli_stmt_get_result($link, $engine, "i", "BOOL", NULL, 120);
125 func_mysqli_stmt_get_result($link, $engine, "i", "BOOLEAN", 0, 140);
154 func_mysqli_stmt_get_result($link, $engine, "i", "BIGINT", -1, 1780);
162 func_mysqli_stmt_get_result($link, $engine, "d", "FLOAT", NULL, 620);
183 func_mysqli_stmt_get_result($link, $engine, "s", "DATE", NULL, 880);
193 func_mysqli_stmt_get_result($link, $engine, "s", "TIME", NULL, 1020);
198 func_mysqli_stmt_get_result($link, $engine, "s", "YEAR", NULL, 1080);
[all …]
H A Dmysqli_fetch_array_oo.phpt80 // don't bail, engine might not support the datatype
150 func_mysqli_fetch_array($mysqli, $engine, "BOOL", 1, "1", 60);
151 func_mysqli_fetch_array($mysqli, $engine, "BOOL", NULL, NULL, 70);
152 func_mysqli_fetch_array($mysqli, $engine, "BOOLEAN", 0, "0", 80);
181 func_mysqli_fetch_array($mysqli, $engine, "FLOAT", NULL, NULL, 300);
198 func_mysqli_fetch_array($mysqli, $engine, "DATE", NULL, NULL, 430);
208 func_mysqli_fetch_array($mysqli, $engine, "TIME", NULL, NULL, 500);
211 func_mysqli_fetch_array($mysqli, $engine, "YEAR", NULL, NULL, 530);
245 func_mysqli_fetch_array($mysqli, $engine, "BLOB", "a", "a", 780);
247 func_mysqli_fetch_array($mysqli, $engine, "BLOB", NULL, NULL, 790);
[all …]
H A Dmysqli_stmt_bind_result.phpt156 func_mysqli_stmt_bind_result($link, $engine, "i", "TINYINT", -11, 20);
157 func_mysqli_stmt_bind_result($link, $engine, "i", "TINYINT", NULL, 40);
161 func_mysqli_stmt_bind_result($link, $engine, "i", "BOOL", 1, 100);
162 func_mysqli_stmt_bind_result($link, $engine, "i", "BOOL", NULL, 120);
163 func_mysqli_stmt_bind_result($link, $engine, "i", "BOOLEAN", 0, 140);
192 func_mysqli_stmt_bind_result($link, $engine, "i", "BIGINT", -1, 1780);
200 func_mysqli_stmt_bind_result($link, $engine, "d", "FLOAT", NULL, 620);
221 func_mysqli_stmt_bind_result($link, $engine, "s", "DATE", NULL, 880);
231 func_mysqli_stmt_bind_result($link, $engine, "s", "TIME", NULL, 1020);
236 func_mysqli_stmt_bind_result($link, $engine, "s", "YEAR", NULL, 1080);
[all …]
H A Dmysqli_fetch_all_oo.phpt102 // don't bail, engine might not support the datatype
175 func_mysqli_fetch_all_oo($link, $engine, "BOOL", 1, "1", 60);
176 func_mysqli_fetch_all_oo($link, $engine, "BOOL", NULL, NULL, 70);
177 func_mysqli_fetch_all_oo($link, $engine, "BOOLEAN", 0, "0", 80);
222 func_mysqli_fetch_all_oo($link, $engine, "DATE", NULL, NULL, 430);
234 func_mysqli_fetch_all_oo($link, $engine, "TIME", NULL, NULL, 500);
238 func_mysqli_fetch_all_oo($link, $engine, "YEAR", NULL, NULL, 530);
272 func_mysqli_fetch_all_oo($link, $engine, "BLOB", "a", "a", 780);
274 func_mysqli_fetch_all_oo($link, $engine, "BLOB", NULL, NULL, 790);
276 func_mysqli_fetch_all_oo($link, $engine, "TEXT", "a", "a", 800);
[all …]
H A Dmysqli_fetch_array.phpt73 // don't bail, engine might not support the datatype
150 func_mysqli_fetch_array($link, $engine, "TINYINT", -11, "-11", 20);
155 func_mysqli_fetch_array($link, $engine, "BOOL", 1, "1", 60);
156 func_mysqli_fetch_array($link, $engine, "BOOL", NULL, NULL, 70);
157 func_mysqli_fetch_array($link, $engine, "BOOLEAN", 0, "0", 80);
186 func_mysqli_fetch_array($link, $engine, "FLOAT", NULL, NULL, 300);
204 func_mysqli_fetch_array($link, $engine, "DATE", NULL, NULL, 430);
215 func_mysqli_fetch_array($link, $engine, "TIME", NULL, NULL, 500);
219 func_mysqli_fetch_array($link, $engine, "YEAR", NULL, NULL, 530);
257 func_mysqli_fetch_array($link, $engine, "TEXT", "a", "a", 800);
[all …]
H A Dmysqli_fetch_all.phpt89 // don't bail, engine might not support the datatype
163 func_mysqli_fetch_all($link, $engine, "BOOL", 1, "1", 60);
164 func_mysqli_fetch_all($link, $engine, "BOOL", NULL, NULL, 70);
165 func_mysqli_fetch_all($link, $engine, "BOOLEAN", 0, "0", 80);
210 func_mysqli_fetch_all($link, $engine, "DATE", NULL, NULL, 430);
220 func_mysqli_fetch_all($link, $engine, "TIME", NULL, NULL, 500);
224 func_mysqli_fetch_all($link, $engine, "YEAR", NULL, NULL, 530);
258 func_mysqli_fetch_all($link, $engine, "BLOB", "a", "a", 780);
260 func_mysqli_fetch_all($link, $engine, "BLOB", NULL, NULL, 790);
262 func_mysqli_fetch_all($link, $engine, "TEXT", "a", "a", 800);
[all …]
H A Dmysqli_stmt_bind_param.phpt201 func_mysqli_stmt_bind_datatype($link, $engine, "i", "TINYINT", -11, 20);
202 func_mysqli_stmt_bind_datatype($link, $engine, "i", "TINYINT", NULL, 30);
206 func_mysqli_stmt_bind_datatype($link, $engine, "i", "BOOL", 1, 60);
207 func_mysqli_stmt_bind_datatype($link, $engine, "i", "BOOL", NULL, 70);
208 func_mysqli_stmt_bind_datatype($link, $engine, "i", "BOOLEAN", 0, 80);
244 func_mysqli_stmt_bind_datatype($link, $engine, "d", "FLOAT", NULL, 310);
272 func_mysqli_stmt_bind_datatype($link, $engine, "s", "DATE", NULL, 440);
282 func_mysqli_stmt_bind_datatype($link, $engine, "s", "TIME", NULL, 510);
286 func_mysqli_stmt_bind_datatype($link, $engine, "s", "YEAR", NULL, 540);
322 func_mysqli_stmt_bind_datatype($link, $engine, "b", "BLOB", "", 790);
[all …]
H A Dmysqli_stmt_fetch_geom.phpt17 function func_mysqli_stmt_fetch_geom($link, $engine, $sql_type, $bind_value, $offset) {
24 …sprintf("CREATE TABLE test(id INT, label %s, PRIMARY KEY(id)) ENGINE = %s", $sql_type, $engine))) {
124 func_mysqli_stmt_fetch_geom($link, $engine, "GEOMETRY", "$geomFromText('POINT(2 2)')", 20);
125 func_mysqli_stmt_fetch_geom($link, $engine, "POINT", "$geomFromText('POINT(1 1)')", 40);
126 …func_mysqli_stmt_fetch_geom($link, $engine, "LINESTRING", "$geomFromText('LINESTRING(0 0,1 1,2 2)'…
127 …func_mysqli_stmt_fetch_geom($link, $engine, "POLYGON", "$geomFromText('POLYGON((0 0,10 0,10 10,0 1…
128 …func_mysqli_stmt_fetch_geom($link, $engine, "MULTIPOINT", "$geomFromText('MULTIPOINT(1 1, 2 2)')",…
129 …func_mysqli_stmt_fetch_geom($link, $engine, "MULTILINESTRING", "$geomFromText('MULTILINESTRING((0 …
130 …func_mysqli_stmt_fetch_geom($link, $engine, "MULTIPOLYGON", "$geomFromText('MULTIPOLYGON(((0 0,10 …
131 …func_mysqli_stmt_fetch_geom($link, $engine, "GEOMETRYCOLLECTION", "$geomFromText('GEOMETRYCOLLECTI…
H A Dmysqli_stmt_get_result_geom.phpt20 function func_mysqli_stmt_get_result_geom($link, $engine, $sql_type, $bind_value, $offset) {
27 …sprintf("CREATE TABLE test(id INT, label %s, PRIMARY KEY(id)) ENGINE = %s", $sql_type, $engine))) {
126 func_mysqli_stmt_get_result_geom($link, $engine, "GEOMETRY", "$geomFromText('POINT(2 2)')", 20);
127 func_mysqli_stmt_get_result_geom($link, $engine, "POINT", "$geomFromText('POINT(1 1)')", 40);
128 …func_mysqli_stmt_get_result_geom($link, $engine, "LINESTRING", "$geomFromText('LINESTRING(0 0,1 1,…
129 …func_mysqli_stmt_get_result_geom($link, $engine, "POLYGON", "$geomFromText('POLYGON((0 0,10 0,10 1…
130 …func_mysqli_stmt_get_result_geom($link, $engine, "MULTIPOINT", "$geomFromText('MULTIPOINT(1 1, 2 2…
131 …func_mysqli_stmt_get_result_geom($link, $engine, "MULTILINESTRING", "$geomFromText('MULTILINESTRIN…
132 …func_mysqli_stmt_get_result_geom($link, $engine, "MULTIPOLYGON", "$geomFromText('MULTIPOLYGON(((0 …
133 …func_mysqli_stmt_get_result_geom($link, $engine, "GEOMETRYCOLLECTION", "$geomFromText('GEOMETRYCOL…
H A Dmysqli_stmt_bind_param_type_juggling.phpt12 …function bind_twice($link, $engine, $sql_type1, $sql_type2, $bind_type1, $bind_type2, $bind_value1…
20 … $sql = sprintf("CREATE TABLE test(col1 %s, col2 %s) ENGINE=%s", $sql_type1, $sql_type2, $engine);
86 bind_twice($link, $engine, 'CHAR(1)', 'CHAR(1)', 's', 's', 'a', 'b', 10);
87 bind_twice($link, $engine, 'INT', 'INT', 'i', 'i', 1, 2, 20);
88 bind_twice($link, $engine, 'FLOAT', 'FLOAT', 'd', 'd', 1.01, 1.02, 30);
91 bind_twice($link, $engine, 'CHAR(1)', 'CHAR(1)', 's', 's', 1, 2, 40);
93 bind_twice($link, $engine, 'INT', 'INT', 'i', 'i', '1', '2', 50);
95 bind_twice($link, $engine, 'FLOAT', 'FLOAT', 'd', 'd', '1.01', '1.02', 60);
116 bind_twice($link, $engine, 'INT', 'CHAR(1)', 'i', 's', 1, 'a', 70);
H A Dbug42378.phpt14 function create_table($link, $column, $min, $max, $engine, $offset) {
25 $column, $engine);
159 $expected = create_table($link, 'FLOAT', -10000, 10000, $engine, 90);
164 $expected = create_table($link, 'FLOAT', -10000, 10000, $engine, 110);
169 $expected = create_table($link, 'FLOAT UNSIGNED', 0, 10000, $engine, 130);
174 $expected = create_table($link, 'DECIMAL(5,0)', -1000, 1000, $engine, 150);
H A Dmysqli_stmt_bind_result_format.phpt14 function create_table($link, $column, $min, $max, $engine, $offset) {
24 $column, $engine);
164 $expected = create_table($link, 'FLOAT', -10000, 10000, $engine, 90);
169 $expected = create_table($link, 'FLOAT UNSIGNED', 0, 10000, $engine, 110);
174 $expected = create_table($link, 'TINYINT', -128, 127, $engine, 130);
179 $expected = create_table($link, 'SMALLINT UNSIGNED', 0, 65535, $engine, 150);
184 $expected = create_table($link, 'MEDIUMINT', 0, 8388607, $engine, 170);
189 $expected = create_table($link, 'INT UNSIGNED', 0, 1000, $engine, 190);
194 $expected = create_table($link, 'BIGINT', -1000, 1000, $engine, 210);
199 $expected = create_table($link, 'DECIMAL(5,0)', -1000, 1000, $engine, 230);
H A Dmysqli_fetch_array_large.phpt105 function test_fetch($host, $user, $passwd, $db, $port, $socket, $engine, $flags = null) {
115 …BLE test(id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, label VARCHAR(255)) ENGINE = %s", $engine))) {
158 test_fetch($host, $user, $passwd, $db, $port, $socket, $engine, null);
159 test_fetch($host, $user, $passwd, $db, $port, $socket, $engine, MYSQLI_CLIENT_COMPRESS);
H A Dbug53503.phpt12 if ($msg = check_local_infile_support($link, $engine))
32 … (!$link->query("CREATE TABLE test (dump1 INT UNSIGNED NOT NULL PRIMARY KEY) ENGINE=" . $engine)) {
H A D003.phpt26 c7 timestamp(6)) ENGINE=" . $engine);
46 c7 timestamp) ENGINE=" . $engine);
H A Dbug77956.phpt14 if ($msg = check_local_infile_support($link, $engine))
29 … (!$link->query("CREATE TABLE test (dump1 INT UNSIGNED NOT NULL PRIMARY KEY) ENGINE=" . $engine)) {
H A Dbug68077.phpt14 if ($msg = check_local_infile_support($link, $engine))
37 … (!$link->query("CREATE TABLE test (dump1 INT UNSIGNED NOT NULL PRIMARY KEY) ENGINE=" . $engine)) {
H A Dmysqli_stmt_get_result_non_select.phpt38 foreach ($engines as $k => $engine)
39 foreach ($engine as $k => $v)
H A D037.phpt20 mysqli_query($link, "CREATE TABLE test_result (a int, b varchar(10)) ENGINE = " . $engine);
H A D038.phpt19 mysqli_query($link, "CREATE TABLE test_result (a int, b varchar(10)) ENGINE = " . $engine);
/PHP-8.0/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.0/ext/standard/tests/file/
H A Drealpath_bug77484.phpt2 Bug #77484 Zend engine crashes when calling realpath in invalid working dir
/PHP-8.0/sapi/apache2handler/
H A Dphp_apache.h71 zend_bool engine; member
/PHP-8.0/Zend/tests/
H A Dbug38779.phpt2 Bug #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapp…

Completed in 49 milliseconds

1234