Home
last modified time | relevance | path

Searched refs:engine (Results 76 – 100 of 102) sorted by relevance

12345

/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_begintransaction.phpt10 die("skip Transactional engine not found");
148 // TODO: What about an engine that does not support transactions?
H A Dpdo_mysql_attr_autocommit.phpt54 // nice, we have a transactional engine to play with
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_bit.phpt48 …, bit_value BIT(%d) NOT NULL, bit_null BIT(%d) DEFAULT NULL) ENGINE="%s"', $bits, $bits, $engine)))
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt22 …ABLE test(id INT NOT NULL AUTO_INCREMENT, label LONGBLOB, PRIMARY KEY(id)) ENGINE = %s", $engine)))
H A Dmysqli_stmt_get_result_bit.phpt51 …, bit_value BIT(%d) NOT NULL, bit_null BIT(%d) DEFAULT NULL) ENGINE="%s"', $bits, $bits, $engine)))
H A Dmysqli_affected_rows_oo.phpt28 … (!$mysqli->query('CREATE TABLE test(id INT, label CHAR(1), PRIMARY KEY(id)) ENGINE = ' . $engine))
H A Dmysqli_stmt_bind_result_bit.phpt47 …bit_value BIT(%d) NOT NULL, bit_null BIT(%d) DEFAULT NULL) ENGINE = %s", $bits, $bits, $engine))) {
H A Dconnect.inc16 $engine = getenv("MYSQL_TEST_ENGINE") ? getenv("MYSQL_TEST_ENGINE") : "MyISAM";
H A Dmysqli_prepare.phpt43 …if (!is_object(($stmt = mysqli_prepare($link, 'CREATE TABLE test2(id INT) ENGINE =' . $engine))) |…
H A Dmysqli_stmt_send_long_data.phpt33 …ABLE test(id INT NOT NULL AUTO_INCREMENT, label LONGBLOB, PRIMARY KEY(id)) ENGINE = %s", $engine)))
H A Dmysqli_affected_rows.phpt36 …sqli_query($link, 'CREATE TABLE test(id INT, label CHAR(1), PRIMARY KEY(id)) ENGINE = ' . $engine))
H A Dmysqli_stmt_affected_rows.phpt33 …_prepare($stmt, 'CREATE TABLE test(id INT, label CHAR(1), PRIMARY KEY(id)) ENGINE = ' . $engine) ||
H A Dmysqli_get_client_stats.phpt20 no_index_used - difficult to simulate because server/engine dependent
21 bad_index_used - difficult to simulate because server/engine dependent
590 if (!mysqli_query($link, "CREATE TABLE non_result_set_queries_test(id INT) ENGINE = " . $engine)) {
/PHP-7.2/sapi/litespeed/
H A Dlsapi_main.c96 static int engine = 1; variable
847 engine = 0; in alter_ini()
1152 engine = 1; in processReq()
1155 if ( engine ) { in processReq()
/PHP-7.2/sapi/apache2handler/
H A Dphp_functions.c536 …STD_PHP_INI_ENTRY("engine", "1", PHP_INI_ALL, OnUpdateBool, engine, php_apache2_info_struct, php…
H A Dsapi_apache2.c619 if (!AP2(engine)) { in php_handler()
/PHP-7.2/
H A DEXTENSIONS163 COMMENT: Integrates SQLite 3 embeddable SQL database engine.
H A DCODING_STANDARDS79 In almost all cases, memory returned to the engine must be allocated
H A DINSTALL679 contains the basic engine (plus gettext and iconv). Next, take a look
1541 php_admin_flag engine on
1545 php_admin_flag engine on
1803 And for IIS4 you need to tell it that PHP is a script engine.
H A Dphp.ini-development177 ; Enable the PHP scripting language engine under Apache.
178 ; http://php.net/engine
179 engine = On
H A Dphp.ini-production177 ; Enable the PHP scripting language engine under Apache.
178 ; http://php.net/engine
179 engine = On
/PHP-7.2/win32/
H A Dinstall.txt350 Note: In PHP 4, the engine was named 'ActivePHP', so if you are
429 check the 'Script engine' checkbox. Now, click OK a few times.
448 exclusions' blank, and check the 'Script engine' checkbox. Now,
1349 php_admin_flag engine on
1682 tell it that PHP is a script engine. Also, you will want to read this
/PHP-7.2/sapi/phpdbg/
H A Dxml.md603 - wrongapi: wrong Zend engine version (apineeded / apiinstalled attributes give information about t…
/PHP-7.2/ext/pcre/pcrelib/
H A DREADME777 16/32-bit features of the DFA matching engine.
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic6742 0 string CUBE Map file for cube and cube2 engine games
7282 >132 ubelong 0 Extensible storage engine
11561 # Build engine group files (Duke Nukem, Shadow Warrior, ...)
11564 0 string KenSilverman Build engine group file
11629 # NetImmerse/Gamebryo game engine entries
11631 # Summary: Gamebryo game engine file
11634 0 string Gamebryo\ File\ Format,\ Version\ Gamebryo game engine file
11637 # Summary: Gamebryo game engine file
11640 0 string ;Gamebryo\ KFM\ File\ Version\ Gamebryo game engine animation File
11643 # Summary: NetImmerse game engine file
[all …]

Completed in 126 milliseconds

12345