summaryrefslogtreecommitdiff
path: root/tests/classes
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2012-03-30 20:37:48 +0800
committerXinchen Hui <laruence@gmail.com>2012-03-30 20:37:48 +0800
commit6b4112c98aa27e72ee5b9d4d130049f4876e1f45 (patch)
tree15422e0140601ccfc23637b0effdba6bacd133b8 /tests/classes
parentc0f806a69c600996c9af4195f2136412160b0fc0 (diff)
downloadphp-git-6b4112c98aa27e72ee5b9d4d130049f4876e1f45.tar.gz
Fix test, parameter signatures was introduced only into 5.4
Diffstat (limited to 'tests/classes')
-rwxr-xr-xtests/classes/ctor_in_interface_02.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/ctor_in_interface_02.phpt b/tests/classes/ctor_in_interface_02.phpt
index 0c7931ed54..ad9fac3892 100755
--- a/tests/classes/ctor_in_interface_02.phpt
+++ b/tests/classes/ctor_in_interface_02.phpt
@@ -32,4 +32,4 @@ class implem13 implements constr1, constr3
?>
--EXPECTF--
-Fatal error: Declaration of implem13::__construct() must be compatible with constr3::__construct($a) in %s on line %d
+Fatal error: Declaration of implem13::__construct() must be compatible with that of constr3::__construct() in %sctor_in_interface_02.php on line %d