mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Remove debug message.
This commit is contained in:
parent
2b763aa305
commit
d887f2238b
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue