PHP_QPRINT_MAXL 154 ext/standard/quot_print.c ret = safe_emalloc(3, length + (((3 * length)/(PHP_QPRINT_MAXL-9)) + 1), 1); PHP_QPRINT_MAXL 165 ext/standard/quot_print.c if ((((lp+= 3) > PHP_QPRINT_MAXL) && (c <= 0x7f)) PHP_QPRINT_MAXL 166 ext/standard/quot_print.c || ((c > 0x7f) && (c <= 0xdf) && ((lp + 3) > PHP_QPRINT_MAXL)) PHP_QPRINT_MAXL 167 ext/standard/quot_print.c || ((c > 0xdf) && (c <= 0xef) && ((lp + 6) > PHP_QPRINT_MAXL)) PHP_QPRINT_MAXL 168 ext/standard/quot_print.c || ((c > 0xef) && (c <= 0xf4) && ((lp + 9) > PHP_QPRINT_MAXL))) { PHP_QPRINT_MAXL 178 ext/standard/quot_print.c if ((++lp) > PHP_QPRINT_MAXL) {