Searched refs:sql_out (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/ext/pdo_firebird/ |
H A D | firebird_driver.c | 298 static int php_firebird_preprocess(const zend_string* sql, char* sql_out, HashTable* named_params) in php_firebird_preprocess() argument 370 strcpy(sql_out, ZSTR_VAL(sql)); in php_firebird_preprocess() 374 strncat(sql_out, start, p - start); in php_firebird_preprocess() 403 strcat(sql_out, "?"); in php_firebird_preprocess() 413 strncat(sql_out, start, p - start); in php_firebird_preprocess() 432 strncat(sql_out, start, end - start); in php_firebird_preprocess() 443 strncat(sql_out, start, p - start); in php_firebird_preprocess()
|
Completed in 12 milliseconds