summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-01-14 20:02:42 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-01-14 20:02:42 +0000
commitf12a4164a59ce93f34f3719a8ef117eb1a3a9fdc (patch)
treed2c3fa141907bdc58e29495e59df54af2b555838
parent44c8927daf1d5ffc4603901a3d17db4f9df1729f (diff)
downloadphp-git-f12a4164a59ce93f34f3719a8ef117eb1a3a9fdc.tar.gz
One more typo.
-rw-r--r--ext/cpdf/cpdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/cpdf/cpdf.c b/ext/cpdf/cpdf.c
index 7041c151bf..4bb9847d39 100644
--- a/ext/cpdf/cpdf.c
+++ b/ext/cpdf/cpdf.c
@@ -882,7 +882,7 @@ PHP_FUNCTION(cpdf_set_text_matrix)
CPDF_FETCH_CPDFDOC(arg1);
convert_to_array_ex(arg2);
- matrix = Z_ARRVAL_P(arg2);
+ matrix = Z_ARRVAL_PP(arg2);
if(zend_hash_num_elements(matrix) != 6) {
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Text matrix must have 6 elements");