Searched refs:ldap_escape (Results 1 – 12 of 12) sorted by relevance
/PHP-8.1/ext/ldap/tests/ |
H A D | GHSA-g665-fm4p-vhff-1.phpt | 2 GHSA-g665-fm4p-vhff (OOB access in ldap_escape) 15 ldap_escape(' '.str_repeat("#", 1431655758), "", LDAP_ESCAPE_DN); 21 ldap_escape(str_repeat("#", 1431655758).' ', "", LDAP_ESCAPE_DN); 27 ldap_escape(): Argument #1 ($value) is too long 28 ldap_escape(): Argument #1 ($value) is too long
|
H A D | GHSA-g665-fm4p-vhff-2.phpt | 2 GHSA-g665-fm4p-vhff (OOB access in ldap_escape) 15 ldap_escape(str_repeat("*", 1431655759), "", LDAP_ESCAPE_FILTER); 22 ldap_escape(str_repeat("*", 1431655766), "", LDAP_ESCAPE_FILTER); 28 ldap_escape(): Argument #1 ($value) is too long 29 ldap_escape(): Argument #1 ($value) is too long
|
H A D | ldap_escape_dn.phpt | 2 ldap_escape() test DN 10 var_dump(ldap_escape($subject, '', LDAP_ESCAPE_DN));
|
H A D | ldap_escape_filter.phpt | 2 ldap_escape() test filter 10 var_dump(ldap_escape($subject, '', LDAP_ESCAPE_FILTER));
|
H A D | ldap_escape_all.phpt | 2 ldap_escape() test all 10 var_dump(ldap_escape($subject));
|
H A D | ldap_escape_both.phpt | 2 ldap_escape() test filter and DN 10 var_dump(ldap_escape($subject, '', 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, '', LDAP_ESCAPE_DN));
|
/PHP-8.1/ext/ldap/ |
H A D | ldap_arginfo.h | 419 ZEND_FUNCTION(ldap_escape); 522 ZEND_FE(ldap_escape, arginfo_ldap_escape)
|
H A D | ldap.stub.php | 185 function ldap_escape(string $value, string $ignore = "", int $flags = 0): string {} function
|
H A D | ldap.c | 3935 PHP_FUNCTION(ldap_escape) in PHP_FUNCTION() argument
|
/PHP-8.1/ |
H A D | NEWS | 10 . Fixed bug GHSA-g665-fm4p-vhff (OOB access in ldap_escape). (CVE-2024-8932)
|
Completed in 51 milliseconds