Searched defs:destination (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/phar/ |
H A D | tar.c | 1199 # define PHAR_SET_32(destination, source) do { \ in phar_tar_flush() argument 1207 # define PHAR_SET_32(destination, source) memcpy(destination, &source, 4) in phar_tar_flush() argument
|
/php-src/ext/sqlite3/ |
H A D | sqlite3.stub.php | 204 …public function backup(SQLite3 $destination, string $sourceDatabase = "main", string $destinationD…
|
/php-src/ext/standard/ |
H A D | basic_functions.stub.php | 1977 function error_log(string $message, int $message_type = 0, ?string $destination = null, ?string $ad…
|
/php-src/Zend/ |
H A D | zend_API.h | 2551 zval *arg, zend_class_entry **destination, bool allow_null in zend_parse_arg_obj_or_class_name()
|
Completed in 26 milliseconds