Searched refs:personal (Results 1 – 14 of 14) sorted by relevance
/PHP-8.3/ext/imap/tests/ |
H A D | bug46918.phpt | 26 'personal' => 'ian eiloart', 42 'personal' => 'ian,eiloart',
|
/PHP-8.3/ext/enchant/tests/ |
H A D | dict_add_to_personal.phpt | 30 echo("dict add to personal failed\n");
|
H A D | dict_is_in_session.phpt | 29 echo("dict add to personal failed\n");
|
H A D | dict_store_replacement.phpt | 30 echo("dict add to personal failed\n");
|
H A D | broker_free_dict.phpt | 36 echo("dict add to personal failed\n");
|
H A D | broker_free_02.phpt | 44 echo("dict add to personal failed\n");
|
/PHP-8.3/ext/pspell/ |
H A D | pspell.c | 273 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.3/ext/imap/ |
H A D | php_imap.stub.php | 426 …function imap_rfc822_write_address(string $mailbox, string $hostname, string $personal): string|fa…
|
H A D | php_imap.c | 2106 zend_string *mailbox, *host, *personal; in PHP_FUNCTION() local 2110 if (zend_parse_parameters(ZEND_NUM_ARGS(), "SSS", &mailbox, &host, &personal) == FAILURE) { in PHP_FUNCTION() 2124 if (personal) { in PHP_FUNCTION() 2125 addr->personal = cpystr(ZSTR_VAL(personal)); in PHP_FUNCTION() 2158 if (address->personal) { in php_imap_construct_address_object() 2162 address->personal in php_imap_construct_address_object() 4191 total_size += _php_rfc822_len(current_address->personal); in _php_imap_address_size()
|
H A D | php_imap_arginfo.h | 56 ZEND_ARG_TYPE_INFO(0, personal, IS_STRING, 0)
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | sjis_mobile_encodings.phpt | 177 $kddi["\xF7\xA3"] = "\x00\x0F\xE8\x3C"; // PDC ("personal digital cellular")
|
/PHP-8.3/ |
H A D | README.REDIST.BINS | 202 http://www-personal.engin.umich.edu/~wagnerr/MersenneTwister.html
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 40444 # personal user word list UWL under user directory like: WTDE.UWL WTUS.UWL WT21DE.UWL WT21US.UWL WT…
|
H A D | magic私はガラスを食べられます | 40444 # personal user word list UWL under user directory like: WTDE.UWL WTUS.UWL WT21DE.UWL WT21US.UWL WT…
|
Completed in 157 milliseconds