summaryrefslogtreecommitdiff
path: root/ext/xsl/tests/xsltprocessor_setparameter-errorquote.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xsl/tests/xsltprocessor_setparameter-errorquote.phpt')
-rw-r--r--ext/xsl/tests/xsltprocessor_setparameter-errorquote.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xsl/tests/xsltprocessor_setparameter-errorquote.phpt b/ext/xsl/tests/xsltprocessor_setparameter-errorquote.phpt
index a3114bb755..efefe0f83b 100644
--- a/ext/xsl/tests/xsltprocessor_setparameter-errorquote.phpt
+++ b/ext/xsl/tests/xsltprocessor_setparameter-errorquote.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);
$proc->setParameter('', '', '"\'');
$proc->transformToXml($dom);