From: Antony Dovgal Date: Tue, 12 Dec 2006 10:31:36 +0000 (+0000) Subject: fix test X-Git-Tag: RELEASE_1_0_0RC1~715 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70638c5cdf581c3f36c650f8e5cbb3affe0a667f;p=php fix test --- diff --git a/ext/oci8/tests/statement_type_old.phpt b/ext/oci8/tests/statement_type_old.phpt index 13da41bf76..b594d3543e 100644 --- a/ext/oci8/tests/statement_type_old.phpt +++ b/ext/oci8/tests/statement_type_old.phpt @@ -44,3 +44,14 @@ string(6) "CREATE" string(7) "UNKNOWN" string(7) "UNKNOWN" Done +--UEXPECTF-- +resource(%d) of type (oci8 connection) +unicode(6) "SELECT" +unicode(6) "DELETE" +unicode(6) "INSERT" +unicode(6) "UPDATE" +unicode(4) "DROP" +unicode(6) "CREATE" +unicode(7) "UNKNOWN" +unicode(7) "UNKNOWN" +Done