csize 701 ext/intl/grapheme/grapheme_string.c grapheme_extract_charcount_iter(UBreakIterator *bi, int32_t csize, unsigned char *pstr, int32_t str_len) csize 714 ext/intl/grapheme/grapheme_string.c if ( pos > csize ) { csize 1435 ext/standard/streamsfuncs.c long csize; csize 1439 ext/standard/streamsfuncs.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl", &zstream, &csize) == FAILURE) { csize 1443 ext/standard/streamsfuncs.c if (csize <= 0) { csize 1444 ext/standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The chunk size must be a positive integer, given %ld", csize); csize 1451 ext/standard/streamsfuncs.c if (csize > INT_MAX) { csize 1458 ext/standard/streamsfuncs.c ret = php_stream_set_option(stream, PHP_STREAM_OPTION_SET_CHUNK_SIZE, (int)csize, NULL);