summaryrefslogtreecommitdiff
path: root/ext/xsl
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2015-03-31 16:10:06 +0200
committerNikita Popov <nikic@php.net>2015-03-31 17:55:27 +0200
commit6ef9216269c0a42898feed90cec9fc4193cad9b6 (patch)
tree768aff67da6c219c49b34b727d4a109e149be614 /ext/xsl
parentdb76b708cf14ed2794d26600c0e49df8aa36fbea (diff)
downloadphp-git-6ef9216269c0a42898feed90cec9fc4193cad9b6.tar.gz
Finish PHP 4 constructor deprecation
Diffstat (limited to 'ext/xsl')
-rw-r--r--ext/xsl/tests/xslt011.phpt2
1 files changed, 1 insertions, 1 deletions
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";}
}