Searched refs:criteria (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/ext/imap/ |
H A D | php_imap.stub.php | 510 …function imap_sort(IMAP\Connection $imap, int $criteria, bool $reverse, int $flags = 0, ?string $s… 538 …function imap_search(IMAP\Connection $imap, string $criteria, int $flags = SE_FREE, string $charse…
|
H A D | php_imap_arginfo.h | 215 ZEND_ARG_TYPE_INFO(0, criteria, IS_LONG, 0) 264 ZEND_ARG_TYPE_INFO(0, criteria, IS_STRING, 0)
|
H A D | php_imap.c | 2617 zend_string *criteria = NULL, *charset = NULL; in PHP_FUNCTION() local 2626 …ARGS(), "Olb|lS!S!", &imap_conn_obj, php_imap_ce, &sort, &rev, &flags, &criteria, &charset) == FAI… in PHP_FUNCTION() 2643 if (criteria) { in PHP_FUNCTION() 2644 search_criteria = estrndup(ZSTR_VAL(criteria), ZSTR_LEN(criteria)); in PHP_FUNCTION() 3895 zend_string *criteria, *charset = NULL; in PHP_FUNCTION() local 3902 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS|lS", &imap_conn_obj, php_imap_ce, &criteria, &flags… in PHP_FUNCTION() 3914 search_criteria = estrndup(ZSTR_VAL(criteria), ZSTR_LEN(criteria)); in PHP_FUNCTION() 4450 char criteria[] = "ALL"; in PHP_FUNCTION() local 4462 pgm = mail_criteria(criteria); in PHP_FUNCTION()
|
/PHP-8.3/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.3/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.3/ext/fileinfo/tests/ |
H A D | magic | 20647 # FileLocator Pro search criteria file (https://www.mythicsoft.com/filelocatorpro)
|
H A D | magic私はガラスを食べられます | 20647 # FileLocator Pro search criteria file (https://www.mythicsoft.com/filelocatorpro)
|
Completed in 142 milliseconds