Home
last modified time | relevance | path

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

/php-src/ext/pgsql/
H A Dpgsql.c4823 static zend_string *php_pgsql_add_quotes(zend_string *src) in php_pgsql_add_quotes() function
5034 ZVAL_STR(&new_val, php_pgsql_add_quotes(Z_STR_P(val))); in php_pgsql_convert()
5098 ZVAL_STR(&new_val, php_pgsql_add_quotes(str)); in php_pgsql_convert()
5183 ZVAL_STR(&new_val, php_pgsql_add_quotes(Z_STR_P(val))); in php_pgsql_convert()
5219 ZVAL_STR(&new_val, php_pgsql_add_quotes(Z_STR_P(val))); in php_pgsql_convert()
5249 ZVAL_STR(&new_val, php_pgsql_add_quotes(Z_STR_P(val))); in php_pgsql_convert()
5279 ZVAL_STR(&new_val, php_pgsql_add_quotes(Z_STR_P(val))); in php_pgsql_convert()
5326 ZVAL_STR(&new_val, php_pgsql_add_quotes(Z_STR_P(val))); in php_pgsql_convert()
5358 ZVAL_STR(&new_val, php_pgsql_add_quotes(tmp_zstr)); in php_pgsql_convert()
5396 ZVAL_STR(&new_val, php_pgsql_add_quotes(Z_STR_P(val))); in php_pgsql_convert()

Completed in 16 milliseconds