From: foobar Date: Wed, 15 Jun 2005 09:23:28 +0000 (+0000) Subject: typofix X-Git-Tag: php-5.1.0b2~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55b0a90e91566cf30a6c606ffb51bdd62599794d;p=php typofix --- diff --git a/Zend/tests/bug32428.phpt b/Zend/tests/bug32428.phpt index b390c4b686..0b5ca6aebc 100755 --- a/Zend/tests/bug32428.phpt +++ b/Zend/tests/bug32428.phpt @@ -9,5 +9,5 @@ Bug #32428 (The @ warning error supression operator is broken) $data = @($not_exists+1); echo "ok\n"; ?> ---EXPEXT-- +--EXPECT-- ok