summaryrefslogtreecommitdiff
path: root/Zend/tests/return_types/internal_functions003.phpt
blob: 754b14574d298b399eafca025d61bc0472b018d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
Return type for internal functions 3: Void return type
--SKIPIF--
<?php
if (!extension_loaded('zend_test')) die('skip zend_test extension not loaded');
--FILE--
<?php
var_dump(zend_test_void_return());
?>
--EXPECT--
NULL