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

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

--FILE--
<?php
zend_test_func();
?>
--EXPECTF--
Fatal error: Return value of zend_test_func() must be of the type array, null returned in %s on line %d