File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -2741,6 +2741,7 @@ public function __construct(int $phpVersionId)
27412741 'pg_exit_pipeline_mode ' => 'stubs/ext/pgsql/pg_exit_pipeline_mode.php ' ,
27422742 'pg_pipeline_status ' => 'stubs/ext/pgsql/pg_pipeline_status.php ' ,
27432743 'pg_pipeline_sync ' => 'stubs/ext/pgsql/pg_pipeline_sync.php ' ,
2744+ 'pg_send_flush_request ' => 'stubs/ext/pgsql/pg_send_flush_request.php ' ,
27442745 'pg_set_error_context_visibility ' => 'stubs/ext/pgsql/pg_set_error_context_visibility.php ' ,
27452746 'posix_eaccess ' => 'stubs/ext/posix/posix_eaccess.php ' ,
27462747 'posix_fpathconf ' => 'stubs/ext/posix/posix_fpathconf.php ' ,
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ #[\Since('8.3 ' )]
4+ function pg_send_flush_request (\PgSql \Connection $ connection ): bool
5+ {
6+ }
You can’t perform that action at this time.
0 commit comments