summaryrefslogtreecommitdiff
path: root/ext/skeleton/tests/002.phpt
blob: 6b42a28db3d6e7b6b71cd127c9018c6281e0e2f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--TEST--
test1() Basic test
--SKIPIF--
<?php
if (!extension_loaded('%EXTNAME%')) {
    echo 'skip';
}
?>
--FILE--
<?php
$ret = test1();

var_dump($ret);
?>
--EXPECT--
The extension %EXTNAME% is loaded and working!
NULL