Home
last modified time | relevance | path

Searched refs:engine (Results 26 – 50 of 98) sorted by relevance

1234

/PHP-8.0/ext/mysqli/tests/
H A D040.phpt18 mysqli_query($link, "CREATE TABLE test_result (a int, b varchar(10)) ENGINE=" . $engine);
H A D046.phpt18 mysqli_query($link, "CREATE TABLE test_affected (foo int) ENGINE=" . $engine);
H A Dtable.inc20 …($link, 'CREATE TABLE test(id INT DEFAULT 0, label CHAR(1), PRIMARY KEY(id)) ENGINE=' . $engine)) {
H A DREADME.md30 # Storage engine to use
H A D009.phpt32 c8 bigint unsigned) ENGINE=" . $engine);
61 …, "CREATE TABLE test_bind_fetch_uint(c1 integer unsigned, c2 integer unsigned) ENGINE=" . $engine);
H A D043.phpt19 b int) ENGINE=" . $engine);
H A Dbug48909.phpt17 … !$link->query(sprintf("CREATE TABLE test(id INT, label varchar(255)) ENGINE = %s", $engine)))
H A Dbug49027.phpt24 !mysqli_query($link, sprintf("CREATE TABLE test(id INT) ENGINE=%s", $engine))) {
H A D005.phpt18 … if (!mysqli_query($link, "CREATE TABLE test_bind_fetch(c1 char(10), c2 text) ENGINE=" . $engine))
H A D042.phpt25 c7 smallint) ENGINE=" . $engine);
H A Dbug49442.phpt14 if ($msg = check_local_infile_support($link, $engine))
36 …sqli_query($link, 'CREATE TABLE test(id INT, label CHAR(1), PRIMARY KEY(id)) ENGINE=' . $engine)) {
H A D048.phpt24 col11 char(20)) ENGINE=" . $engine);
H A D012.phpt24 c8 varchar(10)) ENGINE=" . $engine);
H A Dbug52891.phpt24 if (!$link->query("CREATE TABLE tuint(a BIGINT UNSIGNED) ENGINE=" . $engine) ||
25 !$link->query("CREATE TABLE tsint(a BIGINT) ENGINE=" . $engine)) {
H A D006.phpt27 c7 int) ENGINE=" . $engine);
H A D007.phpt27 c7 smallint) ENGINE=" . $engine);
H A D008.phpt27 c7 tinyint) ENGINE=" . $engine);
H A D010.phpt29 c7 float(10) unsigned) ENGINE=" . $engine);
H A D011.phpt24 c8 varchar(50)) ENGINE=" . $engine);
H A D036.phpt22 …ATE TABLE t036 (a bigint not null auto_increment primary key, b varchar(10)) ENGINE = " . $engine);
/PHP-8.0/ext/pdo_mysql/tests/
H A DREADME.md18 # Storage engine to use
H A Dpdo_mysql_interface.phpt10 die("skip Transactional engine not found");
H A Dpdo_mysql_commit.phpt10 die("skip Transactional engine not found");
59 // Ok, lets check MyISAM resp. any other non-transactional engine
/PHP-8.0/Zend/tests/
H A Dbug38779_1.phpt2 Bug #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapp…
/PHP-8.0/main/
H A Dphp_ini.c53 zend_llist engine; member
208 zend_llist_add_element(&extension_lists.engine, &extension_name); in php_ini_parser_cb()
416 zend_llist_init(&extension_lists.engine, sizeof(char *), (llist_dtor_func_t) free_estring, 1); in php_init_config()
755 zend_llist_apply(&extension_lists.engine, php_load_zend_extension_cb); in php_ini_register_extensions()
758 zend_llist_destroy(&extension_lists.engine); in php_ini_register_extensions()

Completed in 44 milliseconds

1234