csize 675 ext/intl/grapheme/grapheme_string.c grapheme_extract_charcount_iter(UBreakIterator *bi, int32_t csize, unsigned char *pstr, int32_t str_len) csize 688 ext/intl/grapheme/grapheme_string.c if ( pos > csize ) { csize 1444 ext/standard/streamsfuncs.c zend_long csize; csize 1448 ext/standard/streamsfuncs.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rl", &zstream, &csize) == FAILURE) { csize 1452 ext/standard/streamsfuncs.c if (csize <= 0) { csize 1453 ext/standard/streamsfuncs.c php_error_docref(NULL, E_WARNING, "The chunk size must be a positive integer, given " ZEND_LONG_FMT, csize); csize 1460 ext/standard/streamsfuncs.c if (csize > INT_MAX) { csize 1467 ext/standard/streamsfuncs.c ret = php_stream_set_option(stream, PHP_STREAM_OPTION_SET_CHUNK_SIZE, (int)csize, NULL);