Home
last modified time | relevance | path

Searched refs:statement (Results 251 – 275 of 279) sorted by relevance

1...<<1112

/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_multi_stmt_nextrowset.phpt65 // Switch back to emulated prepares to verify multi statement attribute.
H A Dpdo_mysql_stmt_bindparam.phpt59 printf("[%03d + 5] Cannot execute statement, %s %s\n", $offset,
H A Dpdo_mysql_stmt_closecursor.phpt48 // cause any harm to a statement created prior to the change
H A Dpdo_mysql_prepare_native.phpt63 // 2030 This command is not supported in the prepared statement protocol yet
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_2004.c84 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_sjis_mobile.c196 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_cp5022x.c223 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_affected_rows.phpt209 printf("[041] The invalid SELECT statement is issued on purpose\n");
219 …printf("[043] Libmysql does not care if the previous statement was bogus, expecting boolean/true, …
H A Dmysqli_stmt_bind_param_call_user_func.phpt307 … MySQL Server version, e.g. No data supplied for parameters in prepared statement)\n", mysqli_stmt…
327 … MySQL Server version, e.g. No data supplied for parameters in prepared statement)\n", mysqli_stmt…
H A Dmysqli_stmt_bind_result.phpt326 …t(): Number of bind variables doesn't match number of fields in prepared statement in %s on line %d
328 …t(): Number of bind variables doesn't match number of fields in prepared statement in %s on line %d
H A Dmysqli_stmt_big_prepare.phpt30 /* create a prepared statement */
38 /* close statement */
H A Dmysqli_stmt_bind_param.phpt397 …am(): Number of variables doesn't match number of parameters in prepared statement in %s on line %d
/PHP-5.5/ext/pdo/tests/
H A Dpdo_011.phpt2 PDO Common: PDO::FETCH_FUNC and statement overloading
/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/oci8/tests/
H A Dbug43492.phpt32 While fetching data from a ref cursor, the parent statement needs to
33 be around. Also when the parent statement goes out of scope, it is
42 global $s; // (*) Allow parent statement to be available when child is used
58 ocifreestatement($s); // (*) Free the parent statement cleanly
/PHP-5.5/ext/mysqli/
H A Dmysqli.c1039 char *statement; in PHP_FUNCTION() local
1055 …if (zend_parse_parameters(2 TSRMLS_CC, "Os", &mysql_link, mysqli_link_class_entry, &statement, &st… in PHP_FUNCTION()
1063 mysql_stmt_prepare(stmt->stmt, (char *)statement, statement_len); in PHP_FUNCTION()
/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 DCODING_STANDARDS61 7. When commenting out code using a #if statement, do NOT use 0 only. Instead
210 between logical statement groups in a block. Maintain at least one empty
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.
H A DNEWS1623 . Fixed bug #64953 (Postgres prepared statement positional parameter
2148 statement crashes). (Stanley Sufficool)
3016 . Fixed bug #60717 (Order of traits in use statement can cause a fatal
5418 statement). (Pierrick)
6239 - Fixed bug #46106 (Memory leaks when using global statement). (Dmitry)
7171 - Enabled changing the size of statement cache for non-persistent OCI8
7691 prepared statement emulation code). (Ilia)
7806 . Enabled prepared statement emulation by default.
8375 - Fixed bug #38394 (PDO fails to recover from failed prepared statement
9137 . switch() statement. (Dmitry)
[all …]
/PHP-5.5/Zend/
H A DZEND_CHANGES1093 foreach(array_expr as $val) statement
1094 foreach(array_expr as $key => $val) statement
1152 * The return statement no longer works from a require()'d file. It
1156 * unset() is no longer a function, but a statement.
/PHP-5.5/Zend/tests/
H A Dbug60771.phpt2 test of larger than 8kb text file being parsed by require statement
/PHP-5.5/ext/standard/tests/strings/
H A Dbug20927.phpt2 Bug #20927 (Segfault on wordwrap statement)
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c119 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument

Completed in 221 milliseconds

1...<<1112