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