diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-09-21 20:25:04 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2018-09-23 17:20:42 +0200 |
commit | f6605c788f0a73cf4f5f4ea32515b9ba7959e4ac (patch) | |
tree | 6e4480515fd750899d118337e3f466da768cae71 /Zend/tests/use_function/includes/global_baz.inc | |
parent | 9e5853b69900a34a8ad64c2f841367a3a8630213 (diff) | |
download | php-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.inc | 4 |
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() { +} |