Home
last modified time | relevance | path

Searched refs:numbytes (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/standard/
H A Dfile.c585 ssize_t numbytes = 0; in PHP_FUNCTION() local
639 numbytes = -1; in PHP_FUNCTION()
645 numbytes = len; in PHP_FUNCTION()
661 numbytes = -1; in PHP_FUNCTION()
675 numbytes += ZSTR_LEN(str); in PHP_FUNCTION()
680 numbytes = -1; in PHP_FUNCTION()
695 if (numbytes != Z_STRLEN(out)) { in PHP_FUNCTION()
697 numbytes = -1; in PHP_FUNCTION()
704 numbytes = -1; in PHP_FUNCTION()
709 if (numbytes < 0) { in PHP_FUNCTION()
[all …]

Completed in 19 milliseconds