Home
last modified time | relevance | path

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

/PHP-8.4/ext/pdo_firebird/
H A Dfirebird_driver.c998 char *new_sql; in php_firebird_alloc_prepare_stmt() local
1008 new_sql = emalloc(ZSTR_LEN(sql)+1); in php_firebird_alloc_prepare_stmt()
1009 new_sql[0] = '\0'; in php_firebird_alloc_prepare_stmt()
1010 if (!php_firebird_preprocess(sql, new_sql, named_params)) { in php_firebird_alloc_prepare_stmt()
1012 efree(new_sql); in php_firebird_alloc_prepare_stmt()
1017 if (isc_dsql_prepare(H->isc_status, &H->tr, s, 0, new_sql, H->sql_dialect, out_sqlda)) { in php_firebird_alloc_prepare_stmt()
1019 efree(new_sql); in php_firebird_alloc_prepare_stmt()
1023 efree(new_sql); in php_firebird_alloc_prepare_stmt()

Completed in 10 milliseconds