Home
last modified time | relevance | path

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

/PHP-8.1/ext/session/
H A Dsession.stub.php58 callable $read = UNKNOWN,
85 public function read(string $id): string|false; function
121 public function read(string $id): string|false {} function in SessionHandler
H A Dmod_user_class.c88 PHP_METHOD(SessionHandler, read) in PHP_METHOD() argument
/PHP-8.1/ext/standard/
H A Ddir.stub.php28 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.c180 ssize_t read; in php_exec() local
H A Dbasic_functions.stub.php1579 function stream_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, ?int $microse…
/PHP-8.1/Zend/
H A Dzend_stream.c162 ssize_t read; in zend_stream_fixup() local
176 ssize_t read; in zend_stream_fixup() local
/PHP-8.1/ext/zlib/
H A Dzlib_fopen_wrapper.c34 int read; in php_gziop_read() local
/PHP-8.1/ext/phar/
H A Dzip.c48 size_t read; in phar_zip_process_extra() local
421 size_t read; in phar_parse_zipfile() local
H A Dtar.c164 size_t save = php_stream_tell(fp), read; in phar_tar_process_metadata() local
214 size_t pos = 0, read, totalsize; in phar_parse_tarfile() local
/PHP-8.1/ext/xmlreader/
H A Dphp_xmlreader.stub.php75 public function read(): bool {} function in XMLReader
H A Dphp_xmlreader.c777 PHP_METHOD(XMLReader, read) in PHP_METHOD() argument
/PHP-8.1/ext/gd/libgd/
H A Dgd_webp.c49 unsigned char *read, *temp; in gdImageCreateFromWebpCtx() local
/PHP-8.1/ext/sockets/
H A Dsockets.stub.php21 function socket_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microsec…
/PHP-8.1/TSRM/
H A Dtsrm_win32.c450 int fno, type_len, read, mode; in popen_ex() local
/PHP-8.1/ext/curl/
H A Dcurl_private.h73 php_curl_read *read; member
/PHP-8.1/ext/mysqli/
H A Dmysqli.stub.php279 …public static function poll(?array &$read, ?array &$error, array &$reject, int $seconds, int $micr…
932 function mysqli_poll(?array &$read, ?array &$error, array &$reject, int $seconds, int $microseconds…
/PHP-8.1/ext/oci8/
H A Doci8.stub.php579 public function read(int $length): string|false {} function in OCILob
/PHP-8.1/main/streams/
H A Dstreams.c764 ssize_t read = php_stream_read(stream, ZSTR_VAL(str), len); in php_stream_read_to_str() local
/PHP-8.1/main/
H A Dphp_streams.h117 ssize_t (*read)(php_stream *stream, char *buf, size_t count); member
/PHP-8.1/ext/openssl/
H A Dxp_ssl.c2033 static ssize_t php_openssl_sockop_io(int read, php_stream *stream, char *buf, size_t count) /* {{{ … in php_openssl_sockop_io()
/PHP-8.1/ext/imap/
H A Dphp_imap.c4426 unsigned long read; in php_mail_gets() local
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_structs.h1081 void (*read)(struct st_mysqlnd_read_buffer *, size_t count, zend_uchar * dest); member

Completed in 364 milliseconds