Home
last modified time | relevance | path

Searched refs:oper (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/ldap/
H A Dldap.c2202 static void php_ldap_do_modify(INTERNAL_FUNCTION_PARAMETERS, int oper, int ext) in php_ldap_do_modify() argument
2232 if (oper == PHP_LD_FULL_ADD) { in php_ldap_do_modify()
2233 oper = LDAP_MOD_ADD; in php_ldap_do_modify()
2240 ldap_mods[i]->mod_op = oper | LDAP_MOD_BVALUES; in php_ldap_do_modify()
2581 uint32_t oper; in PHP_FUNCTION() local
2776 oper = LDAP_MOD_ADD; in PHP_FUNCTION()
2780 oper = LDAP_MOD_DELETE; in PHP_FUNCTION()
2783 oper = LDAP_MOD_REPLACE; in PHP_FUNCTION()
2794 ldap_mods[i]->mod_op = oper | LDAP_MOD_BVALUES; in PHP_FUNCTION()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c2696 ZEND_ARG_INFO(0, oper)

Completed in 30 milliseconds