Searched defs:operation (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/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 | 200 PHPAPI void php_flock_common(php_stream *stream, zend_long operation, in php_flock_common() 232 zend_long operation = 0; in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 2096 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
/PHP-8.3/ext/spl/ |
H A D | spl_directory.stub.php | 316 public function flock(int $operation, &$wouldBlock = null): bool {}
|
H A D | spl_directory.c | 2487 zend_long operation = 0; in PHP_METHOD() local
|
/PHP-8.3/Zend/ |
H A D | zend_object_handlers.c | 304 …class_entry *ce, const zend_string *member, const zend_class_entry *scope, const char *operation) { in zend_readonly_property_modification_scope_error() 788 zend_string *name, const char *operation) { in verify_readonly_initialization_access()
|
/PHP-8.3/ext/soap/ |
H A D | php_sdl.c | 762 xmlNodePtr portType, operation; in load_wsdl() local
|
Completed in 44 milliseconds