From: Christopher Jones Date: Fri, 3 Aug 2007 01:55:15 +0000 (+0000) Subject: New oci8 test for oci_password_change() X-Git-Tag: php-5.2.4RC2~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fbba60dcb67e97d42e95ed775c45ae10ac54d88;p=php New oci8 test for oci_password_change() --- diff --git a/ext/oci8/tests/password_2.phpt b/ext/oci8/tests/password_2.phpt new file mode 100644 index 0000000000..be5cb85400 --- /dev/null +++ b/ext/oci8/tests/password_2.phpt @@ -0,0 +1,94 @@ +--TEST-- +oci_password_change() for persistent connections +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +resource(%d) of type (oci8 persistent connection) +resource(%d) of type (oci8 persistent connection) +resource(%d) of type (oci8 persistent connection) +First and second connections are different: OK +First and third connections share a resource: OK +Done