Home
last modified time | relevance | path

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

/PHP-5.6/ext/pdo/
H A Dpdo_sql_parser.c405 struct placeholder *placeholders = NULL, *placetail = NULL, *plc = NULL; in pdo_parse_params() local
434 placeholders = plc; in pdo_parse_params()
481 for (plc = placeholders; plc; plc = plc->next) { in pdo_parse_params()
503 for (plc = placeholders; plc; plc = plc->next) { in pdo_parse_params()
592 plc = placeholders; in pdo_parse_params()
632 for (plc = placeholders; plc; plc = plc->next) { in pdo_parse_params()
673 for (plc = placeholders; plc; plc = plc->next) { in pdo_parse_params()
688 while (placeholders) { in pdo_parse_params()
689 plc = placeholders; in pdo_parse_params()
690 placeholders = plc->next; in pdo_parse_params()
H A Dpdo_sql_parser.re120 placeholders = plc;
156 /* Do we have placeholders but no bound params */
167 for (plc = placeholders; plc; plc = plc->next) {
189 for (plc = placeholders; plc; plc = plc->next) {
278 plc = placeholders;
318 for (plc = placeholders; plc; plc = plc->next) {
359 for (plc = placeholders; plc; plc = plc->next) {
374 while (placeholders) {
375 plc = placeholders;
376 placeholders = plc->next;
[all …]
/PHP-5.6/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-5.6/ext/openssl/tests/
H A Dbug28382.phpt15 placeholders to not to duplicate the test. When more diffs come, a duplication would
/PHP-5.6/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-5.6/
H A DNEWS3596 an insufficient argument count is provided. Instead, the placeholders will
11507 - Fixed bug #29733 (printf() handles repeated placeholders wrong).
/PHP-5.6/ext/pcre/pcrelib/
H A DChangeLog475 7. The macros whose names start with RAWUCHAR are placeholders for a future

Completed in 177 milliseconds