Home
last modified time | relevance | path

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

12345

/PHP-7.1/ext/mysqli/tests/
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 Dtable.inc20 …($link, 'CREATE TABLE test(id INT DEFAULT 0, label CHAR(1), PRIMARY KEY(id)) ENGINE=' . $engine)) {
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 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 D043.phpt19 b int) ENGINE=" . $engine);
H A D005.phpt18 if (!mysqli_query($link, "CREATE TABLE test_bind_fetch(c1 char(10), c2 text) 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 D012.phpt24 c8 varchar(10)) ENGINE=" . $engine);
H A D042.phpt25 c7 smallint) 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 D036.phpt22 …ATE TABLE t036 (a bigint not null auto_increment primary key, b varchar(10)) 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 D048.phpt24 col11 char(20)) ENGINE=" . $engine);
/PHP-7.1/Zend/RFCs/
H A D001.txt8 engine) the object model's design is that instantiated objects are
46 previous versions of the scripting engine. However, you won't bump
88 This is how the scripting engine has worked until today. Most
124 will also be possible to request that the engine will emit an E_NOTICE
/PHP-7.1/Zend/tests/
H A Dbug38779_1.phpt2 Bug #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapp…
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_interface.phpt10 die("skip Transactional engine not found");
H A Dpdo_mysql_commit.phpt10 die("skip Transactional engine not found");
54 // Ok, lets check MyISAM resp. any other non-transactional engine
/PHP-7.1/main/
H A Dphp_ini.c56 zend_llist engine; member
236 zend_llist_add_element(&extension_lists.engine, &extension_name); in php_ini_parser_cb()
398 zend_llist_init(&extension_lists.engine, sizeof(char *), (llist_dtor_func_t) free_estring, 1); in php_init_config()
740 zend_llist_apply(&extension_lists.engine, php_load_zend_extension_cb); in php_ini_register_extensions()
743 zend_llist_destroy(&extension_lists.engine); in php_ini_register_extensions()
/PHP-7.1/ext/simplexml/
H A DREADME25 Due to engine problems it is currently not possible to access

Completed in 43 milliseconds

12345