Home
last modified time | relevance | path

Searched refs:ldap_escape (Results 1 – 9 of 9) sorted by relevance

/PHP-8.1/ext/ldap/tests/
H A Dldap_escape_dn.phpt2 ldap_escape() test DN
10 var_dump(ldap_escape($subject, '', LDAP_ESCAPE_DN));
H A Dldap_escape_filter.phpt2 ldap_escape() test filter
10 var_dump(ldap_escape($subject, '', LDAP_ESCAPE_FILTER));
H A Dldap_escape_all.phpt2 ldap_escape() test all
10 var_dump(ldap_escape($subject));
H A Dldap_escape_both.phpt2 ldap_escape() test filter and DN
10 var_dump(ldap_escape($subject, '', LDAP_ESCAPE_DN | LDAP_ESCAPE_FILTER));
H A Dldap_escape_ignore.phpt2 ldap_escape() test ignore
11 var_dump(ldap_escape($subject, $ignore));
H A Dbug72021.phpt2 Bug #72021 (ldap_escape() with DN flag is not RFC compliant)
11 var_dump(ldap_escape($subject, '', LDAP_ESCAPE_DN));
/PHP-8.1/ext/ldap/
H A Dldap_arginfo.h419 ZEND_FUNCTION(ldap_escape);
522 ZEND_FE(ldap_escape, arginfo_ldap_escape)
H A Dldap.stub.php185 function ldap_escape(string $value, string $ignore = "", int $flags = 0): string {} function
H A Dldap.c3925 PHP_FUNCTION(ldap_escape) in PHP_FUNCTION() argument

Completed in 25 milliseconds