Searched refs:personal (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_5/ext/imap/ |
| H A D | php_imap.c | 336 ZEND_ARG_INFO(0, personal) 2597 /* {{{ proto string imap_rfc822_write_address(string mailbox, string host, string personal) 2598 Returns a properly formatted email address given the mailbox, host, and personal info */ 2601 char *mailbox, *host, *personal; local 2606 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sss", &mailbox, &mailbox_len, &host, &host_len, &personal, &personal_len) == FAILURE) { 2620 if (personal) { 2621 addr->personal = cpystr(personal); 2671 if (addresstmp->personal) { 2672 add_property_string(tovals, "personal", addresstm [all...] |
| /PHP_5_5/ext/pspell/ |
| H A D | pspell.c | 85 ZEND_ARG_INFO(0, personal) 155 ZEND_ARG_INFO(0, personal) 355 /* {{{ proto int pspell_new_personal(string personal, string language [, string spelling [, string jargon [, string encoding [, int mode]]]]) 356 Load a dictionary with a personal wordlist*/ 359 char *personal, *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; local 377 if (zend_parse_parameters(argc TSRMLS_CC, "ps|sssl", &personal, &personal_len, &language, &language_len, 405 if (php_check_open_basedir(personal TSRMLS_CC)) { 410 pspell_config_replace(config, "personal", personal); 573 Adds a word to a personal lis [all...] |
Completed in 8 milliseconds