Home
last modified time | relevance | path

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

1...<<111213

/PHP-7.4/ext/pdo_mysql/tests/
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);
H A Dbug46292.phpt56 $db->exec('DROP TABLE IF EXISTS testz');
H A Dpdo_mysql_attr_case.phpt43 if (true === $db->exec('ALTER TABLE test ADD MiXeD CHAR(1)'))
47 if (false === $db->exec('ALTER TABLE test ADD MYUPPER CHAR(1)'))
H A Dpdo_mysql_stmt_errorcode.phpt15 $db->exec('DROP TABLE IF EXISTS ihopeitdoesnotexist');
/PHP-7.4/ext/session/tests/
H A Dbug60634_error_1.phpt2 …mentation fault when trying to die() in SessionHandler::write()) - fatal error in write during exec
/PHP-7.4/ext/pdo/tests/
H A Dbug_38394.phpt18 $db->exec("CREATE TABLE test (a INT, b INT, c INT)");
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);
H A Dpdo_021.phpt21 $db->exec('CREATE TABLE test(id INT NOT NULL PRIMARY KEY, val VARCHAR(10), val2 VARCHAR(16))');
H A Dpdo_026.phpt58 $db->exec('CREATE TABLE test(id INT NOT NULL PRIMARY KEY, val VARCHAR(10), val2 VARCHAR(16))');
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar953 $this->db->exec('
962 $this->db->exec('BEGIN');
989 @$this->db->exec('ROLLBACK');
1006 @$this->db->exec('ROLLBACK');
1019 @$this->db->exec('ROLLBACK');
1033 @$this->db->exec('ROLLBACK');
1058 $this->db->exec('COMMIT');
1443 $this->db->exec($query);
1452 $this->db->exec($query);
1497 $this->db->exec('BEGIN');
[all …]
/PHP-7.4/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-7.4/ext/intl/tests/
H A Dtransliterator_transliterate_variant1.phpt8 //exec('pause');
/PHP-7.4/ext/curl/
H A Dconfig.w3210 var m = reg.exec(file_get_contents(PHP_PHP_BUILD + "/include/curl/curlver.h"));
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug69752.phpt19 $pdo->exec("
H A Dis_in_transaction.phpt17 $db->exec('CREATE TABLE test (a integer not null primary key, b text)');
/PHP-7.4/ext/pdo_firebird/tests/
H A Ddialect_1.phpt35 $dbh->exec('RECREATE TABLE test_d1(K numeric(15, 2), DT date)');
/PHP-7.4/ext/standard/tests/general_functions/
H A Descapeshellarg_variation1-win32.phpt13 * Source code: ext/standard/exec.c
H A Descapeshellarg_variation1.phpt13 * Source code: ext/standard/exec.c
/PHP-7.4/sapi/fpm/tests/
H A Dbug74083-concurrent-reload.phpt45 exec("kill -USR2 $pid", $out, $killExitCode);
/PHP-7.4/sapi/cli/tests/
H A Dcli_process_title_unix.phpt12 exec("ps -p 1", $output, $exit_code);
/PHP-7.4/sapi/phpdbg/
H A Dxml.md375 exec section
379 - &lt;exec type="unset" context="" />: indicates unsetting of the old context
380 - &lt;exec type="unsetops" />: indicates unsetting of the old compiled opcodes
381 - &lt;exec type="unchanged" />: same execution context chosen again
382 - &lt;exec type="set" context="" />: indicates setting of the new context
387 - &lt;exec>
394 - runs the script (set via exec command)
397 - compile failures see under exec, errors, &lt;compile>
574 - internally executes exec, so exec will output first (if binding to socket worked)

Completed in 33 milliseconds

1...<<111213