mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Add support for generating optimizer function info from stubs (#7367)
This commit is contained in:
@@ -401,7 +401,10 @@ namespace {
|
||||
|
||||
function pg_get_pid(PgSql\Connection $connection): int {}
|
||||
|
||||
/** @return resource|false */
|
||||
/**
|
||||
* @return resource|false
|
||||
* @refcount 1
|
||||
*/
|
||||
function pg_socket(PgSql\Connection $connection) {}
|
||||
|
||||
function pg_consume_input(PgSql\Connection $connection): bool {}
|
||||
|
||||
Reference in New Issue
Block a user