mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
ext/ldap: Use "p" ZPP specifier for all strings that must be null terminated (#16091)
This commit is contained in:
parent
181ea64cda
commit
332e9a47ae
2 changed files with 36 additions and 60 deletions
|
@ -255,7 +255,7 @@ try {
|
|||
|
||||
?>
|
||||
--EXPECT--
|
||||
ValueError: ldap_modify_batch(): Argument #2 ($dn) must not contain null bytes
|
||||
ValueError: ldap_modify_batch(): Argument #2 ($dn) must not contain any null bytes
|
||||
ValueError: ldap_modify_batch(): Argument #3 ($modifications_info) must not be empty
|
||||
ValueError: ldap_modify_batch(): Argument #3 ($modifications_info) must be a list
|
||||
ValueError: ldap_modify_batch(): Argument #3 ($modifications_info) must be a list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue