Home
last modified time | relevance | path

Searched refs:exec (Results 226 – 250 of 394) sorted by relevance

12345678910>>...16

/php-src/ext/sqlite3/tests/
H A Dbug66550.phpt10 $db->exec('CREATE TABLE foo (id INTEGER, bar STRING)');
H A Dsqlite3_16_select_no_results.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
H A Dexception_from_toString.phpt15 $db->exec('CREATE TABLE t(id int, v varchar(255))');
H A Dsqlite3_blob_bind_resource.phpt11 var_dump($db->exec('CREATE TABLE test (id STRING, data BLOB)'));
/php-src/ext/pdo_dblib/tests/
H A Dbug_69757.phpt17 exec dbo.sp_executesql N'
/php-src/ext/pdo/tests/
H A Dbug_71447.phpt21 $db->exec('CREATE TABLE test71447(id int)');
22 $db->exec('INSERT INTO test71447 VALUES(1)');
H A Dbug_44173.phpt18 $db->exec("CREATE TABLE test44173 (x int)");
19 $db->exec("INSERT INTO test44173 VALUES (1)");
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorcode.phpt42 $db->exec("DROP TABLE IF EXISTS {$table}");
48 $db->exec('DROP TABLE IF EXISTS pdo_mysql_errorcode_unknown');
H A Dpdo_mysql_types.phpt2 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 Dpdo_mysql_stmt_fetch_serialize_simple.phpt45 …$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 Dpdo_mysql_quote_binary.phpt18 $db->exec("SET NAMES 'utf8'");
H A Dpdo_mysql_local_infile_directory_allowed.phpt18 $ret = $db->exec($sql);
80 $db->exec('DROP TABLE IF EXISTS test_local_inifile_dir_allowed');
H A Dpdo_mysql_local_infile_overrides_local_infile_directory.phpt18 $ret = $db->exec($sql);
80 $db->exec('DROP TABLE IF EXISTS test_local_inifile_overrides');
H A Dpdo_mysql_attr_multi_statements.phpt27 $db->exec($create);
28 $db->exec(sprintf('INSERT INTO %s(id) VALUES (1)', $table));
/php-src/sapi/phpdbg/
H A Dphpdbg_print.c32 …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 Dphpdbg_prompt.h33 PHPDBG_COMMAND(exec);
/php-src/ext/pdo_pgsql/tests/
H A Dgh15287.phpt21 $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 Dbug66033.phpt18 $pdo->exec("CREATE TABLE IF NOT EXISTS messages (
H A Dbug70862.phpt11 $db->exec('CREATE TABLE test_70862(field BLOB)');
H A Dpdo_sqlite_tostring_exception.phpt15 $db->exec('CREATE TABLE t(id int, v varchar(255))');
/php-src/ext/pdo_firebird/tests/
H A Dbug_76449.phpt21 var_dump($dbh->exec("INSERT INTO test76449 VALUES ('hihi2', 'xxxxx')"));
/php-src/ext/standard/tests/network/
H A Dbug73594a.phpt9 exec("dig -tmx php.net +noall +authority 2>/dev/null", $out, $ret);
H A Dbug73594.phpt9 exec("dig -tmx php.net +noall +additional 2>/dev/null", $out, $ret);
/php-src/ext/odbc/tests/
H A Dbug47803.phpt65 print ('[sql] exec: '."array({$k['name']}, {$k['id']})");
79 print ('[sql] exec: '."array({$k['id']})");
/php-src/ext/standard/tests/file/
H A Dbug22414.phpt29 exec($cmd);

Completed in 25 milliseconds

12345678910>>...16