Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/mysqli/tests/
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);
H A D048.phpt24 col11 char(20)) ENGINE=" . $engine);
H A D013.phpt22 c8 varchar(10)) ENGINE=" . $engine);
H A Dlocal_infile_tools.inc9 function check_local_infile_support($link, $engine, $table_name = 'test') {
24 $table_name, $engine)))
H A D002.phpt25 col11 char(20)) ENGINE=" . $engine);
H A D067.phpt45 $mysql->query("CREATE TABLE cursor$i (a int not null) ENGINE=" . $engine);
H A D019.phpt24 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 Dmysqli_real_escape_string_gbk.phpt40 KEY(id)) ENGINE=' . $engine . " DEFAULT CHARSET=gbk")) {
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);
/PHP-5.5/ext/ereg/regex/
H A Dengine.ih6 /* === engine.c === */
/PHP-5.5/ext/mysql/tests/
H A Dmysql_field_flags.phpt100 $sql = sprintf("CREATE TABLE test(id INT, %s) ENGINE = %s", $columns, $engine);
102 // server or engine might not support this
H A Dconnect.inc69 $engine = getenv("MYSQL_TEST_ENGINE") ? getenv("MYSQL_TEST_ENGINE") : "MyISAM";
/PHP-5.5/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-5.5/ext/soap/
H A DTODO.old29 …on static and auto (.net style (http://server.com/soapserver.php?WSDL)) using phpdoc parsing engine
/PHP-5.5/ext/snmp/tests/
H A Dsnmp-object-setSecurity_error.phpt64 Warning: SNMP::setSecurity(): Bad engine ID value 'dsa' in %s on line %d
/PHP-5.5/Zend/RFCs/
H A D003.txt15 addition to the engine for requiring loose types would allow
/PHP-5.5/sapi/apache2filter/
H A DREADME71 Passing script data to engine without temporary file

Completed in 39 milliseconds

12345