Searched refs:criteria (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/imap/ |
H A D | php_imap.stub.php | 176 function imap_sort($imap, int $criteria, bool $reverse, int $flags = 0, ?string $search_criteria = … argument 218 function imap_search($imap, string $criteria, int $flags = SE_FREE, string $charset = ""): array|fa… argument
|
H A D | php_imap_arginfo.h | 211 ZEND_ARG_TYPE_INFO(0, criteria, IS_LONG, 0) 260 ZEND_ARG_TYPE_INFO(0, criteria, IS_STRING, 0)
|
H A D | php_imap.c | 2697 zend_string *criteria = NULL, *charset = NULL; in PHP_FUNCTION() local 2706 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlb|lS!S!", &streamind, &sort, &rev, &flags, &criteria… in PHP_FUNCTION() 2725 if (criteria) { in PHP_FUNCTION() 2726 search_criteria = estrndup(ZSTR_VAL(criteria), ZSTR_LEN(criteria)); in PHP_FUNCTION() 3769 zend_string *criteria, *charset = NULL; in PHP_FUNCTION() local 3777 if (zend_parse_parameters(argc, "rS|lS", &streamind, &criteria, &flags, &charset) == FAILURE) { in PHP_FUNCTION() 3791 search_criteria = estrndup(ZSTR_VAL(criteria), ZSTR_LEN(criteria)); in PHP_FUNCTION() 4367 char criteria[] = "ALL"; in PHP_FUNCTION() local 4381 pgm = mail_criteria(criteria); in PHP_FUNCTION()
|
/PHP-8.0/ext/mbstring/libmbfl/ |
H A D | LICENSE | 77 entire combination fits its criteria of freedom. The Lesser General 78 Public License permits more lax criteria for linking other code with
|
/PHP-8.0/ext/bcmath/libbcmath/ |
H A D | LICENSE | 78 entire combination fits its criteria of freedom. The Lesser General 79 Public License permits more lax criteria for linking other code with
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 17612 # FileLocator Pro search criteria file (https://www.mythicsoft.com/filelocatorpro)
|
H A D | magic | 17612 # FileLocator Pro search criteria file (https://www.mythicsoft.com/filelocatorpro)
|
Completed in 111 milliseconds