Code cleanup: normalize case for intval(), strval(), floatval() calls.
[lhc/web/wiklou.git] / includes / normal / UtfNormalGenerate.php
index efe25de..1c00e2b 100644 (file)
@@ -99,7 +99,7 @@ while( false !== ($line = fgets( $in ) ) ) {
        $source = codepointToUtf8( hexdec( $codepoint ) );
 
        if( $canonicalCombiningClass != 0 ) {
-               $combiningClass[$source] = IntVal( $canonicalCombiningClass );
+               $combiningClass[$source] = intval( $canonicalCombiningClass );
        }
        
        if( $decompositionMapping === '' ) continue;