summaryrefslogtreecommitdiff
path: root/ext/xsl/tests/xsltprocessor_setparameter-nostring.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xsl/tests/xsltprocessor_setparameter-nostring.phpt')
-rw-r--r--ext/xsl/tests/xsltprocessor_setparameter-nostring.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xsl/tests/xsltprocessor_setparameter-nostring.phpt b/ext/xsl/tests/xsltprocessor_setparameter-nostring.phpt
index dd17a72d49..2c723434aa 100644
--- a/ext/xsl/tests/xsltprocessor_setparameter-nostring.phpt
+++ b/ext/xsl/tests/xsltprocessor_setparameter-nostring.phpt
@@ -10,7 +10,7 @@ Memleak: http://bugs.php.net/bug.php?id=48221
?>
--FILE--
<?php
-include dirname(__FILE__) .'/prepare.inc';
+include __DIR__ .'/prepare.inc';
$proc->importStylesheet($xsl);
var_dump($proc->setParameter('', array(4, 'abc')));
$proc->transformToXml($dom);