Searched refs:ldap_escape (Results 1 – 7 of 7) sorted by relevance
/PHP-7.4/ext/ldap/tests/ |
H A D | ldap_escape_all.phpt | 2 ldap_escape() test all 10 var_dump(ldap_escape($subject));
|
H A D | ldap_escape_dn.phpt | 2 ldap_escape() test DN 10 var_dump(ldap_escape($subject, null, LDAP_ESCAPE_DN));
|
H A D | ldap_escape_filter.phpt | 2 ldap_escape() test filter 10 var_dump(ldap_escape($subject, null, LDAP_ESCAPE_FILTER));
|
H A D | ldap_escape_both.phpt | 2 ldap_escape() test filter and DN 10 var_dump(ldap_escape($subject, null, LDAP_ESCAPE_DN | LDAP_ESCAPE_FILTER));
|
H A D | ldap_escape_ignore.phpt | 2 ldap_escape() test ignore 11 var_dump(ldap_escape($subject, $ignore));
|
H A D | bug72021.phpt | 2 Bug #72021 (ldap_escape() with DN flag is not RFC compliant) 11 var_dump(ldap_escape($subject, null, LDAP_ESCAPE_DN));
|
/PHP-7.4/ext/ldap/ |
H A D | ldap.c | 3876 PHP_FUNCTION(ldap_escape) in PHP_FUNCTION() argument 4909 PHP_FE(ldap_escape, arginfo_ldap_escape)
|
Completed in 21 milliseconds