Home
last modified time | relevance | path

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

1...<<111213

/PHP-7.4/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.c201 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_cp5022x.c233 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-7.4/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.phpt303 … MySQL Server version, e.g. No data supplied for parameters in prepared statement)\n", mysqli_stmt…
323 … 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-7.4/ext/pdo/tests/
H A Dpdo_011.phpt2 PDO Common: PDO::FETCH_FUNC and statement overloading
/PHP-7.4/ext/mysqli/
H A Dmysqli.c1044 char *statement = NULL; in ZEND_GET_MODULE() local
1047 …ameters(ZEND_NUM_ARGS(), "O|s!", &mysql_link, mysqli_link_class_entry, &statement, &statement_len)… in ZEND_GET_MODULE()
1069 if (statement) { in ZEND_GET_MODULE()
1070 if(mysql_stmt_prepare(stmt->stmt, statement, statement_len)) { in ZEND_GET_MODULE()
/PHP-7.4/ext/pdo_mysql/tests/
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-7.4/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.4/ext/sqlite3/
H A Dsqlite3.c41 static int php_sqlite3_compare_stmt_zval_free(php_sqlite3_free_list **free_list, zval *statement);
2323 static int php_sqlite3_compare_stmt_zval_free(php_sqlite3_free_list **free_list, zval *statement ) … in php_sqlite3_compare_stmt_zval_free() argument
2325 …return ((*free_list)->stmt_obj->initialised && Z_PTR_P(statement) == Z_PTR((*free_list)->stmt_obj… in php_sqlite3_compare_stmt_zval_free()
2329 …p_sqlite3_compare_stmt_free( php_sqlite3_free_list **free_list, sqlite3_stmt *statement ) /* {{{ */ in php_sqlite3_compare_stmt_free() argument
2331 return ((*free_list)->stmt_obj->initialised && statement == (*free_list)->stmt_obj->stmt); in php_sqlite3_compare_stmt_free()
/PHP-7.4/
H A DCODING_STANDARDS.md56 8. When commenting out code using a `#if` statement, do NOT use `0` only.
247 between logical statement groups in a block. Maintain at least one empty
H A Dphp.ini-development1258 ; Tuning: This option enables statement caching, and specifies how
1259 ; many statements to cache. Using 0 disables statement caching.
1260 ; http://php.net/oci8.statement-cache-size
1263 ; Tuning: Enables statement prefetching and sets the default number of
1264 ; rows that will be fetched automatically after statement execution.
H A Dphp.ini-production1258 ; Tuning: This option enables statement caching, and specifies how
1259 ; many statements to cache. Using 0 disables statement caching.
1260 ; http://php.net/oci8.statement-cache-size
1263 ; Tuning: Enables statement prefetching and sets the default number of
1264 ; rows that will be fetched automatically after statement execution.
H A DUPGRADING328 checking whether the statement is read-only, i.e. if it doesn't modify
529 . Added SQLite3Stmt::getSQL() to retrieve the SQL of the statement. If true is
H A DNEWS306 statement). (Kamil Tekiela)
319 . Fixed bug #80900 (switch statement behavior inside function). (twosee)
1615 . Fixed bug #78192 (SegFault when reuse statement after schema has changed).
1678 . Added SQLite3Stmt::getSQL() to retrieve the SQL of the statement. (Bohwaz)
1953 . Fixed bug #78192 (SegFault when reuse statement after schema has changed).
/PHP-7.4/Zend/tests/
H A Dbug60771.phpt2 test of larger than 8kb text file being parsed by require statement
/PHP-7.4/ext/standard/tests/strings/
H A Dbug20927.phpt2 Bug #20927 (Segfault on wordwrap statement)
/PHP-7.4/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt124 You may add Your own copyright statement to Your modifications and
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c114 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument

Completed in 75 milliseconds

1...<<111213