Skip to content

Commit dd82d22

Browse files
authored
Load the native implementation of utf8_trim
1 parent aadc83d commit dd82d22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/init.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@
4343
} elseif (PHP_UTF_8_MODE == 'native') {
4444
require_once PHP_UTF_8_DIR . '/core/native.php';
4545
}
46+
47+
// Load the native implementation of utf8_trim
48+
require_once PHP_UTF_8_DIR . '/functions/trim.php';
49+

0 commit comments

Comments
 (0)