summaryrefslogtreecommitdiff
path: root/Zend/tests/call_static_007.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_007.phpt
parentf11535e2eee07e515066774eb166ddec73da91b3 (diff)
downloadphp-git-e3ced0b54018984fe732dafabdf5c55893263a65.tar.gz
- Reverted fix for bug #51176
Diffstat (limited to 'Zend/tests/call_static_007.phpt')
-rw-r--r--Zend/tests/call_static_007.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/call_static_007.phpt b/Zend/tests/call_static_007.phpt
index 766802092b..419f102310 100644
--- a/Zend/tests/call_static_007.phpt
+++ b/Zend/tests/call_static_007.phpt
@@ -30,5 +30,5 @@ a::Foo();
--EXPECT--
__callstatic: Test
__call: Test
-__callstatic: Bar
+__call: Bar
__callstatic: Foo