Home
last modified time | relevance | path

Searched refs:execute (Results 201 – 225 of 281) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_3.phpt37 $s->execute();
H A Dpdo_oci_fread_1.phpt21 "begin execute immediate 'drop table pdo_oci_fread_tab'; exception when others then null; end;",
H A Dpecl_bug_6364.phpt29 $stmt->execute() or die ("Execution error: " . var_dump($dbh->errorInfo()));
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug69752.phpt39 $stmt->execute($data);
H A Dbug66584.phpt53 $stmt->execute($data);
H A Dbug43925.phpt46 $stmt->execute();
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_oracle_nulls.phpt49 $stmt->execute();
68 $stmt->execute();
H A Dpdo_mysql_prepare_load_data.phpt80 if (!$stmt->execute()) {
112 Warning: PDOStatement::execute(): SQLSTATE[HY000]: General error: %s in %s on line %d
H A Dpdo_mysql_stmt_bindcolumn.phpt22 $stmt->execute();
62 $stmt->execute();
H A Dpdo_mysql_types_zerofill.phpt27 if (!$stmt->execute()) {
95 $stmt->execute();
H A Dpdo_mysql_stmt_blobfromsteam.phpt81 if (true !== $stmt->execute()) {
101 if (true !== $stmt->execute())
/PHP-5.5/ext/mysqli/tests/
H A Dbug35517.phpt17 $stmt->execute();
H A Dbug32405.phpt23 $stmt->execute();
H A Dmysqli_pconn_kill.phpt71 …printf("[012] New persistent connection cannot execute queries, [%d] %s\n", @mysqli_errno($plink),…
84 …printf("[014] New regular connection cannot execute queries, [%d] %s\n", mysqli_errno($link), mysq…
H A Dmysqli_stmt_bind_param_type_juggling.phpt103 3) execute()
105 5) execute()
H A D048.phpt30 $stmt->execute();
/PHP-5.5/ext/intl/tests/
H A Dsymfony_format_type_int32_intl1.phpt33 // execute the code from #testFormatTypeInt32Intl
/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_017.phpt42 //execute the handles
H A Dcurl_basic_018.phpt47 //execute the handles
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3stmt_paramCount_basic.phpt33 $result = $stmt->execute();
H A Dsqlite3_openblob_wrongparams.phpt60 $insert_stmt->execute();
/PHP-5.5/ext/pdo/tests/
H A Dbug_34630.phpt41 $insert->execute();
H A Dpdo_031.phpt32 $stmt->execute($row);
H A Dpdo_013.phpt25 $stmt->execute();
/PHP-5.5/
H A DREADME.TESTING18 To execute test scripts, you must build PHP with some SAPI, then you
19 type "make test" to execute all or some test scripts saved under
27 can execute the script as follows:
71 Tester can easily execute tests selectively with as follows.

Completed in 41 milliseconds

12345678910>>...12