-/* Generated by re2c 0.13.5 on Wed Jun 03 09:59:17 2009 */
+/* Generated by re2c 0.13.5 on Tue Dec 15 15:29:48 2009 */
#line 1 "Zend/zend_language_scanner.l"
/*
+----------------------------------------------------------------------+
char output[sizeof(expected)];
if (ucnv_fromUChars(conv,
- output, sizeof(output),
- ascii, sizeof(expected),
- &status) != sizeof(expected) ||
+ output, sizeof(output)-1,
+ ascii, sizeof(expected)-1,
+ &status) != sizeof(expected)-1 ||
U_FAILURE(status)) {
ret = 0;
} else {
- ret = (memcmp(expected, output, sizeof(expected)) == 0);
+ ret = (memcmp(expected, output, sizeof(expected)-1) == 0);
}
}
}