Searched refs:exec (Results 251 – 275 of 394) sorted by relevance
1...<<111213141516
/php-src/ext/pdo/tests/ |
H A D | bug_39398.phpt | 18 $db->exec("CREATE TABLE test39398 (test INT)");
|
H A D | bug_40285.phpt | 19 $db->exec('CREATE TABLE test40285 (field1 VARCHAR(32), field2 VARCHAR(32), field3 VARCHAR(32), fiel…
|
H A D | pecl_bug_5217.phpt | 21 $db->exec('CREATE TABLE test5217 (id int NOT NULL PRIMARY KEY, val VARCHAR(10))');
|
H A D | bug_35671.phpt | 18 $db->exec('CREATE TABLE test35671 (field1 VARCHAR(32), field2 VARCHAR(32), field3 VARCHAR(32))');
|
H A D | pdo_035.phpt | 19 $db->exec('CREATE TABLE ' . TABLE_NAME .' (id int, name varchar(10))'); 20 $db->exec('INSERT INTO ' . TABLE_NAME .' VALUES (23, \'0\')'); 107 $db->exec("DROP TABLE " . TABLE_NAME);
|
/php-src/ext/pdo_mysql/tests/ |
H A D | bug79596.phpt | 28 $pdo->exec("DROP TABLE IF EXISTS bug79596");
|
H A D | bug81037.phpt | 34 $db->exec('DROP TABLE IF EXISTS bug81037_pdo_mysql');
|
H A D | pdomysql_001.phpt | 32 $db->exec('DROP TABLE IF EXISTS pdomysql_001');
|
H A D | unsigned_bigint.phpt | 29 $db->exec('DROP TABLE IF EXISTS unsigned_bigint_pdo_mysql');
|
H A D | pdo_mysql_stmt_rowcount.phpt | 37 $db->exec('DROP TABLE IF EXISTS pdo_mysql_stmt_rowcount');
|
H A D | pdo_mysql_rollback.phpt | 92 $db->exec('DROP TABLE IF EXISTS pdo_mysql_rollback'); 93 $db->exec('DROP TABLE IF EXISTS pdo_mysql_rollback_2');
|
H A D | bug75177.phpt | 35 $db->exec('DROP TABLE IF EXISTS test_75177');
|
H A D | bug_38546.phpt | 18 $db->exec("SET sql_mode='STRICT_TRANS_TABLES'"); 26 $db->exec($query); 190 $db->exec('DROP TABLE IF EXISTS test_38546');
|
/php-src/ext/pdo_pgsql/tests/ |
H A D | bug36727.phpt | 26 $db->exec("DROP TABLE IF EXISTS test36727");
|
H A D | copy_from_generator.phpt | 18 $db->exec('CREATE TABLE test_copy_from_generator (v int)');
|
/php-src/ext/pdo_dblib/tests/ |
H A D | README.md | 7 docker exec sql1 /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U SA -P "<YourStrong@Passw0rd>" -Q "crea…
|
H A D | bug_47588.phpt | 25 $db->exec('DROP TABLE IF EXISTS "Test Table47588"');
|
/php-src/ext/sqlite3/tests/ |
H A D | sqlite3_36_create_collation.phpt | 12 $db->exec('CREATE TABLE t (s varchar(4))');
|
H A D | bug70628.phpt | 9 $db->exec("CREATE TABLE Dogs (Id INTEGER PRIMARY KEY, Breed TEXT, Name TEXT, Age INTEGER)");
|
/php-src/ext/pdo_sqlite/tests/ |
H A D | pdo_sqlite_open_basedir.phpt | 15 var_dump($db->exec('CREATE TABLE test_sqlite_open_basedir (id INT);'));
|
/php-src/ext/pdo_firebird/tests/ |
H A D | pdofirebird_001.phpt | 31 @$dbh->exec("DROP TABLE pdofirebird_001");
|
/php-src/ext/pdo_odbc/tests/ |
H A D | pdoodbc_001.phpt | 30 $db->exec("DROP TABLE IF EXISTS pdoodbc_001");
|
/php-src/Zend/tests/exit/ |
H A D | exit_statements.phpt | 27 exec($command, $output, $exit_status);
|
/php-src/ext/phar/tests/files/ |
H A D | pear2coverage.phar | 953 $this->db->exec(' 962 $this->db->exec('BEGIN'); 989 @$this->db->exec('ROLLBACK'); 1006 @$this->db->exec('ROLLBACK'); 1019 @$this->db->exec('ROLLBACK'); 1033 @$this->db->exec('ROLLBACK'); 1058 $this->db->exec('COMMIT'); 1443 $this->db->exec($query); 1452 $this->db->exec($query); 1497 $this->db->exec('BEGIN'); [all …]
|
/php-src/ext/session/tests/user_session_module/ |
H A D | bug60634_error_5.phpt | 2 …mentation fault when trying to die() in SessionHandler::write()) - fatal error in close during exec
|
Completed in 34 milliseconds
1...<<111213141516