Home
last modified time | relevance | path

Searched refs:exec (Results 251 – 275 of 332) sorted by relevance

1...<<11121314

/PHP-8.0/ext/session/tests/
H A Dbug60634_error_4.phpt2 …Segmentation fault when trying to die() in SessionHandler::write()) - exception in write after exec
H A Dbug60634_error_1.phpt2 …mentation fault when trying to die() in SessionHandler::write()) - fatal error in write during exec
/PHP-8.0/ext/pdo_odbc/tests/
H A Dlong_columns.phpt48 if (false === $db->exec('CREATE TABLE TEST (id INT NOT NULL PRIMARY KEY, data CLOB)')) {
49 if (false === $db->exec('CREATE TABLE TEST (id INT NOT NULL PRIMARY KEY, data longtext)')) {
50 … if (false === $db->exec('CREATE TABLE TEST (id INT NOT NULL PRIMARY KEY, data varchar(4000))')) {
76 $db->exec("INSERT INTO TEST VALUES($num, '$text')");
/PHP-8.0/ext/standard/tests/file/
H A Dbug47767.phpt32 exec("mklink /J $junctionname " . __DIR__);
/PHP-8.0/sapi/cli/tests/
H A Dbug64529.phpt11 exec('which expect', $output, $ret);
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_interface.phpt24 'exec' => true,
H A Dpdo_mysql_errorinfo.phpt53 $db->exec('DROP TABLE IF EXISTS test');
68 $db->exec('DROP TABLE IF EXISTS unknown');
H A Dpdo_mysql_stmt_errorinfo.phpt29 $db->exec('DROP TABLE test');
51 $db->exec('DROP TABLE test');
H A Dpdo_mysql_prepare_native_column.phpt35 $db->exec('DROP TABLE IF EXISTS test');
H A Dbug_38546.phpt19 $db->exec("SET sql_mode='STRICT_TRANS_TABLES'");
21 $db->exec("DROP TABLE IF EXISTS test");
29 $db->exec($query);
/PHP-8.0/ext/pdo/tests/
H A Dbug_38394.phpt18 $db->exec("CREATE TABLE test (a INT, b INT, c INT)");
H A Dbug_73234.phpt23 $db->exec('CREATE TABLE test(id INT NULL)');
H A Dpdo_031.phpt24 $db->exec('CREATE TABLE test(id INT NOT NULL PRIMARY KEY, val VARCHAR(10), val2 VARCHAR(16))');
H A Dpdo_024.phpt27 $db->exec($sql);
/PHP-8.0/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc6 $s = exec("chcp");
18 $ret = exec("chcp $cp");
/PHP-8.0/ext/intl/tests/
H A Dtransliterator_transliterate_variant1.phpt8 //exec('pause');
/PHP-8.0/ext/sqlite3/tests/
H A Dsqlite3_bind_bug68849.phpt10 $db->exec("CREATE TABLE test (a INTEGER, b TEXT, c REAL);" .
H A Dsqlite3_09_blob_bound_param.phpt13 var_dump($db->exec('CREATE TABLE test (id STRING, data BLOB)'));
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.stub.php54 public function exec(string $query) {} function in SQLite3
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dbug69752.phpt19 $pdo->exec("
/PHP-8.0/ext/curl/
H A Dconfig.w3210 var m = reg.exec(file_get_contents(PHP_PHP_BUILD + "/include/curl/curlver.h"));
/PHP-8.0/ext/pdo_firebird/tests/
H A Ddialect_1.phpt35 $dbh->exec('RECREATE TABLE test_d1(K numeric(15, 2), DT date)');
/PHP-8.0/sapi/fpm/tests/
H A Dbug74083-concurrent-reload.phpt45 exec("kill -USR2 $pid", $out, $killExitCode);
/PHP-8.0/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2.phpt70 //$db->exec("drop table pdo_oci_stream_2");
120 $db->exec("drop table pdo_oci_stream_2");
/PHP-8.0/.github/actions/setup-x64/
H A Daction.yml17 …docker exec sql1 /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U SA -P "<YourStrong@Passw0rd>" -Q "cre…

Completed in 29 milliseconds

1...<<11121314