Home
last modified time | relevance | path

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

/PHP-5.5/ext/ldap/
H A Dldap.c1296 static void php_ldap_do_modify(INTERNAL_FUNCTION_PARAMETERS, int oper) in php_ldap_do_modify() argument
1320 if (oper == PHP_LD_FULL_ADD) { in php_ldap_do_modify()
1321 oper = LDAP_MOD_ADD; in php_ldap_do_modify()
1328 ldap_mods[i]->mod_op = oper | LDAP_MOD_BVALUES; in php_ldap_do_modify()
1535 uint oper; in PHP_FUNCTION() local
1737 oper = LDAP_MOD_ADD; in PHP_FUNCTION()
1741 oper = LDAP_MOD_DELETE; in PHP_FUNCTION()
1744 oper = LDAP_MOD_REPLACE; in PHP_FUNCTION()
1752 ldap_mods[i]->mod_op = oper | LDAP_MOD_BVALUES; in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c2696 ZEND_ARG_INFO(0, oper)

Completed in 23 milliseconds