repo.or.cz
/
phpCairo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changed the names to match the PECL nomenclature
[phpCairo.git]
/
src
/
cairo
/
tests
/
CairoContext__has_current_point.phpt
blob
44e21dccb7cb3b41d55f180e8f02e21c35cc4582
1
--TEST--
2
CairoContext::has_current_point() member function
3
--SKIPIF--
4
<?php
5
6
if(!extension_loaded('phpCairo')) die('skip ');
7
8
?>
9
--FILE--
10
<?php
11
echo 'OK'; // no test case for this function yet
12
?>
13
--EXPECT--
14
OK