Home
last modified time | relevance | path

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

1234567891011

/PHP-5.5/sapi/cli/tests/
H A Dbug64529.phpt8 exec('which expect', $output, $ret);
H A Dphp_cli_server.inc28 $cmd = "exec {$php_executable} -t {$doc_root} -n -S " . PHP_CLI_SERVER_ADDRESS;
/PHP-5.5/ext/pdo_mysql/tests/
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_errorinfo.phpt53 $db->exec('DROP TABLE IF EXISTS test');
68 $db->exec('DROP TABLE IF EXISTS unknown');
H A Dpdo_mysql_interface.phpt24 'exec' => true,
H A Dpdo_mysql_prepare_native_column.phpt35 $db->exec('DROP TABLE IF EXISTS test');
H A Dpdo_mysql_stmt_errorinfo.phpt29 $db->exec('DROP TABLE test');
51 $db->exec('DROP TABLE test');
H A Dbug46292.phpt58 $db->exec('DROP TABLE IF EXISTS testz');
H A Dpdo_mysql_stmt_errorcode.phpt15 $db->exec('DROP TABLE IF EXISTS ihopeitdoesnotexist');
/PHP-5.5/ext/pdo/tests/
H A Dbug_38394.phpt18 $db->exec("CREATE TABLE test (a INT, b INT, c INT)");
H A Dpdo_031.phpt28 $db->exec('CREATE TABLE test(id INT NOT NULL PRIMARY KEY, val VARCHAR(10), val2 VARCHAR(16))');
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_test.inc50 $db->exec("DROP TABLE $table");
H A Dpdo_026.phpt58 $db->exec('CREATE TABLE test(id INT NOT NULL PRIMARY KEY, val VARCHAR(10), val2 VARCHAR(16))');
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_30_blobopen.phpt13 var_dump($db->exec('CREATE TABLE test (id STRING, data BLOB)'));
H A Dsqlite3_09_blob_bound_param.phpt13 var_dump($db->exec('CREATE TABLE test (id STRING, data BLOB)'));
H A Dsqlite3_openblob_wrongparams.phpt52 echo "Creating table: " . var_export($db->exec('CREATE TABLE test (id STRING, data BLOB)'),true) . …
/PHP-5.5/ext/intl/tests/
H A Dtransliterator_transliterate_variant1.phpt8 //exec('pause');
/PHP-5.5/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-5.5/ext/opcache/tests/
H A Dphp_cli_server.inc20 $cmd = "exec {$php_executable} -t {$doc_root} $ini -S " . PHP_CLI_SERVER_ADDRESS . " 2>/dev/null";
/PHP-5.5/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-5.5/ext/curl/tests/
H A Dserver.inc27 $cmd = "exec {$php_executable} -t {$doc_root} -n -S " . PHP_CURL_SERVER_ADDRESS;
/PHP-5.5/ext/standard/
H A Dconfig.w3214 cyr_convert.c datetime.c dir.c dl.c dns.c dns_win32.c exec.c \

Completed in 61 milliseconds

1234567891011