Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/
H A Dphp_pcre.stub.php102 function preg_match(string $pattern, string $subject, &$matches = null, int $flags = 0, int $offset…
105 function preg_match_all(string $pattern, string $subject, &$matches = null, int $flags = 0, int $of…
111 function preg_replace(string|array $pattern, string|array $replacement, string|array $subject, int …
117 function preg_filter(string|array $pattern, string|array $replacement, string|array $subject, int $…
123 function preg_replace_callback(string|array $pattern, callable $callback, string|array $subject, in…
126 function preg_replace_callback_array(array $pattern, string|array $subject, int $limit = -1, &$coun…
132 function preg_split(string $pattern, string $subject, int $limit = -1, int $flags = 0): array|false…
H A Dphp_pcre.c961 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset) { in populate_match_value_str()
966 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in populate_match_value()
995 zval *result, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in add_offset_pair()
1028 zval *subpats, const char *subject, PCRE2_SIZE *offsets, zend_string **subpat_names, in populate_subpat_array()
1099 zend_string *subject; /* String to match against */ in php_do_pcre_match() local
1165 char *subject = ZSTR_VAL(subject_str); in php_pcre_match_impl() local
1554 const char *subject, size_t subject_len, in php_pcre_replace()
2135 zend_string *subject, size_t limit, size_t *replace_count) in php_replace_in_subject()
2155 zend_string *subject, size_t limit, size_t *replace_count, zend_long flags) in php_replace_in_subject_func()
2475 zend_string *subject; /* String to match against */ in PHP_FUNCTION() local
[all …]
/PHP-8.3/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.c3297 pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_dfa_match()
H A Dpcre2_match.c6311 pcre2_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_match()
H A Dpcre2_intmodedep.h657 PCRE2_SPTR subject; /* The subject that was matched */ member
/PHP-8.3/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h24 ResourceBundle_object *subject; member
/PHP-8.3/ext/standard/
H A Dmail.c244 char *subject=NULL; in PHP_FUNCTION() local
412 PHPAPI int php_mail(const char *to, const char *subject, const char *message, const char *headers, … in php_mail()
H A Dbasic_functions.stub.php2096 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/PHP-8.3/ext/spl/
H A Dspl_observer.stub.php8 public function update(SplSubject $subject): void;
H A Dspl_iterators.c1835 zend_string *result, *subject; in PHP_METHOD() local
/PHP-8.3/win32/
H A Dcodepage.c668 zend_string *subject; in PHP_FUNCTION() local
/PHP-8.3/ext/imap/
H A Dphp_imap.stub.php408 …function imap_open(string $mailbox, string $user, #[\SensitiveParameter] string $password, int $fl…
H A Dphp_imap.c3682 bool _php_imap_mail(zend_string *to, zend_string *subject, zend_string *message, zend_string *heade… in _php_imap_mail()
3857 …zend_string *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NUL… in PHP_FUNCTION() local
/PHP-8.3/ext/mbstring/
H A Dmbstring.stub.php170 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.c4175 zend_string *subject; in PHP_FUNCTION() local
/PHP-8.3/Zend/
H A Dzend_vm_execute.h7565 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CONST_HANDLER() local
9896 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_TMPVAR_HANDLER() local
12282 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CV_HANDLER() local
16403 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CONST_HANDLER() local
17820 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_TMPVAR_HANDLER() local
19180 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CV_HANDLER() local
44127 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CV_CONST_HANDLER() local
47769 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CV_TMPVAR_HANDLER() local
53254 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CV_CV_HANDLER() local
H A Dzend_vm_def.h7493 zval *key, *subject; variable
H A Dzend_execute.c3058 zval *subject, zval *key OPLINE_DC EXECUTE_DATA_DC) in zend_array_key_exists_error()
H A Dzend_compile.c4495 znode subject, needle; in zend_compile_func_array_key_exists() local
/PHP-8.3/ext/openssl/
H A Dopenssl.c3428 X509_NAME *subject; in PHP_FUNCTION() local

Completed in 523 milliseconds