We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadc83d commit dd82d22Copy full SHA for dd82d22
src/init.php
@@ -43,3 +43,7 @@
43
} elseif (PHP_UTF_8_MODE == 'native') {
44
require_once PHP_UTF_8_DIR . '/core/native.php';
45
}
46
+
47
+// Load the native implementation of utf8_trim
48
+require_once PHP_UTF_8_DIR . '/functions/trim.php';
49
0 commit comments