Home
last modified time | relevance | path

Searched refs:engine (Results 51 – 75 of 102) sorted by relevance

12345

/PHP-7.2/ext/mysqli/tests/
H A D013.phpt22 c8 varchar(10)) ENGINE=" . $engine);
H A D067.phpt45 $mysql->query("CREATE TABLE cursor$i (a int not null) ENGINE=" . $engine);
H A Dmysqli_real_escape_string_gbk.phpt36 KEY(id)) ENGINE=' . $engine . " DEFAULT CHARSET=gbk")) {
H A D002.phpt25 col11 char(20)) ENGINE=" . $engine);
H A Dmysqli_real_escape_string_eucjpms.phpt38 KEY(id)) ENGINE=' . $engine . " DEFAULT CHARSET=eucjpms")) {
H A Dmysqli_real_escape_string_euckr.phpt37 KEY(id)) ENGINE=' . $engine . " DEFAULT CHARSET=euckr")) {
H A Dmysqli_real_escape_string_gb2312.phpt38 KEY(id)) ENGINE=' . $engine . " DEFAULT CHARSET=gb2312")) {
H A D019.phpt24 col11 char(20)) ENGINE=" . $engine);
H A D004.phpt20 if (!mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 char(10), c2 text) ENGINE=" . $engine))
H A D061.phpt15 if ($msg = check_local_infile_support($link, $engine))
H A Dmysqli_stmt_datatype_change.phpt26 $c1->query("create table type_change(a int, b char(10)) ENGINE = " . $engine);
H A Dmysqli_options_init_command.phpt21 !mysqli_query($link, sprintf("CREATE TABLE test(id INT) ENGINE = %s\n", $engine)) ||
H A Dmysqli_real_escape_string_big5.phpt38 KEY(id)) ENGINE=' . $engine . " DEFAULT CHARSET=big5")) {
H A Dmysqli_stmt_fetch_bit.phpt30 …ery($link, $sql = sprintf('CREATE TABLE test(id INT, label BIT(%d)) ENGINE="%s"', $bits, $engine)))
H A D014.phpt27 if (!mysqli_query($link, "CREATE TABLE test(a int, b varchar(10)) engine=InnoDB"))
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt22 …ABLE test(id INT NOT NULL AUTO_INCREMENT, label LONGBLOB, PRIMARY KEY(id)) ENGINE = %s", $engine)))
H A D047.phpt18 …k, "CREATE TABLE test_affected (foo int, bar varchar(10) character set latin1) ENGINE=" . $engine);
H A Dmysqli_insert_packet_overflow.phpt74 if (!mysqli_query($link, "CREATE TABLE test(col_blob LONGBLOB) ENGINE=" . $engine))
/PHP-7.2/Zend/
H A DOBJECTS2_HOWTO57 Otherwise this handler should be NULL and the engine will use
68 get and set handlers are used when engine needs to access the object
166 the engine. If your properties are not zval's, don't define it.
/PHP-7.2/ext/soap/
H A DTODO.old29 …on static and auto (.net style (http://server.com/soapserver.php?WSDL)) using phpdoc parsing engine
/PHP-7.2/ext/snmp/tests/
H A Dsnmp-object-setSecurity_error.phpt63 Warning: SNMP::setSecurity(): Bad engine ID value 'dsa' in %s on line %d
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_non_select.phpt47 // MyISAM engine should be part of _every_ MySQL today
122 // MyISAM engine should be part of _every_ MySQL today
H A Dpdo_mysql_get_attribute.phpt10 die("skip Transactional engine not found");
H A Dpdo_mysql_rollback.phpt10 die("skip Transactional engine not found");
/PHP-7.2/ext/spl/
H A Ddoxygen.cfg215 # Configuration::additions related to the search engine

Completed in 31 milliseconds

12345