From 6ef9216269c0a42898feed90cec9fc4193cad9b6 Mon Sep 17 00:00:00 2001
From: Nikita Popov <nikic@php.net>
Date: Tue, 31 Mar 2015 16:10:06 +0200
Subject: Finish PHP 4 constructor deprecation

---
 ext/xsl/tests/xslt011.phpt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'ext/xsl')

diff --git a/ext/xsl/tests/xslt011.phpt b/ext/xsl/tests/xslt011.phpt
index efa2dd7550..5ddb3dbbe6 100644
--- a/ext/xsl/tests/xslt011.phpt
+++ b/ext/xsl/tests/xslt011.phpt
@@ -6,7 +6,7 @@ Test 11: php:function Support
 <?php
 print "Test 11: php:function Support\n";
   Class foo {
-       function foo() {}
+       function __construct() {}
        function __toString() { return "not a DomNode object";}
   }
 
-- 
cgit v1.2.1