Home
last modified time | relevance | path

Searched refs:statement (Results 1 – 25 of 279) sorted by last modified time

12345678910>>...12

/PHP-5.5/tests/lang/
H A Dstatic_basic_001.phpt19 echo "\nLots of initialisations in the same statement.\n";
61 Lots of initialisations in the same statement.
/PHP-5.5/scripts/dev/generate-phpt/src/testcase/
H A DgtTestCase.php112 foreach($conStatements as $statement) {
113 $this->testCase[] = $statement;
135 foreach($statements as $statement) {
136 $this->testCase[] = $statement;
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar1463 foreach($conStatements as $statement) {
1464 $this->testCase[] = $statement;
1486 foreach($statements as $statement) {
1487 $this->testCase[] = $statement;
1558 * Add a ===DONE=== statement to the test case
/PHP-5.5/
H A Dphp.ini-development1264 ; Tuning: This option enables statement caching, and specifies how
1265 ; many statements to cache. Using 0 disables statement caching.
1266 ; http://php.net/oci8.statement-cache-size
1269 ; Tuning: Enables statement prefetching and sets the default number of
1270 ; rows that will be fetched automatically after statement execution.
H A Dphp.ini-production1264 ; Tuning: This option enables statement caching, and specifies how
1265 ; many statements to cache. Using 0 disables statement caching.
1266 ; http://php.net/oci8.statement-cache-size
1269 ; Tuning: Enables statement prefetching and sets the default number of
1270 ; rows that will be fetched automatically after statement execution.
/PHP-5.5/ext/standard/tests/strings/
H A Dprint_basic.phpt31 // You can use variables inside of a print statement
/PHP-5.5/ext/standard/tests/file/
H A Duserwrapper.phpt38 /* We *want* this to fail and thus not output the watch statement */
H A Dstat_variation6-win32.phpt48 clearstatcache(); // clear statement cache
65 clearstatcache(); // clear statement cache
/PHP-5.5/ext/standard/tests/array/
H A Darray_shift_variation5.phpt13 * When done in one statement causes strict error messages.
H A Darray_filter_variation7.phpt19 echo "Anonymous callback function with regular parameter and statement\n";
30 // anonymous callback function with argument and null statement
31 echo "Anonymous callback function with regular argument and null statement\n";
38 Anonymous callback function with regular parameter and statement
77 Anonymous callback function with regular argument and null statement
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_35_stmt_readonly.phpt23 echo "Checking select statement\n";
27 echo "Checking update statement\n";
31 echo "Checking delete statement\n";
45 Checking select statement
47 Checking update statement
49 Checking delete statement
H A Dsqlite3_openblob_wrongparams.phpt61 echo "Closing statement: " . var_export($insert_stmt->close(), true) . "\n";
74 Closing statement: true
H A Dsqlite3_prepare_faultystmt.phpt2 SQLite3::prepare test, testing for faulty statement
19 Warning: SQLite3::prepare(): Unable to prepare statement: 1, no such table: bar in %s on line %d
H A Dsqlite3_09_blob_bound_param.phpt26 echo "Closing statement\n";
50 Closing statement
H A Dsqlite3_12_unfinalized_stmt_cleanup.phpt2 SQLite3::query Unfinalized statement tests
H A Dsqlite3_20_error.phpt23 Warning: SQLite3::query(): Unable to prepare statement: 1, no such table: non_existent_table in %s …
H A Dsqlite3_26_reset_prepared_stmt.phpt2 SQLite3::reset prepared statement
H A Dsqlite3_27_reset_prepared_stmt_result.phpt2 SQLite3::reset prepared statement results
H A Dsqlite3_28_clear_bindings.phpt2 SQLite3_stmt::clear prepared statement results
H A Dsqlite3_30_blobopen.phpt22 echo "Closing statement\n";
41 Closing statement
H A Dbug66550.phpt2 Bug #66550 (SQLite prepared statement use-after-free)
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c43 static int php_sqlite3_compare_stmt_zval_free(php_sqlite3_free_list **free_list, zval *statement);
2035 static int php_sqlite3_compare_stmt_zval_free( php_sqlite3_free_list **free_list, zval *statement )… argument
2037 return ((*free_list)->stmt_obj->initialised && statement == (*free_list)->stmt_obj_zval);
2041 …p_sqlite3_compare_stmt_free( php_sqlite3_free_list **free_list, sqlite3_stmt *statement ) /* {{{ */ argument
2043 return ((*free_list)->stmt_obj->initialised && statement == (*free_list)->stmt_obj->stmt);
/PHP-5.5/ext/pgsql/
H A DREADME161 Escape string or binary for SQL statement (7.2 or later)
200 Check and convert values for PostgreSQL SQL statement
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug66033.phpt2 Bug #66033 (Segmentation Fault when constructor of PDO statement throws an exception)
/PHP-5.5/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h170 void pdo_odbc_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const c…

Completed in 55 milliseconds

12345678910>>...12