Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_multi_stmt_nextrowset.phpt32 $db->exec('DROP PROCEDURE IF EXISTS p');
33 …$db->exec('CREATE PROCEDURE p() BEGIN SELECT id FROM test ORDER BY id ASC LIMIT 3; SELECT id, labe…
75 @$db->exec('DROP PROCEDURE IF EXISTS p');
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_rollback.phpt88 $db->exec('DROP TABLE IF EXISTS test');
89 $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)');
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');
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_print.c33 …PHPDBG_PRINT_COMMAND_D(exec, "print out the instructions in the main execution context", 'e'…
105 PHPDBG_PRINT(exec) /* {{{ */ in PHPDBG_PRINT() argument
107 if (PHPDBG_G(exec)) { in PHPDBG_PRINT()
113 …phpdbg_notice("printinfo", "file=\"%s\" num=\"%d\"", "Context %s (%d ops)", PHPDBG_G(exec), PHPDBG… in PHPDBG_PRINT()
/PHP-7.4/ext/pdo/tests/
H A Dbug_35671.phpt17 $db->exec('CREATE TABLE test (field1 VARCHAR(32), field2 VARCHAR(32), field3 VARCHAR(32))');
H A Dbug_73234.phpt18 $db->exec('CREATE TABLE test(id INT NULL)');
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-7.4/ext/pdo_pgsql/tests/
H A Dbug_49985.phpt16 $db->exec("CREATE TABLE test (a int PRIMARY KEY)");
/PHP-7.4/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
H A Dbug60634_error_4.phpt2 …Segmentation fault when trying to die() in SessionHandler::write()) - exception in write after exec
/PHP-7.4/ext/sqlite3/tests/
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-7.4/ext/standard/tests/general_functions/
H A Dproc_nice_basic.phpt12 exec('ps -p 1 -o "pid,nice"', $output, $exit_code);
/PHP-7.4/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-7.4/ext/standard/tests/file/
H A Dbug69442.phpt16exec($_SERVER['TEST_PHP_EXECUTABLE']." -d display_errors=1 -d error_reporting=E_ALL ".$tmpFile." 2…
H A Dbug47767.phpt32 exec("mklink /J $junctionname " . __DIR__);
/PHP-7.4/sapi/cli/tests/
H A Dbug64529.phpt11 exec('which expect', $output, $ret);
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc6 $s = exec("chcp");
18 $ret = exec("chcp $cp");

Completed in 26 milliseconds

12345678910>>...13