Searched refs:php_ldap_do_modify (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/ext/ldap/ |
H A D | ldap.c | 2304 static void php_ldap_do_modify(INTERNAL_FUNCTION_PARAMETERS, int oper, int ext) in php_ldap_do_modify() function 2488 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_LD_FULL_ADD, 0); in PHP_FUNCTION() 2495 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_LD_FULL_ADD, 1); in PHP_FUNCTION() 2504 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_REPLACE, 0); in PHP_FUNCTION() 2511 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_REPLACE, 1); in PHP_FUNCTION() 2518 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_ADD, 0); in PHP_FUNCTION() 2525 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_ADD, 1); in PHP_FUNCTION() 2532 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_DELETE, 0); in PHP_FUNCTION() 2539 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_DELETE, 1); in PHP_FUNCTION()
|
Completed in 15 milliseconds