Home
last modified time | relevance | path

Searched defs:subject (Results 1 – 23 of 23) sorted by relevance

/PHP-8.1/ext/pcre/
H A Dphp_pcre.stub.php6 function preg_match(string $pattern, string $subject, &$matches = null, int $flags = 0, int $offset…
9 function preg_match_all(string $pattern, string $subject, &$matches = null, int $flags = 0, int $of…
15 function preg_replace(string|array $pattern, string|array $replacement, string|array $subject, int …
21 function preg_filter(string|array $pattern, string|array $replacement, string|array $subject, int $…
27 function preg_replace_callback(string|array $pattern, callable $callback, string|array $subject, in…
30 function preg_replace_callback_array(array $pattern, string|array $subject, int $limit = -1, &$coun…
36 function preg_split(string $pattern, string $subject, int $limit = -1, int $flags = 0): array|false…
H A Dphp_pcre.c996 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset) { in populate_match_value_str()
1001 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in populate_match_value()
1030 zval *result, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in add_offset_pair()
1063 zval *subpats, const char *subject, PCRE2_SIZE *offsets, zend_string **subpat_names, in populate_subpat_array()
1134 zend_string *subject; /* String to match against */ in php_do_pcre_match() local
1200 char *subject = ZSTR_VAL(subject_str); in php_pcre_match_impl() local
1589 const char *subject, size_t subject_len, in php_pcre_replace()
2170 zend_string *subject, size_t limit, size_t *replace_count) in php_replace_in_subject()
2190 zend_string *subject, size_t limit, size_t *replace_count, zend_long flags) in php_replace_in_subject_func()
2512 zend_string *subject; /* String to match against */ in PHP_FUNCTION() local
[all …]
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_match.c85 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_jit_match()
H A Dpcre2_substitute.c220 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_substitute()
H A Dpcre2_dfa_match.c3240 pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_dfa_match()
H A Dpcre2_match.c6104 pcre2_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_match()
H A Dpcre2_intmodedep.h655 PCRE2_SPTR subject; /* The subject that was matched */ member
/PHP-8.1/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h24 ResourceBundle_object *subject; member
/PHP-8.1/ext/standard/
H A Dmail.c207 char *subject=NULL; in PHP_FUNCTION() local
375 PHPAPI int php_mail(const char *to, const char *subject, const char *message, const char *headers, … in php_mail()
H A Dbasic_functions.stub.php841 function str_replace(array|string $search, array|string $replace, string|array $subject, &$count = …
847 function str_ireplace(array|string $search, array|string $replace, string|array $subject, &$count =…
1375 function mail(string $to, string $subject, string $message, array|string $additional_headers = [], …
1934 function sapi_windows_cp_conv(int|string $in_codepage, int|string $out_codepage, string $subject): …
/PHP-8.1/ext/spl/
H A Dspl_observer.stub.php8 public function update(SplSubject $subject): void;
H A Dspl_iterators.c1800 zend_string *result, *subject; in PHP_METHOD() local
/PHP-8.1/win32/
H A Dcodepage.c634 zend_string *subject; in PHP_FUNCTION() local
/PHP-8.1/ext/mbstring/
H A Dmbstring.stub.php123 function mb_send_mail(string $to, string $subject, string $message, array|string $additional_header…
H A Dphp_mbregex.c708 const char *subject, in mb_regex_substitute()
H A Dmbstring.c3486 char *subject; in PHP_FUNCTION() local
/PHP-8.1/ext/imap/
H A Dphp_imap.stub.php176 …function imap_mail(string $to, string $subject, string $message, ?string $additional_headers = nul…
H A Dphp_imap.c3515 bool _php_imap_mail(zend_string *to, zend_string *subject, zend_string *message, zend_string *heade… in _php_imap_mail()
3690 …zend_string *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NUL… in PHP_FUNCTION() local
/PHP-8.1/Zend/
H A Dzend_vm_execute.h7369 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CONST_HANDLER() local
9558 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_TMPVAR_HANDLER() local
11922 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CV_HANDLER() local
16049 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CONST_HANDLER() local
17450 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_TMPVAR_HANDLER() local
18774 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CV_HANDLER() local
42909 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CV_CONST_HANDLER() local
46508 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CV_TMPVAR_HANDLER() local
51902 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CV_CV_HANDLER() local
H A Dzend_vm_def.h7344 zval *key, *subject; variable
H A Dzend_execute.c2990 zval *subject, zval *key OPLINE_DC EXECUTE_DATA_DC) in zend_array_key_exists_error()
H A Dzend_compile.c4338 znode subject, needle; in zend_compile_func_array_key_exists() local
/PHP-8.1/ext/openssl/
H A Dopenssl.c3502 X509_NAME *subject; in PHP_FUNCTION() local

Completed in 425 milliseconds