Home
last modified time | relevance | path

Searched defs:write (Results 1 – 12 of 12) sorted by relevance

/php-src/ext/session/
H A Dsession.stub.php75 callable $write = UNKNOWN,
104 public function write(string $id, string $data): bool; function
140 public function write(string $id, string $data): bool {} function in SessionHandler
H A Dmod_user_class.c110 PHP_METHOD(SessionHandler, write) in PHP_METHOD() argument
H A Dsession.c501 static void php_session_save_current_state(int write) /* {{{ */ in php_session_save_current_state()
1707 PHPAPI zend_result php_session_flush(int write) /* {{{ */ in php_session_flush()
/php-src/ext/gd/libgd/
H A Dwebpng.c35 int write = 0; in main() local
/php-src/ext/zend_test/
H A Dobject_handlers.stub.php28 public bool $write = false; variable in DimensionHandlersNoArrayAccess
/php-src/ext/curl/
H A Dcurl_private.h64 php_curl_write *write; member
/php-src/ext/sockets/
H A Dsockets.stub.php1946 function socket_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microsec…
/php-src/ext/pgsql/
H A Dpgsql.stub.php968 function pg_socket_poll($socket, int $read, int $write, int $timeout = -1): int {}
H A Dpgsql.c444 static int PQsocketPoll(int socket, int read, int write, time_t timeout) in PQsocketPoll()
6213 zend_long read, write; in PHP_FUNCTION() local
/php-src/main/
H A Dphp_streams.h117 ssize_t (*write)(php_stream *stream, const char *buf, size_t count); member
/php-src/Zend/Optimizer/
H A Dzend_inference.c2124 ZEND_API uint32_t zend_array_element_type(uint32_t t1, uint8_t op_type, int write, int insert) in zend_array_element_type()
/php-src/ext/standard/
H A Dbasic_functions.stub.php2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}

Completed in 71 milliseconds