/PHP-7.2/ext/pcre/pcrelib/ |
H A D | pcre_get.c | 339 pcre_copy_substring(const char *subject, int *ovector, int stringcount, in pcre_copy_substring() 394 pcre_copy_named_substring(const pcre *code, const char *subject, in pcre_copy_named_substring() 445 pcre_get_substring_list(const char *subject, int *ovector, int stringcount, in pcre_get_substring_list() 551 pcre_get_substring(const char *subject, int *ovector, int stringcount, in pcre_get_substring() 614 pcre_get_named_substring(const pcre *code, const char *subject, in pcre_get_named_substring()
|
H A D | pcredemo.c | 51 char *subject; in main() local
|
H A D | pcre.h | 423 PCRE_SPTR subject; /* The subject being matched */ member 445 PCRE_SPTR16 subject; /* The subject being matched */ member 467 PCRE_SPTR32 subject; /* The subject being matched */ member
|
H A D | pcre_exec.c | 6348 PCRE_SPTR subject, int length, int start_offset, int options, int *offsets, in pcre_exec()
|
H A D | pcre_jit_compile.c | 11497 PCRE_SPTR subject, int length, int start_offset, int options, in pcre_jit_exec()
|
/PHP-7.2/ext/pcre/ |
H A D | php_pcre.c | 717 zend_string *subject; /* String to match against */ in php_do_pcre_match() local 750 PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *return… in php_pcre_match_impl() 1209 … *preg_do_repl_func(zend_fcall_info *fci, zend_fcall_info_cache *fcc, char *subject, int *offsets,… in preg_do_repl_func() 1259 char *subject, int subject_len, in php_pcre_replace() 1863 …nline zend_string *php_replace_in_subject(zval *regex, zval *replace, zval *subject, int limit, in… in php_replace_in_subject() 1894 …t_func(zval *regex, zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval *subject, int limit, in… in php_replace_in_subject_func() 1943 …value, zval *regex, zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval *subject, zend_long lim… in preg_replace_func_impl() 1991 zval *regex, *replace, *subject, *zcount = NULL; in preg_replace_common() local 2088 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local 2128 zval regex, zv, *replace, *subject, *pattern, *zcount = NULL; in PHP_FUNCTION() local [all …]
|
/PHP-7.2/scripts/dev/generate-phpt/src/testcase/ |
H A D | gtBasicTestCase.php | 9 protected $subject; variable in gtBasicTestCase
|
H A D | gtVariationTestCaseMethod.php | 8 protected $subject; variable in gtVariationTestCaseMethod
|
H A D | gtTestCase.php | 14 protected $subject; variable in gtTestCase
|
/PHP-7.2/ext/intl/resourcebundle/ |
H A D | resourcebundle_iterator.h | 26 ResourceBundle_object *subject; member
|
/PHP-7.2/ext/standard/ |
H A D | mail.c | 289 char *subject=NULL; in PHP_FUNCTION() local 469 PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd) in php_mail()
|
H A D | string.c | 3936 static zend_long php_str_replace_in_subject(zval *search, zval *replace, zval *subject, zval *resul… 4096 zval *subject, *search, *replace, *subject_entry, *zcount = NULL; local
|
/PHP-7.2/ext/spl/ |
H A D | spl.php | 1136 function update(SplSubject $subject);
|
H A D | spl_iterators.c | 2034 zend_string *result, *subject; in SPL_METHOD() local
|
/PHP-7.2/ext/imap/ |
H A D | php_imap.c | 3939 int _php_imap_mail(char *to, char *subject, char *message, char *headers, char *cc, char *bcc, char… in _php_imap_mail() 4104 …zend_string *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NUL… in PHP_FUNCTION() local
|
/PHP-7.2/ext/mbstring/ |
H A D | mbstring.c | 4394 char *subject = NULL; in PHP_FUNCTION() local
|
/PHP-7.2/ext/openssl/ |
H A D | openssl.c | 3609 X509_NAME * subject; in PHP_FUNCTION() local
|