Home
last modified time | relevance | path

Searched defs:read (Results 1 – 25 of 27) sorted by relevance

12

/php-src/ext/session/
H A Dsession.stub.php74 callable $read = UNKNOWN,
101 public function read(string $id): string|false; function
137 public function read(string $id): string|false {} function in SessionHandler
H A Dmod_user_class.c90 PHP_METHOD(SessionHandler, read) in PHP_METHOD() argument
/php-src/Zend/
H A Dzend_stream.c162 ssize_t read; in zend_stream_fixup() local
176 ssize_t read; in zend_stream_fixup() local
/php-src/ext/standard/
H A Ddir.stub.php113 public function read(): string|false {} function in Directory
H A Dphp_fopen_wrapper.c79 ssize_t read; in php_stream_input_read() local
H A Dexec.c178 ssize_t read; in php_exec() local
/php-src/ext/zend_test/
H A Dobject_handlers.stub.php27 public bool $read = false; variable in DimensionHandlersNoArrayAccess
/php-src/ext/zlib/
H A Dzlib_fopen_wrapper.c36 int read; in php_gziop_read() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstrtod.c87 size_t read; in lexbor_strtod_diyfp_read() local
/php-src/ext/phar/
H A Dzip.c51 size_t read; in phar_zip_process_extra() local
487 size_t read; in phar_parse_zipfile() local
H A Dtar.c166 size_t save = php_stream_tell(fp), read; in phar_tar_process_metadata() local
209 size_t pos = 0, read, totalsize; in phar_parse_tarfile() local
/php-src/ext/standard/libavifinfo/
H A Davifinfo.c101 read_stream_t read; // Used to fetch more bytes from the 'stream'. member
712 AvifInfoStatus AvifInfoIdentifyStream(void* stream, read_stream_t read, in AvifInfoIdentifyStream()
723 AvifInfoStatus AvifInfoGetFeaturesStream(void* stream, read_stream_t read, in AvifInfoGetFeaturesStream()
/php-src/ext/gd/libgd/
H A Dgd_webp.c50 unsigned char *read, *temp; in gdImageCreateFromWebpCtx() local
/php-src/ext/xmlreader/
H A Dphp_xmlreader.stub.php184 public function read(): bool {} function in XMLReader
H A Dphp_xmlreader.c763 PHP_METHOD(XMLReader, read) in PHP_METHOD() argument
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c476 __m128i read = _mm_loadu_si128((__m128i *) buf); /* [A:P] */ in adler32_do16_loop() local
/php-src/TSRM/
H A Dtsrm_win32.c448 int fno, type_len, read, mode; in popen_ex() local
/php-src/ext/curl/
H A Dcurl_private.h66 php_curl_read *read; member
/php-src/ext/dom/
H A Dhtml_document.c477 size_t *read, in dom_setup_parser_encoding_implicitly()
1037 ssize_t read; in PHP_METHOD() local
/php-src/ext/mysqli/
H A Dmysqli.stub.php747 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
/php-src/ext/sockets/
H A Dsockets.stub.php1946 function socket_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microsec…
/php-src/main/streams/
H A Dstreams.c795 ssize_t read = php_stream_read(stream, ZSTR_VAL(str), len); in php_stream_read_to_str() local
/php-src/ext/pgsql/
H A Dpgsql.stub.php968 function pg_socket_poll($socket, int $read, int $write, int $timeout = -1): int {}
/php-src/main/
H A Dphp_streams.h118 ssize_t (*read)(php_stream *stream, char *buf, size_t count); member
/php-src/ext/openssl/
H A Dxp_ssl.c2043 static ssize_t php_openssl_sockop_io(int read, php_stream *stream, char *buf, size_t count) /* {{{ … in php_openssl_sockop_io()

Completed in 181 milliseconds

12