Searched defs:operation (Results 1 – 7 of 7) sorted by relevance
/PHP-8.1/ext/standard/ |
H A D | flock_compat.c | 22 PHPAPI int flock(int fd, int operation) in flock() 28 PHPAPI int php_flock(int fd, int operation) in php_flock()
|
H A D | file.c | 336 PHPAPI void php_flock_common(php_stream *stream, zend_long operation, in php_flock_common() 368 zend_long operation = 0; in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 1020 function flock($stream, int $operation, &$would_block = null): bool {}
|
/PHP-8.1/ext/spl/ |
H A D | spl_directory.stub.php | 231 public function flock(int $operation, &$wouldBlock = null): bool {}
|
H A D | spl_directory.c | 2478 zend_long operation = 0; in PHP_METHOD() local
|
/PHP-8.1/Zend/ |
H A D | zend_object_handlers.c | 285 zend_class_entry *ce, zend_string *member, zend_class_entry *scope, const char *operation) { in zend_readonly_property_modification_scope_error() 753 zend_string *name, const char *operation) { in verify_readonly_initialization_access()
|
/PHP-8.1/ext/soap/ |
H A D | php_sdl.c | 760 xmlNodePtr portType, operation; in load_wsdl() local
|
Completed in 70 milliseconds