Searched refs:personal (Results 1 – 11 of 11) sorted by relevance
/PHP-7.0/ext/imap/tests/ |
H A D | bug46918.phpt | 30 'personal' => 'ian eiloart', 46 'personal' => 'ian,eiloart',
|
/PHP-7.0/ext/enchant/tests/ |
H A D | dict_add_to_personal.phpt | 29 echo("dict add to personal failed\n");
|
H A D | dict_is_in_session.phpt | 28 echo("dict add to personal failed\n");
|
H A D | dict_store_replacement.phpt | 29 echo("dict add to personal failed\n");
|
H A D | broker_free_dict.phpt | 35 echo("dict add to personal failed\n");
|
H A D | broker_free_02.phpt | 43 echo("dict add to personal failed\n");
|
/PHP-7.0/ext/pspell/ |
H A D | pspell.c | 85 ZEND_ARG_INFO(0, personal) 155 ZEND_ARG_INFO(0, personal) 363 char *personal, *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local 381 if (zend_parse_parameters(argc, "ps|sssl", &personal, &personal_len, &language, &language_len, in PHP_FUNCTION() 409 if (php_check_open_basedir(personal)) { in PHP_FUNCTION() 414 pspell_config_replace(config, "personal", personal); in PHP_FUNCTION()
|
/PHP-7.0/ext/imap/ |
H A D | php_imap.c | 336 ZEND_ARG_INFO(0, personal) 2669 zend_string *mailbox, *host, *personal; in PHP_FUNCTION() local 2673 if (zend_parse_parameters(ZEND_NUM_ARGS(), "SSS", &mailbox, &host, &personal) == FAILURE) { in PHP_FUNCTION() 2687 if (personal) { in PHP_FUNCTION() 2688 addr->personal = cpystr(ZSTR_VAL(personal)); in PHP_FUNCTION() 2737 if (addresstmp->personal) { in PHP_FUNCTION() 2738 add_property_string(&tovals, "personal", addresstmp->personal); in PHP_FUNCTION() 4441 ret += _php_rfc822_len(tmp->personal); in _php_imap_address_size() 4491 if (addresstmp->personal) add_property_string(&tmpvals, "personal", addresstmp->personal); in _php_imap_parse_address()
|
/PHP-7.0/ |
H A D | README.REDIST.BINS | 109 http://www-personal.engin.umich.edu/~wagnerr/MersenneTwister.html
|
H A D | INSTALL | 1361 reports in mailing list or personal letters. The bug system is also
|
/PHP-7.0/win32/ |
H A D | install.txt | 1231 reports in mailing list or personal letters. The bug system is also
|
Completed in 31 milliseconds