mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Made server wide switch for unicode on/off (according to PDM).
This commit is contained in:
parent
5a4b6845dc
commit
09ca61c125
59 changed files with 644 additions and 805 deletions
|
@ -539,7 +539,7 @@ PHP_METHOD(TextIterator, __construct)
|
|||
intern->flags = flags;
|
||||
}
|
||||
|
||||
if (Z_OBJCE_P(this_ptr) == U_CLASS_ENTRY(rev_text_iterator_ce)) {
|
||||
if (Z_OBJCE_P(this_ptr) == rev_text_iterator_ce) {
|
||||
intern->flags |= ITER_REVERSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue