Home
last modified time | relevance | path

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

12345678910>>...16

/php-src/ext/pdo_dblib/tests/
H A Dbug_69757.phpt17 exec dbo.sp_executesql N'
/php-src/ext/pdo_mysql/tests/
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_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));
H A Dbug79596.phpt28 $pdo->exec("DROP TABLE IF EXISTS bug79596");
H A Dbug81037.phpt34 $db->exec('DROP TABLE IF EXISTS bug81037_pdo_mysql');
H A Dpdomysql_001.phpt32 $db->exec('DROP TABLE IF EXISTS pdomysql_001');
/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_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/pdo/tests/
H A Dbug_44173.phpt18 $db->exec("CREATE TABLE test44173 (x int)");
19 $db->exec("INSERT INTO test44173 VALUES (1)");
H A Dbug_39398.phpt18 $db->exec("CREATE TABLE test39398 (test INT)");
H A Dbug_40285.phpt19 $db->exec('CREATE TABLE test40285 (field1 VARCHAR(32), field2 VARCHAR(32), field3 VARCHAR(32), fiel…
/php-src/ext/sqlite3/tests/
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/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);
/php-src/ext/pdo_pgsql/tests/
H A Dbug36727.phpt27 $db->exec("DROP TABLE IF EXISTS test36727");

Completed in 25 milliseconds

12345678910>>...16