summaryrefslogtreecommitdiff
path: root/Zend/tests/call_static_003.phpt
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2010-11-03 01:35:26 +0000
committerFelipe Pena <felipe@php.net>2010-11-03 01:35:26 +0000
commite3ced0b54018984fe732dafabdf5c55893263a65 (patch)
tree4dd57ddf877bac2f833f9106bbd6206cde865d58 /Zend/tests/call_static_003.phpt
parentf11535e2eee07e515066774eb166ddec73da91b3 (diff)
downloadphp-git-e3ced0b54018984fe732dafabdf5c55893263a65.tar.gz
- Reverted fix for bug #51176
Diffstat (limited to 'Zend/tests/call_static_003.phpt')
-rw-r--r--Zend/tests/call_static_003.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/call_static_003.phpt b/Zend/tests/call_static_003.phpt
index d5e2b75298..566ff0fdf2 100644
--- a/Zend/tests/call_static_003.phpt
+++ b/Zend/tests/call_static_003.phpt
@@ -28,9 +28,9 @@ foo::BAZ();
--EXPECT--
nonstatic
string(6) "fOoBaR"
-static
+nonstatic
string(6) "foOBAr"
-static
+nonstatic
string(6) "fOOBAr"
static
string(3) "bAr"