Home
last modified time | relevance | path

Searched refs:statement (Results 301 – 322 of 322) sorted by relevance

1...<<111213

/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result.phpt328 …t(): Number of bind variables doesn't match number of fields in prepared statement in %s on line %d
330 …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-7.1/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-7.1/ext/mysqli/
H A Dmysqli.c1045 char *statement; in ZEND_GET_MODULE() local
1061 …if (zend_parse_parameters(2, "Os", &mysql_link, mysqli_link_class_entry, &statement, &statement_le… in ZEND_GET_MODULE()
1069 mysql_stmt_prepare(stmt->stmt, (char *)statement, statement_len); in ZEND_GET_MODULE()
/PHP-7.1/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-7.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp5022x.c223 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-7.1/
H A DCODING_STANDARDS62 7. When commenting out code using a #if statement, do NOT use 0 only. Instead
212 between logical statement groups in a block. Maintain at least one empty
H A DNEWS1217 . Fixed bug #74152 (if statement says true to a null variable). (Laruence)
1396 statement). (Dorin Marcoci)
1528 "switch" statement). (Laruence)
1555 . Change statement and fcall extension handlers to accept frame. (Joe)
1924 . Fixed bug #70313 (PDO statement fails to throw exception). (Matteo)
2052 . Fixed bug #70628 (Clearing bindings on an SQLite3 statement doesn't work).
2586 . Fixed bug #70313 (PDO statement fails to throw exception). (Matteo)
2657 "switch" statement). (Laruence)
3839 (JSON extension includes a problematic license statement). (Jakub Zelenka)
3886 . Fixed bug #70656 (require() statement broken after opcache_reset() or a
H A Dphp.ini-development1289 ; Tuning: This option enables statement caching, and specifies how
1290 ; many statements to cache. Using 0 disables statement caching.
1291 ; http://php.net/oci8.statement-cache-size
1294 ; Tuning: Enables statement prefetching and sets the default number of
1295 ; rows that will be fetched automatically after statement execution.
H A Dphp.ini-production1289 ; Tuning: This option enables statement caching, and specifies how
1290 ; many statements to cache. Using 0 disables statement caching.
1291 ; http://php.net/oci8.statement-cache-size
1294 ; Tuning: Enables statement prefetching and sets the default number of
1295 ; rows that will be fetched automatically after statement execution.
H A DINSTALL246 hand side of the LoadModule statement must point to the path of the
944 Due to the following statement already existing in httpd.conf (as
/PHP-7.1/ext/pdo_mysql/tests/
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-7.1/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-7.1/Zend/tests/
H A Dbug60771.phpt2 test of larger than 8kb text file being parsed by require statement
/PHP-7.1/ext/standard/tests/strings/
H A Dbug20927.phpt2 Bug #20927 (Segfault on wordwrap statement)
/PHP-7.1/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt124 You may add Your own copyright statement to Your modifications and
/PHP-7.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c119 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-7.1/ext/mbstring/oniguruma/
H A DHISTORY2008 2002/03/04: [bug] make up a break-statement in compileTree().
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog4791 (size_t) cast to one statement in pcretest and one in pcreposix to avoid
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt10017 statement, you may write:

Completed in 135 milliseconds

1...<<111213