Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_get.c333 pcre_copy_substring(const char *subject, int *ovector, int stringcount, in pcre_copy_substring()
388 pcre_copy_named_substring(const pcre *code, const char *subject, in pcre_copy_named_substring()
439 pcre_get_substring_list(const char *subject, int *ovector, int stringcount, in pcre_get_substring_list()
542 pcre_get_substring(const char *subject, int *ovector, int stringcount, in pcre_get_substring()
605 pcre_get_named_substring(const pcre *code, const char *subject, in pcre_get_named_substring()
H A Dpcredemo.c51 char *subject; in main() local
H A Dpcre.h423 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 Dpcre_exec.c6346 PCRE_SPTR subject, int length, int start_offset, int options, int *offsets, in pcre_exec()
H A Dpcre_jit_compile.c10486 PCRE_SPTR subject, int length, int start_offset, int options, in pcre_jit_exec()
/PHP-7.0/ext/pcre/
H A Dphp_pcre.c675 zend_string *subject; /* String to match against */ in php_do_pcre_match() local
708 PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *return… in php_pcre_match_impl()
1087 static zend_string *preg_do_repl_func(zval *function, char *subject, int *offsets, char **subpat_na… in preg_do_repl_func()
1132 char *subject, int subject_len, in php_pcre_replace()
1427 static zend_string *php_replace_in_subject(zval *regex, zval *replace, zval *subject, int limit, in… in php_replace_in_subject()
1582 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local
1613 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local
1648 zval regex, zv, *replace, *subject, *pattern, *zcount = NULL; in PHP_FUNCTION() local
1710 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local
1742 zend_string *subject; /* String to match against */ in PHP_FUNCTION() local
[all …]
/PHP-7.0/scripts/dev/generate-phpt/src/testcase/
H A DgtBasicTestCase.php9 protected $subject; variable in gtBasicTestCase
H A DgtVariationTestCaseMethod.php8 protected $subject; variable in gtVariationTestCaseMethod
H A DgtTestCase.php14 protected $subject; variable in gtTestCase
/PHP-7.0/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h26 ResourceBundle_object *subject; member
/PHP-7.0/ext/standard/
H A Dmail.c104 char *subject=NULL; in PHP_FUNCTION() local
266 PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd) in php_mail()
H A Dstring.c3862 static zend_long php_str_replace_in_subject(zval *search, zval *replace, zval *subject, zval *resul…
4022 zval *subject, *search, *replace, *subject_entry, *zcount = NULL; local
/PHP-7.0/ext/spl/
H A Dspl.php1136 function update(SplSubject $subject);
H A Dspl_iterators.c2045 zend_string *result, *subject; in SPL_METHOD() local
/PHP-7.0/ext/imap/
H A Dphp_imap.c3942 int _php_imap_mail(char *to, char *subject, char *message, char *headers, char *cc, char *bcc, char… in _php_imap_mail()
4107 …zend_string *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NUL… in PHP_FUNCTION() local
/PHP-7.0/ext/mbstring/
H A Dmbstring.c4244 char *subject = NULL; in PHP_FUNCTION() local
/PHP-7.0/ext/openssl/
H A Dopenssl.c3394 X509_NAME * subject; in PHP_FUNCTION() local

Completed in 162 milliseconds