Home
last modified time | relevance | path

Searched hist:"7 de5ac5588c9296c42d9e9b42e57467e6a8b816f" (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/_test/tests/Remote/
H A DApiCallTest.php7de5ac5588c9296c42d9e9b42e57467e6a8b816f Sat Jan 06 15:09:51 UTC 2024 Andreas Gohr <andi@splitbrain.org> Another argument parsing fix for ApiCall

When using named parameters, you can expect to be able to leave out any
optional parameter and have it take it's default, even when you specify
another "later" parameter. Luckily we already know all the defaults from
reflection anyway.

/dokuwiki/inc/Remote/
H A DApiCall.php7de5ac5588c9296c42d9e9b42e57467e6a8b816f Sat Jan 06 15:09:51 UTC 2024 Andreas Gohr <andi@splitbrain.org> Another argument parsing fix for ApiCall

When using named parameters, you can expect to be able to leave out any
optional parameter and have it take it's default, even when you specify
another "later" parameter. Luckily we already know all the defaults from
reflection anyway.