Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-8.0/ext/pdo/
H A Dpdo_dbh_arginfo.h65 ZEND_METHOD(PDO, exec);
83 ZEND_ME(PDO, exec, arginfo_class_PDO_exec, ZEND_ACC_PUBLIC)
/PHP-8.0/ext/sqlite3/tests/
H A Dbug71049.phpt11 $db->exec('CREATE TABLE test (age INTEGER, id STRING)');
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))');
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_named_placeholder.phpt17 $db->exec('DROP TABLE IF EXISTS test');
18 … $db->exec(sprintf('CREATE TABLE test(id INT, label CHAR(255)) ENGINE=%s', PDO_MYSQL_TEST_ENGINE));
73 $db->exec('DROP TABLE IF EXISTS test');
H A Dpdo_mysql_exec_load_data.phpt2 MySQL PDO->exec(), affected rows
37 $ret = $db->exec($sql);
110 $db->exec('DROP TABLE IF EXISTS test');
H A Dpdo_mysql_stmt_getcolumnmeta.phpt63 $db->exec('DROP TABLE IF EXISTS test');
71 if (!$db->exec(sprintf("INSERT INTO test(id, label) VALUES (1, '%s')", $value))) {
228 $db->exec('DROP TABLE IF EXISTS test');
231 $db->exec('INSERT INTO test(id, label) VALUES (1, 2)');
249 $db->exec('DROP TABLE IF EXISTS test');
252 $db->exec('INSERT INTO test(id) VALUES (1)');
270 $db->exec('DROP TABLE IF EXISTS test');
273 $db->exec('INSERT INTO test(id, label1, label2) VALUES (1, 2, 3)');
301 $db->exec('DROP TABLE IF EXISTS test');
H A Dpdo_mysql_errorcode.phpt43 $db->exec('DROP TABLE IF EXISTS test');
49 $db->exec('DROP TABLE IF EXISTS unknown');
H A Dpdo_mysql_pconnect.phpt23 $db1->exec('SET @pdo_persistent_connection=1');
50 $affected = $db1->exec(sprintf('KILL %d', $con1));
55 @$db1->exec("SET @pdo_persistent_connection=2");
H A Dbug79596.phpt27 $pdo->exec("DROP TABLE IF EXISTS bug79596");
/PHP-8.0/ext/standard/tests/file/
H A Dbug47517.phpt8 exec('net session 2>&1', $out, $status);
H A Dbug22414.phpt26 exec($cmd);
/PHP-8.0/ext/com_dotnet/tests/
H A Dbug77578.phpt15 exec($command, $output, $status);
/PHP-8.0/ext/pdo/tests/
H A Dbug_71447.phpt20 $db->exec('CREATE TABLE test(id int)');
21 $db->exec('INSERT INTO test VALUES(1)');
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…
/PHP-8.0/ext/pdo_oci/tests/
H A Dpdo_oci_stmt_getcolumnmeta.phpt17 $db->exec(<<<SQL
28 $db->exec("CREATE TABLE test(id INT)");
151 $db->exec(<<<SQL
167 if (!$db->exec(sprintf("INSERT INTO test(id, label) VALUES (1, '%s')", $value))) {
200 $db->exec("alter session set nls_date_format='YYYY-MM-DD'");
233 $db->exec(<<<SQL
262 $db->exec('INSERT INTO test(id, label) VALUES (1, 1)');
303 $db->exec(<<<SQL
/PHP-8.0/ext/pdo_dblib/tests/
H A Dbug_69757.phpt13 exec dbo.sp_executesql N'
/PHP-8.0/ext/pdo_firebird/tests/
H A Dbug_76449.phpt20 var_dump($dbh->exec("INSERT INTO test VALUES ('hihi2', 'xxxxx')"));
/PHP-8.0/ext/pdo_sqlite/tests/
H A Dpdo_fetch_func_001.phpt13 $db->exec('CREATE TABLE testing (id INTEGER , name VARCHAR)');
14 $db->exec('INSERT INTO testing VALUES(1, "php")');
15 $db->exec('INSERT INTO testing VALUES(2, "")');
H A Dbug33841.phpt12 $db->exec('CREATE TABLE test (text)');
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.h33 PHPDBG_COMMAND(exec);
/PHP-8.0/ext/standard/tests/network/
H A Dbug73594a.phpt9 exec("dig -tmx php.net +noall +authority 2>/dev/null", $out, $ret);

Completed in 24 milliseconds

12345678910>>...14