summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/pecl_bug10194.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/pecl_bug10194.phpt')
-rw-r--r--ext/oci8/tests/pecl_bug10194.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/pecl_bug10194.phpt b/ext/oci8/tests/pecl_bug10194.phpt
index 42df6905db..9ec102ad0d 100644
--- a/ext/oci8/tests/pecl_bug10194.phpt
+++ b/ext/oci8/tests/pecl_bug10194.phpt
@@ -13,7 +13,7 @@ if (getenv("USE_ZEND_ALLOC") === "0") {
memory_limit=10M
--FILE--
<?php
-
+
require dirname(__FILE__).'/connect.inc';
require dirname(__FILE__).'/create_table.inc';
@@ -50,5 +50,5 @@ require dirname(__FILE__).'/drop_table.inc';
echo "Done\n";
?>
---EXPECTF--
+--EXPECTF--
Fatal error: Allowed memory size of 10485760 bytes exhausted%s(tried to allocate %d bytes) in %s on line %d