summaryrefslogtreecommitdiff
path: root/Zend/tests/bug39304.phpt
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-03-08 13:01:41 +0000
committerFelipe Pena <felipe@php.net>2008-03-08 13:01:41 +0000
commit40af7d8db457f8ae30449f3c97b6e82100aec0a3 (patch)
tree0475678bb9141a79fa9fa2d3262ded07537ac85c /Zend/tests/bug39304.phpt
parent2e0b0d8f5840dfc933a8392483c3c5ce846e42dd (diff)
downloadphp-git-40af7d8db457f8ae30449f3c97b6e82100aec0a3.tar.gz
Fix tests (removed space on error message "Undefined index: ...")
Diffstat (limited to 'Zend/tests/bug39304.phpt')
-rwxr-xr-xZend/tests/bug39304.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/tests/bug39304.phpt b/Zend/tests/bug39304.phpt
index 9e4416c969..0129d21348 100755
--- a/Zend/tests/bug39304.phpt
+++ b/Zend/tests/bug39304.phpt
@@ -6,4 +6,6 @@ Bug #39304 (Segmentation fault with list unpacking of string offset)
list($a, $b) = $s[0];
?>
--EXPECTF--
+Notice: Uninitialized string offset: 0 in %sbug39304.php on line 3
+
Fatal error: Cannot use string offset as an array in %sbug39304.php on line 3