Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_non_select.phpt39 foreach ($engines as $k => $engine)
40 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);
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 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 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 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 D042.phpt25 c7 smallint) 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);
/PHP-5.5/ext/mysql/tests/
H A Dbug53649.phpt13 …!mysql_query("CREATE TABLE test (dump1 INT UNSIGNED NOT NULL PRIMARY KEY) ENGINE=" . $engine, $lin…
35 …if (!mysql_query("CREATE TABLE test (dump1 INT UNSIGNED NOT NULL PRIMARY KEY) ENGINE=" . $engine, …
H A Dtable.inc16 if (!mysql_query('CREATE TABLE test(id INT, label CHAR(1), PRIMARY KEY(id)) ENGINE=' . $engine, $li…
/PHP-5.5/Zend/tests/
H A Dbug38779_1.phpt2 Bug #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapp…
/PHP-5.5/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-5.5/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-5.5/ext/simplexml/
H A DREADME25 Due to engine problems it is currently not possible to access
/PHP-5.5/main/
H A Dphp_ini.c60 zend_llist engine; member
235 zend_llist_add_element(&extension_lists.engine, &extension_name); in php_ini_parser_cb()
400 zend_llist_init(&extension_lists.engine, sizeof(char *), (llist_dtor_func_t) free_estring, 1); in php_init_config()
744 zend_llist_apply(&extension_lists.engine, php_load_zend_extension_cb TSRMLS_CC); in php_ini_register_extensions()
747 zend_llist_destroy(&extension_lists.engine); in php_ini_register_extensions()

Completed in 41 milliseconds

12345