diff --git a/src/FFIExtend.php b/src/FFIExtend.php index e2cc720..32cc825 100644 --- a/src/FFIExtend.php +++ b/src/FFIExtend.php @@ -459,7 +459,7 @@ public function isPtr($v) { } public function getIntValue($v) { - if($this->isIntPtr($v)) { + if($this->isPtr($v)) { return $v[0]; } elseif($this->isCData($v)) { return $v->cdata;