Home
last modified time | relevance | path

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

/PHP-7.4/ext/imap/tests/
H A Dbug46918.phpt30 'personal' => 'ian eiloart',
46 'personal' => 'ian,eiloart',
/PHP-7.4/ext/enchant/tests/
H A Ddict_add_to_personal.phpt29 echo("dict add to personal failed\n");
H A Ddict_is_in_session.phpt28 echo("dict add to personal failed\n");
H A Ddict_store_replacement.phpt29 echo("dict add to personal failed\n");
H A Dbroker_free_dict.phpt35 echo("dict add to personal failed\n");
H A Dbroker_free_02.phpt43 echo("dict add to personal failed\n");
/PHP-7.4/ext/pspell/
H A Dpspell.c81 ZEND_ARG_INFO(0, personal)
151 ZEND_ARG_INFO(0, personal)
359 char *personal, *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local
377 if (zend_parse_parameters(argc, "ps|sssl", &personal, &personal_len, &language, &language_len, in PHP_FUNCTION()
405 if (php_check_open_basedir(personal)) { in PHP_FUNCTION()
410 pspell_config_replace(config, "personal", personal); in PHP_FUNCTION()
/PHP-7.4/ext/imap/
H A Dphp_imap.c335 ZEND_ARG_INFO(0, personal)
2687 zend_string *mailbox, *host, *personal; in PHP_FUNCTION() local
2691 if (zend_parse_parameters(ZEND_NUM_ARGS(), "SSS", &mailbox, &host, &personal) == FAILURE) { in PHP_FUNCTION()
2705 if (personal) { in PHP_FUNCTION()
2706 addr->personal = cpystr(ZSTR_VAL(personal)); in PHP_FUNCTION()
2756 if (addresstmp->personal) { in PHP_FUNCTION()
2757 add_property_string(&tovals, "personal", addresstmp->personal); in PHP_FUNCTION()
4540 ret += _php_rfc822_len(tmp->personal); in _php_imap_address_size()
4590 if (addresstmp->personal) add_property_string(&tmpvals, "personal", addresstmp->personal); in _php_imap_parse_address()
/PHP-7.4/
H A DREADME.REDIST.BINS201 http://www-personal.engin.umich.edu/~wagnerr/MersenneTwister.html

Completed in 28 milliseconds