summaryrefslogtreecommitdiff
path: root/Zend/tests/strict_001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/strict_001.phpt')
-rw-r--r--Zend/tests/strict_001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/strict_001.phpt b/Zend/tests/strict_001.phpt
index f287d5e4dc..3fcaa8c2bc 100644
--- a/Zend/tests/strict_001.phpt
+++ b/Zend/tests/strict_001.phpt
@@ -13,7 +13,7 @@ var_dump($array[$fp]);
echo "Done\n";
?>
---EXPECTF--
+--EXPECTF--
Notice: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
int(%d)
Done