cb_args          2559 ext/ldap/ldap.c 	zval **cb_args[2];
cb_args          2575 ext/ldap/ldap.c 	cb_args[0] = &cb_link;
cb_args          2576 ext/ldap/ldap.c 	cb_args[1] = &cb_url;
cb_args          2577 ext/ldap/ldap.c 	if (call_user_function_ex(EG(function_table), NULL, ld->rebindproc, &cb_retval, 2, cb_args, 0, NULL TSRMLS_CC) == SUCCESS && cb_retval) {