Home
last modified time | relevance | path

Searched refs:exec (Results 201 – 225 of 321) sorted by relevance

12345678910>>...13

/PHP-7.4/ext/sqlite3/tests/
H A Dbug66550.phpt12 $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-7.4/ext/pdo_dblib/tests/
H A Dbug_69757.phpt13 exec dbo.sp_executesql N'
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dpdo_fetch_func_001.phpt11 $db->exec('CREATE TABLE testing (id INTEGER , name VARCHAR)');
12 $db->exec('INSERT INTO testing VALUES(1, "php")');
13 $db->exec('INSERT INTO testing VALUES(2, "")');
H A Dbug33841.phpt12 $db->exec('CREATE TABLE test (text)');
H A Dbug66033.phpt20 $pdo->exec("CREATE TABLE IF NOT EXISTS messages (
H A Dbug70862.phpt11 $db->exec('CREATE TABLE test(field BLOB)');
H A Dpdo_sqlite_tostring_exception.phpt15 $db->exec('CREATE TABLE t(id int, v varchar(255))');
/PHP-7.4/ext/standard/tests/general_functions/
H A Descapeshellarg_basic-win32-mb.phpt12 * Source code: ext/standard/exec.c
H A Descapeshellarg_basic-win32.phpt12 * Source code: ext/standard/exec.c
H A Descapeshellarg_basic.phpt12 * Source code: ext/standard/exec.c
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_76449.phpt20 var_dump($dbh->exec("INSERT INTO test VALUES ('hihi2', 'xxxxx')"));
/PHP-7.4/ext/pdo/tests/
H A Dbug_44173.phpt17 $db->exec("CREATE TABLE test (x int)");
18 $db->exec("INSERT INTO test VALUES (1)");
H A Dbug_39398.phpt17 $db->exec("CREATE TABLE test (test INT)");
H A Dbug_40285.phpt18 $db->exec('CREATE TABLE test (field1 VARCHAR(32), field2 VARCHAR(32), field3 VARCHAR(32), field4 IN…
H A Dpecl_bug_5217.phpt20 $db->exec('CREATE TABLE test (id int NOT NULL PRIMARY KEY, val VARCHAR(10))');
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.h35 PHPDBG_COMMAND(exec);
/PHP-7.4/ext/standard/tests/file/
H A Dbug22414.phpt26 exec($cmd);
/PHP-7.4/ext/standard/tests/network/
H A Dbug73594.phpt9 exec("dig -tmx php.net +noall +additional 2>/dev/null", $out, $ret);
H A Dbug73594a.phpt9 exec("dig -tmx php.net +noall +authority 2>/dev/null", $out, $ret);
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug79596.phpt27 $pdo->exec("DROP TABLE IF EXISTS bug79596");
H A Dbug_44707.phpt31 $db->exec('DROP TABLE IF EXISTS test');
32 $db->exec('CREATE TABLE test(id INT, mybool TINYINT)');
/PHP-7.4/ext/odbc/tests/
H A Dbug47803.phpt64 print ('[sql] exec: '."array({$k['name']}, {$k['id']})");
78 print ('[sql] exec: '."array({$k['id']})");

Completed in 36 milliseconds

12345678910>>...13