Searched defs:write (Results 1 – 13 of 13) sorted by relevance
/php-src/ext/session/ |
H A D | session.stub.php | 75 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 D | mod_user_class.c | 110 PHP_METHOD(SessionHandler, write) in PHP_METHOD() argument
|
H A D | session.c | 524 static void php_session_save_current_state(int write) /* {{{ */ in php_session_save_current_state() 1724 PHPAPI zend_result php_session_flush(int write) /* {{{ */ in php_session_flush()
|
/php-src/ext/gd/libgd/ |
H A D | webpng.c | 35 int write = 0; in main() local
|
/php-src/ext/zend_test/ |
H A D | object_handlers.stub.php | 28 public bool $write = false; variable in DimensionHandlersNoArrayAccess
|
/php-src/ext/curl/ |
H A D | curl_private.h | 64 php_curl_write *write; member
|
/php-src/ext/spl/ |
H A D | spl_heap.c | 605 static zend_result spl_heap_consistency_validations(const spl_heap_object *intern, bool write) in spl_heap_consistency_validations()
|
/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 {}
|
H A D | pgsql.c | 445 static int PQsocketPoll(int socket, int read, int write, time_t timeout) in PQsocketPoll() 6243 zend_long read, write; in PHP_FUNCTION() local
|
/php-src/main/ |
H A D | php_streams.h | 117 ssize_t (*write)(php_stream *stream, const char *buf, size_t count); member
|
/php-src/Zend/Optimizer/ |
H A D | zend_inference.c | 2124 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 D | basic_functions.stub.php | 2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
Completed in 85 milliseconds