From: Christopher Jones Date: Wed, 16 Jul 2008 19:51:53 +0000 (+0000) Subject: improve skipif X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1230 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=895066687def7cd9dd5564da8d0e07562ca39b2b;p=php improve skipif --- diff --git a/ext/oci8/tests/xmltype_01.phpt b/ext/oci8/tests/xmltype_01.phpt index 66aafdcd69..688f6c985f 100644 --- a/ext/oci8/tests/xmltype_01.phpt +++ b/ext/oci8/tests/xmltype_01.phpt @@ -2,6 +2,7 @@ Basic XMLType test --SKIPIF-- + --FILE-- load(); var_dump($data); return($data); @@ -65,10 +66,10 @@ $sx->Nice = 'Y'; $s = oci_parse($c, 'update xtt set xt_spec = XMLType(:clob) where xt_id = 1'); -$lob = oci_new_descriptor($c, OCI_D_LOB); +$lob = oci_new_descriptor($c, OCI_D_LOB); oci_bind_by_name($s, ':clob', $lob, -1, OCI_B_CLOB); -$lob->writeTemporary($sx->asXml()); -oci_execute($s); +$lob->writeTemporary($sx->asXml()); +oci_execute($s); $lob->close(); // Verify