Home
last modified time | relevance | path

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

/PHP-7.4/ext/ldap/
H A Dldap.c3758 zval cb_args[2]; in _ldap_rebind_proc() local
3771 ZVAL_COPY_VALUE(&cb_args[0], cb_link); in _ldap_rebind_proc()
3772 ZVAL_STRING(&cb_args[1], url); in _ldap_rebind_proc()
3773 …if (call_user_function_ex(EG(function_table), NULL, &ld->rebindproc, &cb_retval, 2, cb_args, 0, NU… in _ldap_rebind_proc()
3780 zval_ptr_dtor(&cb_args[1]); in _ldap_rebind_proc()

Completed in 15 milliseconds