diff options
Diffstat (limited to 'php/src/php7/Operation.cpp')
-rw-r--r-- | php/src/php7/Operation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/php/src/php7/Operation.cpp b/php/src/php7/Operation.cpp index 81b05817eb7..7cbcb809503 100644 --- a/php/src/php7/Operation.cpp +++ b/php/src/php7/Operation.cpp @@ -363,7 +363,6 @@ IcePHP::OperationI::convertParam(zval* p, int pos) { assert(Z_TYPE_P(p) == IS_ARRAY); HashTable* arr = Z_ARRVAL_P(p); - assert(zend_hash_num_elements(arr) == 3); ParamInfoPtr param = new ParamInfo; |