/php-src/ext/session/ |
H A D | session.stub.php | 74 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 D | mod_user_class.c | 90 PHP_METHOD(SessionHandler, read) in PHP_METHOD() argument
|
/php-src/Zend/ |
H A D | zend_stream.c | 162 ssize_t read; in zend_stream_fixup() local 176 ssize_t read; in zend_stream_fixup() local
|
/php-src/ext/standard/ |
H A D | dir.stub.php | 114 public function read(): string|false {} function in Directory
|
H A D | php_fopen_wrapper.c | 79 ssize_t read; in php_stream_input_read() local
|
H A D | exec.c | 174 ssize_t read; in php_exec() local
|
/php-src/ext/zend_test/ |
H A D | object_handlers.stub.php | 27 public bool $read = false; variable in DimensionHandlersNoArrayAccess
|
/php-src/ext/zlib/ |
H A D | zlib_fopen_wrapper.c | 36 int read; in php_gziop_read() local
|
/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | strtod.c | 87 size_t read; in lexbor_strtod_diyfp_read() local
|
/php-src/ext/phar/ |
H A D | zip.c | 51 size_t read; in phar_zip_process_extra() local 487 size_t read; in phar_parse_zipfile() local
|
H A D | tar.c | 166 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 D | avifinfo.c | 101 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 D | gd_webp.c | 50 unsigned char *read, *temp; in gdImageCreateFromWebpCtx() local
|
/php-src/ext/xmlreader/ |
H A D | php_xmlreader.stub.php | 184 public function read(): bool {} function in XMLReader
|
H A D | php_xmlreader.c | 809 PHP_METHOD(XMLReader, read) in PHP_METHOD() argument
|
/php-src/TSRM/ |
H A D | tsrm_win32.c | 448 int fno, type_len, read, mode; in popen_ex() local
|
/php-src/ext/curl/ |
H A D | curl_private.h | 66 php_curl_read *read; member
|
/php-src/ext/opcache/ |
H A D | zend_accelerator_util_funcs.c | 476 __m128i read = _mm_loadu_si128((__m128i *) buf); /* [A:P] */ in adler32_do16_loop() local
|
/php-src/ext/dom/ |
H A D | html_document.c | 483 size_t *read, in dom_setup_parser_encoding_implicitly() 1073 ssize_t read; in PHP_METHOD() local
|
/php-src/ext/mysqli/ |
H A D | mysqli.stub.php | 747 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
|
/php-src/main/streams/ |
H A D | streams.c | 795 ssize_t read = php_stream_read(stream, ZSTR_VAL(str), len); in php_stream_read_to_str() local
|
/php-src/ext/sockets/ |
H A D | sockets.stub.php | 1960 function socket_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microsec…
|
/php-src/ext/pgsql/ |
H A D | pgsql.stub.php | 968 function pg_socket_poll($socket, int $read, int $write, int $timeout = -1): int {}
|
/php-src/main/ |
H A D | php_streams.h | 118 ssize_t (*read)(php_stream *stream, char *buf, size_t count); member
|
/php-src/ext/openssl/ |
H A D | xp_ssl.c | 2043 static ssize_t php_openssl_sockop_io(int read, php_stream *stream, char *buf, size_t count) /* {{{ … in php_openssl_sockop_io()
|