Browse Source

Remove debug message.

migration/RELEASE_1_0_0
Andrei Zmievski 21 years ago
parent
commit
d887f2238b
  1. 1
      ext/unicode/unicode_iterators.c

1
ext/unicode/unicode_iterators.c

@ -90,7 +90,6 @@ PHP_METHOD(TextIterator, __construct)
}
if (Z_TYPE_P(text) != IS_UNICODE) {
printf("not unicode\n");
zend_throw_exception(U_CLASS_ENTRY(spl_ce_InvalidArgumentException), "Text iterator expects argument to be a Unicode string", 0 TSRMLS_CC);
return;
}

Loading…
Cancel
Save