summaryrefslogtreecommitdiff
path: root/Zend/tests/return_types/internal_functions002.phpt
blob: 7cdb2b884a5d40547ec7106f647ae389910566ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--TEST--
Return type for internal functions 2

--SKIPIF--
<?php
if (!function_exists('zend_test_func2')) {
    print 'skip';
}

--FILE--
<?php
zend_test_func2();
echo "==DONE==\n"
?>
--EXPECTF--
==DONE==