Home
last modified time | relevance | path

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

/PHP-8.2/ext/imap/tests/
H A Dbug46918.phpt26 'personal' => 'ian eiloart',
42 'personal' => 'ian,eiloart',
/PHP-8.2/ext/enchant/tests/
H A Ddict_add_to_personal.phpt30 echo("dict add to personal failed\n");
H A Ddict_is_in_session.phpt29 echo("dict add to personal failed\n");
H A Ddict_store_replacement.phpt30 echo("dict add to personal failed\n");
H A Dbroker_free_dict.phpt36 echo("dict add to personal failed\n");
H A Dbroker_free_02.phpt44 echo("dict add to personal failed\n");
/PHP-8.2/ext/pspell/
H A Dpspell.c273 char *personal, *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local
289 if (zend_parse_parameters(argc, "ps|sssl", &personal, &personal_len, &language, &language_len, in PHP_FUNCTION()
317 if (php_check_open_basedir(personal)) { in PHP_FUNCTION()
322 pspell_config_replace(config, "personal", personal); in PHP_FUNCTION()
/PHP-8.2/ext/imap/
H A Dphp_imap.c2035 zend_string *mailbox, *host, *personal; in PHP_FUNCTION() local
2039 if (zend_parse_parameters(ZEND_NUM_ARGS(), "SSS", &mailbox, &host, &personal) == FAILURE) { in PHP_FUNCTION()
2053 if (personal) { in PHP_FUNCTION()
2054 addr->personal = cpystr(ZSTR_VAL(personal)); in PHP_FUNCTION()
2103 if (addresstmp->personal) { in PHP_FUNCTION()
2104 add_property_string(&tovals, "personal", addresstmp->personal); in PHP_FUNCTION()
3867 ret += _php_rfc822_len(tmp->personal); in _php_imap_address_size()
3915 if (addresstmp->personal) add_property_string(&tmpvals, "personal", addresstmp->personal); in _php_imap_parse_address()
H A Dphp_imap.stub.php426 …function imap_rfc822_write_address(string $mailbox, string $hostname, string $personal): string|fa…
H A Dphp_imap_arginfo.h56 ZEND_ARG_TYPE_INFO(0, personal, IS_STRING, 0)
/PHP-8.2/ext/mbstring/tests/
H A Dsjis_mobile_encodings.phpt177 $kddi["\xF7\xA3"] = "\x00\x0F\xE8\x3C"; // PDC ("personal digital cellular")
/PHP-8.2/
H A DREADME.REDIST.BINS202 http://www-personal.engin.umich.edu/~wagnerr/MersenneTwister.html

Completed in 49 milliseconds