summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/xmltype_02.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/xmltype_02.phpt')
-rw-r--r--ext/oci8/tests/xmltype_02.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/xmltype_02.phpt b/ext/oci8/tests/xmltype_02.phpt
index 28e9401baf..9a17f5db18 100644
--- a/ext/oci8/tests/xmltype_02.phpt
+++ b/ext/oci8/tests/xmltype_02.phpt
@@ -69,7 +69,7 @@ var_dump($row);
echo "Test 2 Manipulate the data using SimpleXML\n";
-$sx = simplexml_load_string((binary)$row[0]->load());
+$sx = simplexml_load_string($row[0]->load());
$row[0]->free();
var_dump($sx);
@@ -178,4 +178,4 @@ string(%d) "<?xml version="1.0"?>
%sVClearance>10</VClearance>
</Warehouse>
"
-===DONE=== \ No newline at end of file
+===DONE===