diff options
Diffstat (limited to 'Zend/tests/use_const/includes/global_bar.inc')
-rw-r--r-- | Zend/tests/use_const/includes/global_bar.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Zend/tests/use_const/includes/global_bar.inc b/Zend/tests/use_const/includes/global_bar.inc new file mode 100644 index 0000000000..609d17b7b5 --- /dev/null +++ b/Zend/tests/use_const/includes/global_bar.inc @@ -0,0 +1,3 @@ +<?php + +const bar = 'global bar'; |