summaryrefslogtreecommitdiff
path: root/Zend/tests/use_const/shadow_global.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/use_const/shadow_global.phpt')
-rw-r--r--Zend/tests/use_const/shadow_global.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/use_const/shadow_global.phpt b/Zend/tests/use_const/shadow_global.phpt
index 930cc9f0b8..522f972506 100644
--- a/Zend/tests/use_const/shadow_global.phpt
+++ b/Zend/tests/use_const/shadow_global.phpt
@@ -4,8 +4,8 @@ shadowing a global constant with a local version
<?php
namespace {
- require 'includes/global_bar.php';
- require 'includes/foo_bar.php';
+ require 'includes/global_bar.inc';
+ require 'includes/foo_bar.inc';
}
namespace {