mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
GH-13355 fix new pgsql test
This commit is contained in:
@@ -3,10 +3,10 @@ GH-13354 (null-by-reference handling in pg_execute, pg_send_query_params, pg_sen
|
||||
--EXTENSIONS--
|
||||
pgsql
|
||||
--SKIPIF--
|
||||
<?php include("skipif.inc"); ?>
|
||||
<?php include("inc/skipif.inc"); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
include 'config.inc';
|
||||
include('inc/config.inc');
|
||||
|
||||
$db = pg_connect($conn_str);
|
||||
$val = null;
|
||||
|
||||
Reference in New Issue
Block a user