1
0
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:
Máté Kocsis
2021-08-24 16:35:33 +02:00
committed by GitHub
parent 3be94217f4
commit b1822899fc
11 changed files with 548 additions and 161 deletions

View File

@@ -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 {}