diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-17 16:11:56 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-17 16:11:56 +0200 |
commit | 7e66f26f3076f5ce9a71c5507544caedca4b833d (patch) | |
tree | 7969ddff06e8015c8332a8fd67f8812cb7c0ba24 /REFLECTION | |
parent | c6612482b96f3297007b8f42d5c4fe388e623544 (diff) |
re-license spec file to CECILL-2.1
add pie virtual provides
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #99 xattr version 1.4.0 ] { +Extension [ <persistent> extension #126 xattr version 1.4.1 ] { - Constants [9] { Constant [ int XATTR_CREATE ] { 1 } @@ -19,7 +19,7 @@ Extension [ <persistent> extension #99 xattr version 1.4.0 ] { Parameter #0 [ <required> string $path ] Parameter #1 [ <required> string $name ] Parameter #2 [ <required> string $value ] - Parameter #3 [ <optional> int $flag ] + Parameter #3 [ <optional> int $flag = 0 ] } - Return [ bool ] } @@ -28,34 +28,34 @@ Extension [ <persistent> extension #99 xattr version 1.4.0 ] { - Parameters [3] { Parameter #0 [ <required> string $path ] Parameter #1 [ <required> string $name ] - Parameter #2 [ <optional> int $flags ] + Parameter #2 [ <optional> int $flags = 0 ] } - - Return [ string ] + - Return [ string|false ] } - Function [ <internal:xattr> function xattr_remove ] { + Function [ <internal:xattr> function xattr_supported ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ <required> string $path ] - Parameter #1 [ <required> string $name ] - Parameter #2 [ <optional> int $flags ] + Parameter #1 [ <optional> int $flags = 0 ] } - Return [ bool ] } - Function [ <internal:xattr> function xattr_list ] { + Function [ <internal:xattr> function xattr_remove ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ <required> string $path ] - Parameter #1 [ <optional> int $flags ] + Parameter #1 [ <required> string $name ] + Parameter #2 [ <optional> int $flags = 0 ] } - - Return [ array ] + - Return [ bool ] } - Function [ <internal:xattr> function xattr_supported ] { + Function [ <internal:xattr> function xattr_list ] { - Parameters [2] { Parameter #0 [ <required> string $path ] - Parameter #1 [ <optional> int $flags ] + Parameter #1 [ <optional> int $flags = 0 ] } - - Return [ bool ] + - Return [ array|false ] } } } |