summaryrefslogtreecommitdiff
path: root/ext/ldap
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-09-16 21:27:01 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-09-16 21:27:01 +0200
commitde912821e0c2e154a4fca0479755c9e089b130b8 (patch)
treeec33aaeeb9265748863ff71a9e543cb56fe3d896 /ext/ldap
parentc76910cd967f498065f50f17dcaad941792e8430 (diff)
downloadphp-git-de912821e0c2e154a4fca0479755c9e089b130b8.tar.gz
Display string default values in stubs more uniformly
Settling on using quoted string
Diffstat (limited to 'ext/ldap')
-rw-r--r--ext/ldap/ldap.stub.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/ldap/ldap.stub.php b/ext/ldap/ldap.stub.php
index e46d140545..372458fe78 100644
--- a/ext/ldap/ldap.stub.php
+++ b/ext/ldap/ldap.stub.php
@@ -193,7 +193,7 @@ function ldap_compare($link_identifier, string $dn, string $attribute, string $v
* @param resource $link
* @deprecated since 7.4
*/
-function ldap_control_paged_result($link, int $pagesize, bool $iscritical = false, string $cookie = ''): bool {}
+function ldap_control_paged_result($link, int $pagesize, bool $iscritical = false, string $cookie = ""): bool {}
/**
* @param resource $link
@@ -281,7 +281,7 @@ function ldap_set_rebind_proc($link, ?callable $callback): bool {}
function ldap_start_tls($link_identifier): bool {}
#endif
-function ldap_escape(string $value, string $ignore = '', int $flags = 0): string {}
+function ldap_escape(string $value, string $ignore = "", int $flags = 0): string {}
#ifdef STR_TRANSLATION
function ldap_t61_to_8859(string $value): string|false {}
@@ -305,7 +305,7 @@ function ldap_exop($link, string $reqoid, ?string $reqdata = null, ?array $serve
* @param resource $link
* @param array $serverctrls
*/
-function ldap_exop_passwd($link, string $user = '', string $oldpw = '', string $newpw = '', &$serverctrls = null): string|bool {}
+function ldap_exop_passwd($link, string $user = "", string $oldpw = "", string $newpw = "", &$serverctrls = null): string|bool {}
#endif