mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
pgsql_insert fix unit tests (#10860)
This commit is contained in:
parent
5ef46020b6
commit
feb82d91b9
3 changed files with 4 additions and 4 deletions
|
@ -4138,7 +4138,7 @@ PHP_PGSQL_API zend_result php_pgsql_meta_data(PGconn *pg_link, const zend_string
|
|||
tmp_name = php_strtok_r(src, ".", &tmp_name2);
|
||||
if (!tmp_name) {
|
||||
efree(src);
|
||||
zend_argument_value_error(2, "The table name must be specified (%s)", ZSTR_VAL(table_name));
|
||||
zend_argument_value_error(2, "must be specified (%s)", ZSTR_VAL(table_name));
|
||||
return FAILURE;
|
||||
}
|
||||
if (!tmp_name2 || !*tmp_name2) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue