summaryrefslogtreecommitdiff
path: root/Zend/tests/use_function/includes/global_baz.inc
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-09-21 20:25:04 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-09-23 17:20:42 +0200
commitf6605c788f0a73cf4f5f4ea32515b9ba7959e4ac (patch)
tree6e4480515fd750899d118337e3f466da768cae71 /Zend/tests/use_function/includes/global_baz.inc
parent9e5853b69900a34a8ad64c2f841367a3a8630213 (diff)
downloadphp-git-f6605c788f0a73cf4f5f4ea32515b9ba7959e4ac.tar.gz
Rename *.php files in Zend/tests to *.inc
*.php files are ignored by Git and a better practice might be to rename PHP included files for tests.
Diffstat (limited to 'Zend/tests/use_function/includes/global_baz.inc')
-rw-r--r--Zend/tests/use_function/includes/global_baz.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/Zend/tests/use_function/includes/global_baz.inc b/Zend/tests/use_function/includes/global_baz.inc
new file mode 100644
index 0000000000..6383b9dd38
--- /dev/null
+++ b/Zend/tests/use_function/includes/global_baz.inc
@@ -0,0 +1,4 @@
+<?php
+
+function baz() {
+}