/php-src/ext/pcre/ |
H A D | php_pcre.stub.php | 105 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 D | php_pcre.c | 954 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset) { in populate_match_value_str() 959 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in populate_match_value() 1035 zval *subpats, const char *subject, PCRE2_SIZE *offsets, zend_string **subpat_names, in populate_subpat_array() 1107 zend_string *subject; /* String to match against */ in php_do_pcre_match() local 1177 char *subject = ZSTR_VAL(subject_str); in php_pcre_match_impl() local 1481 zend_string *regex, *subject; variable 1585 const char *subject, size_t subject_len, in php_pcre_replace() 2149 zend_string *subject, size_t limit, size_t *replace_count) in php_replace_in_subject() 2169 zend_string *subject, size_t limit, size_t *replace_count, zend_long flags) in php_replace_in_subject_func() 2528 zend_string *subject; /* String to match against */ in PHP_FUNCTION() local [all …]
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_match.c | 91 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_jit_match()
|
H A D | pcre2_substitute.c | 220 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_substitute()
|
H A D | pcre2_dfa_match.c | 3349 pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_dfa_match()
|
H A D | pcre2_match.c | 6530 pcre2_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_match()
|
H A D | pcre2_intmodedep.h | 659 PCRE2_SPTR subject; /* The subject that was matched */ member
|
/php-src/ext/intl/resourcebundle/ |
H A D | resourcebundle_iterator.h | 24 ResourceBundle_object *subject; member
|
/php-src/ext/standard/ |
H A D | mail.c | 271 char *subject=NULL; in PHP_FUNCTION() local 439 PHPAPI bool php_mail(const char *to, const char *subject, const char *message, const char *headers,… in php_mail()
|
H A D | basic_functions.stub.php | 2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
/php-src/ext/spl/ |
H A D | spl_observer.stub.php | 8 public function update(SplSubject $subject): void;
|
H A D | spl_iterators.c | 1763 zend_string *result, *subject; in PHP_METHOD() local
|
/php-src/win32/ |
H A D | codepage.c | 668 zend_string *subject; in PHP_FUNCTION() local
|
/php-src/ext/mbstring/ |
H A D | mbstring.stub.php | 180 function mb_send_mail(string $to, string $subject, string $message, array|string $additional_header…
|
H A D | php_mbregex.c | 708 const char *subject, in mb_regex_substitute()
|
H A D | mbstring.c | 4462 zend_string *subject; in PHP_FUNCTION() local
|
/php-src/ext/dom/lexbor/lexbor/html/ |
H A D | tree.c | 1380 lxb_tag_id_t subject = token->tag_id; in lxb_html_tree_adoption_agency_algorithm() local
|
/php-src/Zend/ |
H A D | zend_vm_execute.h | 7922 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CONST_HANDLER() local 10307 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_TMPVAR_HANDLER() local 12798 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CV_HANDLER() local 16959 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CONST_HANDLER() local 18424 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_TMPVAR_HANDLER() local 19831 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CV_HANDLER() local 45489 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CV_CONST_HANDLER() local 49244 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CV_TMPVAR_HANDLER() local 54837 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CV_CV_HANDLER() local
|
H A D | zend_vm_def.h | 7618 zval *key, *subject; variable
|
H A D | zend_execute.c | 3254 zval *subject, zval *key OPLINE_DC EXECUTE_DATA_DC) in zend_array_key_exists_error()
|
H A D | zend_compile.c | 4574 znode subject, needle; in zend_compile_func_array_key_exists() local
|
/php-src/ext/openssl/ |
H A D | openssl.c | 3501 X509_NAME *subject; in PHP_FUNCTION() local
|