Home
last modified time | relevance | path

Searched refs:placeholders (Results 1 – 14 of 14) sorted by relevance

/PHP-7.2/ext/pdo/
H A Dpdo_sql_parser.c410 struct placeholder *placeholders = NULL, *placetail = NULL, *plc = NULL; in pdo_parse_params() local
439 placeholders = plc; in pdo_parse_params()
486 for (plc = placeholders; plc; plc = plc->next) { in pdo_parse_params()
508 for (plc = placeholders; plc; plc = plc->next) { in pdo_parse_params()
626 plc = placeholders; in pdo_parse_params()
666 for (plc = placeholders; plc; plc = plc->next) { in pdo_parse_params()
707 for (plc = placeholders; plc; plc = plc->next) { in pdo_parse_params()
721 while (placeholders) { in pdo_parse_params()
722 plc = placeholders; in pdo_parse_params()
723 placeholders = plc->next; in pdo_parse_params()
H A Dpdo_sql_parser.re95 struct placeholder *placeholders = NULL, *placetail = NULL, *plc = NULL;
124 placeholders = plc;
160 /* Do we have placeholders but no bound params */
171 for (plc = placeholders; plc; plc = plc->next) {
193 for (plc = placeholders; plc; plc = plc->next) {
311 plc = placeholders;
351 for (plc = placeholders; plc; plc = plc->next) {
392 for (plc = placeholders; plc; plc = plc->next) {
406 while (placeholders) {
407 plc = placeholders;
[all …]
/PHP-7.2/ext/pdo/tests/
H A Dbug_71447.phpt23 // Comment without quotes or placeholders
86 SELECT -- What about placeholders :bar
H A Dpdo_021.phpt35 // Insert using question mark placeholders
H A Dpdo_022.phpt40 // Insert using question mark placeholders
H A Dpdo_025.phpt29 // Insert using question mark placeholders
/PHP-7.2/ext/pdo_pgsql/tests/
H A Dbug72570.phpt2 PDO PgSQL Bug #72570 (Segmentation fault when binding parameters on a query without placeholders)
/PHP-7.2/ext/openssl/tests/
H A Dbug28382.phpt14 placeholders to not to duplicate the test. When more diffs come, a duplication would
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt121 …printf("Binding a variable to two placeholders and changing the variable value in between the bind…
261 …printf("Binding a variable to two placeholders and changing the variable value in between the bind…
317 Binding a variable to two placeholders and changing the variable value in between the binds...
333 Binding a variable to two placeholders and changing the variable value in between the binds...
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt26 // placeholders in interesting places...
H A Dpdo_mysql_prepare_native.phpt201 // and now, the same with anonymous placeholders...
H A Dpdo_mysql_prepare_emulated.phpt200 // and now, the same with anonymous placeholders...
/PHP-7.2/
H A DNEWS867 11+ named placeholders). (Anatol)
2931 without placeholders). (Matteo)
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog661 7. The macros whose names start with RAWUCHAR are placeholders for a future

Completed in 35 milliseconds