Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.stub.php105 function preg_match(string $pattern, string $subject, &$matches = null, int $flags = 0, int $offset…
108 function preg_match_all(string $pattern, string $subject, &$matches = null, int $flags = 0, int $of…
115 function preg_replace(string|array $pattern, string|array $replacement, string|array $subject, int …
121 function preg_filter(string|array $pattern, string|array $replacement, string|array $subject, int $…
127 function preg_replace_callback(string|array $pattern, callable $callback, string|array $subject, in…
130 function preg_replace_callback_array(array $pattern, string|array $subject, int $limit = -1, &$coun…
136 function preg_split(string $pattern, string $subject, int $limit = -1, int $flags = 0): array|false…
H A Dphp_pcre.c953 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset) { in populate_match_value_str()
958 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in populate_match_value()
1020 zval *subpats, const char *subject, PCRE2_SIZE *offsets, zend_string **subpat_names, in populate_subpat_array()
1092 zend_string *subject; /* String to match against */ in php_do_pcre_match() local
1157 char *subject = ZSTR_VAL(subject_str); in php_pcre_match_impl() local
1474 zend_string *regex, *subject; variable
1578 const char *subject, size_t subject_len, in php_pcre_replace()
2158 zend_string *subject, size_t limit, size_t *replace_count) in php_replace_in_subject()
2178 zend_string *subject, size_t limit, size_t *replace_count, zend_long flags) in php_replace_in_subject_func()
2537 zend_string *subject; /* String to match against */ in PHP_FUNCTION() local
[all …]
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_match.c91 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.c3349 pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_dfa_match()
H A Dpcre2_match.c6530 pcre2_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_match()
H A Dpcre2_intmodedep.h658 PCRE2_SPTR subject; /* The subject that was matched */ member
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h24 ResourceBundle_object *subject; member
/php-src/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.php2124 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/php-src/ext/spl/
H A Dspl_observer.stub.php8 public function update(SplSubject $subject): void;
H A Dspl_iterators.c1827 zend_string *result, *subject; in PHP_METHOD() local
/php-src/win32/
H A Dcodepage.c668 zend_string *subject; in PHP_FUNCTION() local
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.c1387 lxb_tag_id_t subject = token->tag_id; in lxb_html_tree_adoption_agency_algorithm() local
/php-src/ext/mbstring/
H A Dmbstring.stub.php180 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.c4431 zend_string *subject; in PHP_FUNCTION() local
/php-src/Zend/
H A Dzend_vm_execute.h7686 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CONST_HANDLER() local
10017 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_TMPVAR_HANDLER() local
12403 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CV_HANDLER() local
16524 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CONST_HANDLER() local
17941 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_TMPVAR_HANDLER() local
19301 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CV_HANDLER() local
44258 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CV_CONST_HANDLER() local
47900 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CV_TMPVAR_HANDLER() local
53385 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CV_CV_HANDLER() local
H A Dzend_vm_def.h7511 zval *key, *subject; variable
H A Dzend_execute.c3060 zval *subject, zval *key OPLINE_DC EXECUTE_DATA_DC) in zend_array_key_exists_error()
H A Dzend_compile.c4501 znode subject, needle; in zend_compile_func_array_key_exists() local
/php-src/ext/openssl/
H A Dopenssl.c3460 X509_NAME *subject; in PHP_FUNCTION() local

Completed in 389 milliseconds