mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
One more typo.
This commit is contained in:
parent
44c8927daf
commit
f12a4164a5
1 changed files with 1 additions and 1 deletions
|
@ -882,7 +882,7 @@ PHP_FUNCTION(cpdf_set_text_matrix)
|
||||||
|
|
||||||
CPDF_FETCH_CPDFDOC(arg1);
|
CPDF_FETCH_CPDFDOC(arg1);
|
||||||
convert_to_array_ex(arg2);
|
convert_to_array_ex(arg2);
|
||||||
matrix = Z_ARRVAL_P(arg2);
|
matrix = Z_ARRVAL_PP(arg2);
|
||||||
|
|
||||||
if(zend_hash_num_elements(matrix) != 6) {
|
if(zend_hash_num_elements(matrix) != 6) {
|
||||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Text matrix must have 6 elements");
|
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Text matrix must have 6 elements");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue