File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,9 @@ Functions
155155---------
156156``` php
157157function arguments(...$values): Argument;
158+ function extended(...$values): ExtendedArguments;
159+ function value(...$values): Data;
160+ function tap(mixed $value, callable $callable = null): mixed;
158161function camel_to_snake_case(string $string): string;
159162function env(string $name = null, mixed $default = null, array $initialState = null): mixed;
160163function error_log(string $function, string $message, $data): void;
@@ -168,7 +171,6 @@ function rmdir(string $dirname): bool;
168171function snake_to_camel_case(string $string): string;
169172function to_delimited_string(string $string, int $delimiter): string;
170173function to_kebab_string(string $string): string;
171- function value(...$values): Data;
172174function xml_serialize(string $root, iterable $data): string;
173175function xml_unserialize(string $xml): array;
174176```
You can’t perform that action at this time.
0 commit comments