Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-8.0/ext/pdo_sqlite/tests/
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-8.0/ext/standard/tests/network/
H A Dbug73594.phpt9 exec("dig -tmx php.net +noall +additional 2>/dev/null", $out, $ret);
/PHP-8.0/ext/pdo_mysql/tests/
H A Dbug_44707.phpt31 $db->exec('DROP TABLE IF EXISTS test');
32 $db->exec('CREATE TABLE test(id INT, mybool TINYINT)');
H A Dpdo_mysql_stmt_fetch_serialize.phpt80 $db->exec('DROP TABLE IF EXISTS test');
81 $db->exec(sprintf('CREATE TABLE test(id INT, myobj BLOB) ENGINE=%s',
120 $db->exec('DROP TABLE IF EXISTS test');
H A Dpdo_mysql_types.phpt2 MySQL PDO->exec(), native types wo ZEROFILL
15 $db->exec('DROP TABLE IF EXISTS test');
17 @$db->exec($sql);
181 $db->exec('DROP TABLE IF EXISTS test');
H A Dpdo_mysql_multi_stmt_nextrowset.phpt29 $db->exec('DROP PROCEDURE IF EXISTS p');
30 …$db->exec('CREATE PROCEDURE p() BEGIN SELECT id FROM test ORDER BY id ASC LIMIT 3; SELECT id, labe…
74 @$db->exec('DROP PROCEDURE IF EXISTS p');
H A Dpdo_mysql_rollback.phpt91 $db->exec('DROP TABLE IF EXISTS test');
92 $db->exec('DROP TABLE IF EXISTS test2');
H A Dpdo_mysql_param_str_natl.phpt18 $db->exec('CREATE TABLE test (bar NCHAR(4) NOT NULL)');
/PHP-8.0/ext/pdo/tests/
H A Dpecl_bug_5217.phpt20 $db->exec('CREATE TABLE test (id int NOT NULL PRIMARY KEY, val VARCHAR(10))');
H A Dbug_35671.phpt17 $db->exec('CREATE TABLE test (field1 VARCHAR(32), field2 VARCHAR(32), field3 VARCHAR(32))');
H A Dpdo_028.phpt17 $db->exec('CREATE TABLE test(id int NOT NULL PRIMARY KEY, val1 VARCHAR(10), val2 VARCHAR(10), val3 …
H A Dpdo_018.phpt69 $db->exec('CREATE TABLE classtypes(id int NOT NULL PRIMARY KEY, name VARCHAR(20) NOT NULL UNIQUE)');
70 $db->exec('INSERT INTO classtypes VALUES(0, \'stdClass\')');
71 $db->exec('INSERT INTO classtypes VALUES(1, \'TestBase\')');
72 $db->exec('INSERT INTO classtypes VALUES(2, \'TestDerived\')');
84 $db->exec($sql);
/PHP-8.0/ext/sqlite3/tests/
H A Dsqlite3_blob_bind_resource.phpt11 var_dump($db->exec('CREATE TABLE test (id STRING, data BLOB)'));
H A Dsqlite3_36_create_collation.phpt12 $db->exec('CREATE TABLE t (s varchar(4))');
H A Dbug70628.phpt10 $db->exec("CREATE TABLE Dogs (Id INTEGER PRIMARY KEY, Breed TEXT, Name TEXT, Age INTEGER)");
/PHP-8.0/ext/odbc/tests/
H A Dbug47803.phpt64 print ('[sql] exec: '."array({$k['name']}, {$k['id']})");
78 print ('[sql] exec: '."array({$k['id']})");
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dbug_49985.phpt16 $db->exec("CREATE TABLE test (a int PRIMARY KEY)");
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_print.c31 …PHPDBG_PRINT_COMMAND_D(exec, "print out the instructions in the main execution context", 'e'…
103 PHPDBG_PRINT(exec) /* {{{ */ in PHPDBG_PRINT() argument
105 if (PHPDBG_G(exec)) { in PHPDBG_PRINT()
111 …phpdbg_notice("printinfo", "file=\"%s\" num=\"%d\"", "Context %s (%d ops)", PHPDBG_G(exec), PHPDBG… in PHPDBG_PRINT()
/PHP-8.0/ext/standard/tests/general_functions/
H A Dproc_nice_basic.phpt12 exec('ps -p 1 -o "pid,nice"', $output, $exit_code);
/PHP-8.0/ext/session/tests/
H A Dbug60634_error_2.phpt2 …egmentation fault when trying to die() in SessionHandler::write()) - exception in write during exec
H A Dbug60634_error_5.phpt2 …mentation fault when trying to die() in SessionHandler::write()) - fatal error in close during exec
H A Dbug60634_error_3.phpt2 …gmentation fault when trying to die() in SessionHandler::write()) - fatal error in write after exec
/PHP-8.0/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 …]

Completed in 45 milliseconds

12345678910>>...14