projects
/
m6w6
/
ext-pq
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
|
github
history
|
raw
|
HEAD
travis: PHP-7.2+ debug builds require valgrind headers for PCRE
[m6w6/ext-pq]
/
tests
/
info002.phpt
1
--TEST--
2
ext info
3
--SKIPIF--
4
<?php
5
include "_skipif.inc";
6
?>
7
--FILE--
8
<?php
9
echo "Test\n";
10
$e = new ReflectionExtension("pq");
11
$e->info();
12
?>
13
Done
14
--EXPECTF--
15
Test
16
17
pq
18
19
PQ Support => enabled
20
Extension Version => %s
21
22
Used Library => Compiled => Linked
23
libpq => %s => %s
24
Done