Searched refs:exec (Results 226 – 250 of 394) sorted by relevance
12345678910>>...16
/php-src/ext/sqlite3/tests/ |
H A D | bug66550.phpt | 10 $db->exec('CREATE TABLE foo (id INTEGER, bar STRING)');
|
H A D | sqlite3_16_select_no_results.phpt | 12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
|
H A D | exception_from_toString.phpt | 15 $db->exec('CREATE TABLE t(id int, v varchar(255))');
|
H A D | sqlite3_blob_bind_resource.phpt | 11 var_dump($db->exec('CREATE TABLE test (id STRING, data BLOB)'));
|
/php-src/ext/pdo_dblib/tests/ |
H A D | bug_69757.phpt | 17 exec dbo.sp_executesql N'
|
/php-src/ext/pdo/tests/ |
H A D | bug_71447.phpt | 21 $db->exec('CREATE TABLE test71447(id int)'); 22 $db->exec('INSERT INTO test71447 VALUES(1)');
|
H A D | bug_44173.phpt | 18 $db->exec("CREATE TABLE test44173 (x int)"); 19 $db->exec("INSERT INTO test44173 VALUES (1)");
|
/php-src/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_errorcode.phpt | 42 $db->exec("DROP TABLE IF EXISTS {$table}"); 48 $db->exec('DROP TABLE IF EXISTS pdo_mysql_errorcode_unknown');
|
H A D | pdo_mysql_types.phpt | 2 MySQL PDO->exec(), native types wo ZEROFILL 16 $db->exec('DROP TABLE IF EXISTS test_mysql_types'); 18 $db->exec($sql); 182 $db->exec('DROP TABLE IF EXISTS test_mysql_types');
|
H A D | pdo_mysql_stmt_fetch_serialize_simple.phpt | 45 …$db->exec(sprintf('CREATE TABLE test_stmt_fetchserialize_simple(myobj BLOB) ENGINE=%s', MySQLPDOTe… 46 …$db->exec("INSERT INTO test_stmt_fetchserialize_simple(myobj) VALUES ('Data fetched from DB to be … 74 $db->exec('DROP TABLE IF EXISTS test_stmt_fetchserialize_simple');
|
H A D | pdo_mysql_quote_binary.phpt | 18 $db->exec("SET NAMES 'utf8'");
|
H A D | pdo_mysql_local_infile_directory_allowed.phpt | 18 $ret = $db->exec($sql); 80 $db->exec('DROP TABLE IF EXISTS test_local_inifile_dir_allowed');
|
H A D | pdo_mysql_local_infile_overrides_local_infile_directory.phpt | 18 $ret = $db->exec($sql); 80 $db->exec('DROP TABLE IF EXISTS test_local_inifile_overrides');
|
H A D | pdo_mysql_attr_multi_statements.phpt | 27 $db->exec($create); 28 $db->exec(sprintf('INSERT INTO %s(id) VALUES (1)', $table));
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_print.c | 32 …PHPDBG_PRINT_COMMAND_D(exec, "print out the instructions in the main execution context", 'e'… 78 PHPDBG_PRINT(exec) /* {{{ */ in PHPDBG_PRINT() argument 80 if (PHPDBG_G(exec)) { in PHPDBG_PRINT() 86 phpdbg_notice("Context %s (%d ops)", PHPDBG_G(exec), PHPDBG_G(ops)->last); in PHPDBG_PRINT()
|
H A D | phpdbg_prompt.h | 33 PHPDBG_COMMAND(exec);
|
/php-src/ext/pdo_pgsql/tests/ |
H A D | gh15287.phpt | 21 $pdo->exec("create temp table t (n int, t text)"); 22 $pdo->exec("insert into t values (0, 'original')"); 24 $pdo->exec("insert into t select n + 1, 'non '||t from t"); 125 $pdo->exec("create temp table t2 as select 678 n, 'ok' status");
|
/php-src/ext/pdo_sqlite/tests/ |
H A D | bug66033.phpt | 18 $pdo->exec("CREATE TABLE IF NOT EXISTS messages (
|
H A D | bug70862.phpt | 11 $db->exec('CREATE TABLE test_70862(field BLOB)');
|
H A D | pdo_sqlite_tostring_exception.phpt | 15 $db->exec('CREATE TABLE t(id int, v varchar(255))');
|
/php-src/ext/pdo_firebird/tests/ |
H A D | bug_76449.phpt | 21 var_dump($dbh->exec("INSERT INTO test76449 VALUES ('hihi2', 'xxxxx')"));
|
/php-src/ext/standard/tests/network/ |
H A D | bug73594a.phpt | 9 exec("dig -tmx php.net +noall +authority 2>/dev/null", $out, $ret);
|
H A D | bug73594.phpt | 9 exec("dig -tmx php.net +noall +additional 2>/dev/null", $out, $ret);
|
/php-src/ext/odbc/tests/ |
H A D | bug47803.phpt | 65 print ('[sql] exec: '."array({$k['name']}, {$k['id']})"); 79 print ('[sql] exec: '."array({$k['id']})");
|
/php-src/ext/standard/tests/file/ |
H A D | bug22414.phpt | 29 exec($cmd);
|
Completed in 25 milliseconds
12345678910>>...16