Searched defs:operation (Results 1 – 6 of 6) sorted by relevance
22 PHPAPI int flock(int fd, int operation) in flock()28 PHPAPI int php_flock(int fd, int operation) in php_flock()
328 PHPAPI void php_flock_common(php_stream *stream, zend_long operation, in php_flock_common()360 zend_long operation = 0; in PHP_FUNCTION() local
757 function flock($stream, int $operation, &$would_block = null): bool {}
224 public function flock(int $operation, &$wouldBlock = null) {}
2510 zend_long operation = 0; in PHP_METHOD() local
759 xmlNodePtr portType, operation; in load_wsdl() local
Completed in 34 milliseconds