Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_get.c335 pcre_copy_substring(const char *subject, int *ovector, int stringcount, in pcre_copy_substring()
390 pcre_copy_named_substring(const pcre *code, const char *subject, in pcre_copy_named_substring()
441 pcre_get_substring_list(const char *subject, int *ovector, int stringcount, in pcre_get_substring_list()
544 pcre_get_substring(const char *subject, int *ovector, int stringcount, in pcre_get_substring()
607 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.h408 PCRE_SPTR subject; /* The subject being matched */ member
430 PCRE_SPTR16 subject; /* The subject being matched */ member
452 PCRE_SPTR32 subject; /* The subject being matched */ member
H A Dpcre_exec.c6233 PCRE_SPTR subject, int length, int start_offset, int options, int *offsets, in pcre_exec()
/PHP-5.3/ext/pcre/
H A Dphp_pcre.c509 char *subject; /* String to match against */ in php_do_pcre_match() local
533 PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *return… in php_pcre_match_impl()
832 static int preg_do_repl_func(zval *function, char *subject, int *offsets, char **subpat_names, int … in preg_do_repl_func()
871 static int preg_do_eval(char *eval_str, int eval_str_len, char *subject, in preg_do_eval()
960 char *subject, int subject_len, in php_pcre_replace()
977 PHPAPI char *php_pcre_replace_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *rep… in php_pcre_replace_impl()
1216 static char *php_replace_in_subject(zval *regex, zval *replace, zval **subject, int *result_len, in… in php_replace_in_subject()
1308 **subject, in preg_replace_impl() local
1431 char *subject; /* String to match against */ in PHP_FUNCTION() local
1455 PHPAPI void php_pcre_split_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *return… in php_pcre_split_impl()
[all …]
/PHP-5.3/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-5.3/ext/standard/
H A Dmail.c102 char *subject=NULL, *extra_cmd=NULL; in PHP_FUNCTION() local
202 PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd TSRMLS_D… in php_mail()
H A Dstring.c3579 static void php_str_replace_in_subject(zval *search, zval *replace, zval **subject, zval *result, i…
3692 zval **subject, **search, **replace, **subject_entry, **zcount = NULL; local
/PHP-5.3/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h26 ResourceBundle_object *subject; member
/PHP-5.3/ext/spl/
H A Dspl.php1139 function update(SplSubject $subject);
H A Dspl_iterators.c1880 char *subject, tmp[32], *result; in SPL_METHOD() local
/PHP-5.3/ext/imap/
H A Dphp_imap.c3892 int _php_imap_mail(char *to, char *subject, char *message, char *headers, char *cc, char *bcc, char… in _php_imap_mail()
4057 char *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NULL; in PHP_FUNCTION() local
/PHP-5.3/ext/mbstring/
H A Dmbstring.c3839 char *subject = NULL; in PHP_FUNCTION() local
/PHP-5.3/ext/openssl/
H A Dopenssl.c2620 X509_NAME * subject; in PHP_FUNCTION() local

Completed in 105 milliseconds