Searched refs:disabled_auth_method (Results 1 – 1 of 1) sorted by relevance
625 zval *disabled_auth_method; in PHP_FUNCTION() local627 …if ((disabled_auth_method = zend_hash_str_find(params, "DISABLE_AUTHENTICATOR", sizeof("DISABLE_AU… in PHP_FUNCTION()628 switch (Z_TYPE_P(disabled_auth_method)) { in PHP_FUNCTION()630 if (Z_STRLEN_P(disabled_auth_method) > 1) { in PHP_FUNCTION()631 mail_parameters(NIL, DISABLE_AUTHENTICATOR, (void *)Z_STRVAL_P(disabled_auth_method)); in PHP_FUNCTION()638 int nelems = zend_hash_num_elements(Z_ARRVAL_P(disabled_auth_method)); in PHP_FUNCTION()644 if ((z_auth_method = zend_hash_index_find(Z_ARRVAL_P(disabled_auth_method), i)) != NULL) { in PHP_FUNCTION()
Completed in 13 milliseconds