subject           430 ext/imap/php_imap.c 	ZEND_ARG_INFO(0, subject)
subject          2147 ext/imap/php_imap.c 	if (en->subject && subjectlength) {
subject          3469 ext/imap/php_imap.c 				if (env->subject) {
subject          3470 ext/imap/php_imap.c 					add_property_string(&myoverview, "subject", env->subject);
subject          3567 ext/imap/php_imap.c 		env->subject = cpystr(Z_STRVAL_P(pvalue));
subject          3923 ext/imap/php_imap.c int _php_imap_mail(char *to, char *subject, char *message, char *headers, char *cc, char *bcc, char* rpath)
subject          4043 ext/imap/php_imap.c 	if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, bufferHeader, subject, bufferTo, message, bufferCc, bufferBcc, rpath) != SUCCESS) {
subject          4064 ext/imap/php_imap.c 		fprintf(sendmail, "Subject: %s\n", subject);
subject          4088 ext/imap/php_imap.c 	zend_string *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NULL;
subject          4091 ext/imap/php_imap.c 	if (zend_parse_parameters(argc, "SSS|SSSS", &to, &subject, &message,
subject          4103 ext/imap/php_imap.c 	if (!ZSTR_LEN(subject)) {
subject          4115 ext/imap/php_imap.c 	if (_php_imap_mail(ZSTR_VAL(to), ZSTR_VAL(subject), ZSTR_VAL(message), headers?ZSTR_VAL(headers):NULL, cc?ZSTR_VAL(cc):NULL,
subject          4495 ext/imap/php_imap.c 	if (en->subject) add_property_string(myzvalue, "subject", en->subject);
subject          4496 ext/imap/php_imap.c 	if (en->subject) add_property_string(myzvalue, "Subject", en->subject);
subject           435 ext/intl/php_intl.c 	ZEND_ARG_INFO( 0, subject )
subject            35 ext/intl/resourcebundle/resourcebundle_iterator.c 	ResourceBundle_object *rb = iterator->subject;
subject           163 ext/intl/resourcebundle/resourcebundle_iterator.c 	iterator->subject = rb;
subject            26 ext/intl/resourcebundle/resourcebundle_iterator.h 	ResourceBundle_object *subject;
subject           313 ext/intl/transliterator/transliterator_class.c 	ZEND_ARG_INFO( 0, subject )
subject           418 ext/mbstring/mbstring.c 	ZEND_ARG_INFO(0, subject)
subject          4192 ext/mbstring/mbstring.c 	char *subject = NULL;
subject          4234 ext/mbstring/mbstring.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "sss|sS", &to, &to_len, &subject, &subject_len, &message, &message_len, &headers, &headers_len, &extra_cmd) == FAILURE) {
subject          4240 ext/mbstring/mbstring.c 	MAIL_ASCIIZ_CHECK_MBSTRING(subject, subject_len);
subject          4341 ext/mbstring/mbstring.c 	if (subject != NULL) {
subject          4343 ext/mbstring/mbstring.c 		orig_str.val = (unsigned char *)subject;
subject          4352 ext/mbstring/mbstring.c 			subject_buf = subject = (char *)pstr->val;
subject          4439 ext/mbstring/mbstring.c 	if (!err && php_mail(to_r, subject, message, headers, extra_cmd ? ZSTR_VAL(extra_cmd) : NULL)) {
subject          3165 ext/openssl/openssl.c 	X509_NAME * subject;
subject          3178 ext/openssl/openssl.c 	subject = X509_REQ_get_subject_name(csr);
subject          3181 ext/openssl/openssl.c 	add_assoc_name_entry(return_value, NULL, subject, use_shortnames);
subject           423 ext/pcre/pcrelib/pcre.h   PCRE_SPTR    subject;           /* The subject being matched */
subject           445 ext/pcre/pcrelib/pcre.h   PCRE_SPTR16  subject;           /* The subject being matched */
subject           467 ext/pcre/pcrelib/pcre.h   PCRE_SPTR32  subject;           /* The subject being matched */
subject          1301 ext/pcre/pcrelib/pcre_exec.c         cb.subject          = (PCRE_SPTR)md->start_subject;
subject          1303 ext/pcre/pcrelib/pcre_exec.c         cb.subject          = (PCRE_SPTR16)md->start_subject;
subject          1305 ext/pcre/pcrelib/pcre_exec.c         cb.subject          = (PCRE_SPTR32)md->start_subject;
subject          1711 ext/pcre/pcrelib/pcre_exec.c       cb.subject          = (PCRE_SPTR)md->start_subject;
subject          1713 ext/pcre/pcrelib/pcre_exec.c       cb.subject          = (PCRE_SPTR16)md->start_subject;
subject          1715 ext/pcre/pcrelib/pcre_exec.c       cb.subject          = (PCRE_SPTR32)md->start_subject;
subject          6346 ext/pcre/pcrelib/pcre_exec.c   PCRE_SPTR subject, int length, int start_offset, int options, int *offsets,
subject          6351 ext/pcre/pcrelib/pcre_exec.c   PCRE_SPTR16 subject, int length, int start_offset, int options, int *offsets,
subject          6356 ext/pcre/pcrelib/pcre_exec.c   PCRE_SPTR32 subject, int length, int start_offset, int options, int *offsets,
subject          6377 ext/pcre/pcrelib/pcre_exec.c PCRE_PUCHAR start_match = (PCRE_PUCHAR)subject + start_offset;
subject          6398 ext/pcre/pcrelib/pcre_exec.c if (re == NULL && extra_data == NULL && subject == NULL && length == -999 &&
subject          6409 ext/pcre/pcrelib/pcre_exec.c if (re == NULL || subject == NULL || (offsets == NULL && offsetcount > 0))
subject          6442 ext/pcre/pcrelib/pcre_exec.c   int errorcode = PRIV(valid_utf)((PCRE_PUCHAR)subject, length, &erroroffset);
subject          6463 ext/pcre/pcrelib/pcre_exec.c       NOT_FIRSTCHAR(((PCRE_PUCHAR)subject)[start_offset]))
subject          6481 ext/pcre/pcrelib/pcre_exec.c   rc = PRIV(jit_exec)(extra_data, (const pcre_uchar *)subject, length,
subject          6552 ext/pcre/pcrelib/pcre_exec.c md->start_subject = (PCRE_PUCHAR)subject;
subject          7020 ext/pcre/pcrelib/pcre_exec.c   if (start_match > (PCRE_PUCHAR)subject + start_offset &&
subject          7145 ext/pcre/pcrelib/pcre_exec.c     offsets[0] = (int)(start_partial - (PCRE_PUCHAR)subject);
subject          7146 ext/pcre/pcrelib/pcre_exec.c     offsets[1] = (int)(end_subject - (PCRE_PUCHAR)subject);
subject          7148 ext/pcre/pcrelib/pcre_exec.c       offsets[2] = (int)(match_partial - (PCRE_PUCHAR)subject);
subject           333 ext/pcre/pcrelib/pcre_get.c pcre_copy_substring(const char *subject, int *ovector, int stringcount,
subject           337 ext/pcre/pcrelib/pcre_get.c pcre16_copy_substring(PCRE_SPTR16 subject, int *ovector, int stringcount,
subject           341 ext/pcre/pcrelib/pcre_get.c pcre32_copy_substring(PCRE_SPTR32 subject, int *ovector, int stringcount,
subject           351 ext/pcre/pcrelib/pcre_get.c memcpy(buffer, subject + ovector[stringnumber], IN_UCHARS(yield));
subject           388 ext/pcre/pcrelib/pcre_get.c pcre_copy_named_substring(const pcre *code, const char *subject,
subject           393 ext/pcre/pcrelib/pcre_get.c pcre16_copy_named_substring(const pcre16 *code, PCRE_SPTR16 subject,
subject           398 ext/pcre/pcrelib/pcre_get.c pcre32_copy_named_substring(const pcre32 *code, PCRE_SPTR32 subject,
subject           406 ext/pcre/pcrelib/pcre_get.c return pcre_copy_substring(subject, ovector, stringcount, n, buffer, size);
subject           408 ext/pcre/pcrelib/pcre_get.c return pcre16_copy_substring(subject, ovector, stringcount, n, buffer, size);
subject           410 ext/pcre/pcrelib/pcre_get.c return pcre32_copy_substring(subject, ovector, stringcount, n, buffer, size);
subject           439 ext/pcre/pcrelib/pcre_get.c pcre_get_substring_list(const char *subject, int *ovector, int stringcount,
subject           443 ext/pcre/pcrelib/pcre_get.c pcre16_get_substring_list(PCRE_SPTR16 subject, int *ovector, int stringcount,
subject           447 ext/pcre/pcrelib/pcre_get.c pcre32_get_substring_list(PCRE_SPTR32 subject, int *ovector, int stringcount,
subject           475 ext/pcre/pcrelib/pcre_get.c   memcpy(p, subject + ovector[i], IN_UCHARS(len));
subject           542 ext/pcre/pcrelib/pcre_get.c pcre_get_substring(const char *subject, int *ovector, int stringcount,
subject           546 ext/pcre/pcrelib/pcre_get.c pcre16_get_substring(PCRE_SPTR16 subject, int *ovector, int stringcount,
subject           550 ext/pcre/pcrelib/pcre_get.c pcre32_get_substring(PCRE_SPTR32 subject, int *ovector, int stringcount,
subject           562 ext/pcre/pcrelib/pcre_get.c memcpy(substring, subject + ovector[stringnumber], IN_UCHARS(yield));
subject           605 ext/pcre/pcrelib/pcre_get.c pcre_get_named_substring(const pcre *code, const char *subject,
subject           610 ext/pcre/pcrelib/pcre_get.c pcre16_get_named_substring(const pcre16 *code, PCRE_SPTR16 subject,
subject           615 ext/pcre/pcrelib/pcre_get.c pcre32_get_named_substring(const pcre32 *code, PCRE_SPTR32 subject,
subject           623 ext/pcre/pcrelib/pcre_get.c return pcre_get_substring(subject, ovector, stringcount, n, stringptr);
subject           625 ext/pcre/pcrelib/pcre_get.c return pcre16_get_substring(subject, ovector, stringcount, n, stringptr);
subject           627 ext/pcre/pcrelib/pcre_get.c return pcre32_get_substring(subject, ovector, stringcount, n, stringptr);
subject          6374 ext/pcre/pcrelib/pcre_jit_compile.c callout_block->start_match = (pcre_uchar*)callout_block->subject - arguments->begin;
subject          6377 ext/pcre/pcrelib/pcre_jit_compile.c callout_block->subject = (PCRE_SPTR)begin;
subject          6379 ext/pcre/pcrelib/pcre_jit_compile.c callout_block->subject = (PCRE_SPTR16)begin;
subject          6381 ext/pcre/pcrelib/pcre_jit_compile.c callout_block->subject = (PCRE_SPTR32)begin;
subject          6428 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(subject), TMP2, 0);
subject          10411 ext/pcre/pcrelib/pcre_jit_compile.c PRIV(jit_exec)(const PUBL(extra) *extra_data, const pcre_uchar *subject,
subject          10433 ext/pcre/pcrelib/pcre_jit_compile.c arguments.str = subject + start_offset;
subject          10434 ext/pcre/pcrelib/pcre_jit_compile.c arguments.begin = subject;
subject          10435 ext/pcre/pcrelib/pcre_jit_compile.c arguments.end = subject + length;
subject          10486 ext/pcre/pcrelib/pcre_jit_compile.c   PCRE_SPTR subject, int length, int start_offset, int options,
subject          10491 ext/pcre/pcrelib/pcre_jit_compile.c   PCRE_SPTR16 subject, int length, int start_offset, int options,
subject          10496 ext/pcre/pcrelib/pcre_jit_compile.c   PCRE_SPTR32 subject, int length, int start_offset, int options,
subject          10500 ext/pcre/pcrelib/pcre_jit_compile.c pcre_uchar *subject_ptr = (pcre_uchar *)subject;
subject            51 ext/pcre/pcrelib/pcredemo.c char *subject;
subject            90 ext/pcre/pcrelib/pcredemo.c subject = argv[i+1];
subject            91 ext/pcre/pcrelib/pcredemo.c subject_length = (int)strlen(subject);
subject           124 ext/pcre/pcrelib/pcredemo.c   subject,              /* the subject string */
subject           171 ext/pcre/pcrelib/pcredemo.c   char *substring_start = subject + ovector[2*i];
subject           221 ext/pcre/pcrelib/pcredemo.c       ovector[2*n+1] - ovector[2*n], subject + ovector[2*n]);
subject           316 ext/pcre/pcrelib/pcredemo.c     subject,              /* the subject string */
subject           342 ext/pcre/pcrelib/pcredemo.c         subject[start_offset] == '\r' &&
subject           343 ext/pcre/pcrelib/pcredemo.c         subject[start_offset + 1] == '\n')
subject           349 ext/pcre/pcrelib/pcredemo.c         if ((subject[ovector[1]] & 0xc0) != 0x80) break;
subject           382 ext/pcre/pcrelib/pcredemo.c     char *substring_start = subject + ovector[2*i];
subject           395 ext/pcre/pcrelib/pcredemo.c         ovector[2*n+1] - ovector[2*n], subject + ovector[2*n]);
subject           594 ext/pcre/php_pcre.c 	zend_string		 *subject;			/* String to match against */
subject           602 ext/pcre/php_pcre.c 							  &subject, &subpats, &flags, &start_offset) == FAILURE) {
subject           608 ext/pcre/php_pcre.c 		Z_PARAM_STR(subject)
subject           616 ext/pcre/php_pcre.c 	if (ZEND_SIZE_T_INT_OVFL(ZSTR_LEN(subject))) {
subject           627 ext/pcre/php_pcre.c 	php_pcre_match_impl(pce, ZSTR_VAL(subject), (int)ZSTR_LEN(subject), return_value, subpats,
subject           634 ext/pcre/php_pcre.c PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *return_value,
subject           742 ext/pcre/php_pcre.c 		count = pcre_exec(pce->re, extra, subject, (int)subject_len, (int)start_offset,
subject           761 ext/pcre/php_pcre.c 				if ((offsets[1] - offsets[0] < 0) || pcre_get_substring_list(subject, offsets, count, &stringlist) < 0) {
subject           894 ext/pcre/php_pcre.c 				int unit_len = calculate_unit_length(pce, subject + start_offset);
subject          1013 ext/pcre/php_pcre.c static zend_string *preg_do_repl_func(zval *function, char *subject, int *offsets, char **subpat_names, int count, unsigned char *mark)
subject          1024 ext/pcre/php_pcre.c 				add_assoc_stringl(&args[0], subpat_names[i], &subject[offsets[i<<1]] , offsets[(i<<1)+1] - offsets[i<<1]);
subject          1026 ext/pcre/php_pcre.c 			add_next_index_stringl(&args[0], &subject[offsets[i<<1]], offsets[(i<<1)+1] - offsets[i<<1]);
subject          1030 ext/pcre/php_pcre.c 			add_next_index_stringl(&args[0], &subject[offsets[i<<1]], offsets[(i<<1)+1] - offsets[i<<1]);
subject          1045 ext/pcre/php_pcre.c 		result_str = zend_string_init(&subject[offsets[0]], offsets[1] - offsets[0], 0);
subject          1058 ext/pcre/php_pcre.c 							  char *subject, int subject_len,
subject          1070 ext/pcre/php_pcre.c 	result = php_pcre_replace_impl(pce, subject_str, subject, subject_len, replace_val,
subject          1079 ext/pcre/php_pcre.c PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, char *subject, int subject_len, zval *replace_val, int is_callable_replace, int limit, int *replace_count)
subject          1165 ext/pcre/php_pcre.c 		count = pcre_exec(pce->re, extra, subject, subject_len, start_offset,
subject          1177 ext/pcre/php_pcre.c 		piece = subject + start_offset;
subject          1186 ext/pcre/php_pcre.c 			match = subject + offsets[0];
subject          1242 ext/pcre/php_pcre.c 								memcpy(walkbuf, subject + offsets[backref<<1], match_len);
subject          1256 ext/pcre/php_pcre.c 				eval_result = preg_do_repl_func(replace_val, subject, offsets, subpat_names, count, mark);
subject          1350 ext/pcre/php_pcre.c static zend_string *php_replace_in_subject(zval *regex, zval *replace, zval *subject, int limit, int is_callable_replace, int *replace_count)
subject          1357 ext/pcre/php_pcre.c 	zend_string	*subject_str = zval_get_string(subject);
subject          1442 ext/pcre/php_pcre.c static int preg_replace_impl(zval *return_value, zval *regex, zval *replace, zval *subject, zend_long limit_val, int is_callable_replace, int is_filter)
subject          1459 ext/pcre/php_pcre.c 	if (Z_TYPE_P(subject) == IS_ARRAY) {
subject          1460 ext/pcre/php_pcre.c 		array_init_size(return_value, zend_hash_num_elements(Z_ARRVAL_P(subject)));
subject          1464 ext/pcre/php_pcre.c 		ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(subject), num_key, string_key, subject_entry) {
subject          1485 ext/pcre/php_pcre.c 		if ((result = php_replace_in_subject(regex, replace, subject, limit_val, is_callable_replace, &replace_count)) != NULL) {
subject          1502 ext/pcre/php_pcre.c 	zval *regex, *replace, *subject, *zcount = NULL;
subject          1508 ext/pcre/php_pcre.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "zzz|lz/", &regex, &replace, &subject, &limit, &zcount) == FAILURE) {
subject          1515 ext/pcre/php_pcre.c 		Z_PARAM_ZVAL(subject)
subject          1527 ext/pcre/php_pcre.c 	replace_count = preg_replace_impl(return_value, regex, replace, subject, limit, 0, 0);
subject          1539 ext/pcre/php_pcre.c 	zval *regex, *replace, *subject, *zcount = NULL;
subject          1546 ext/pcre/php_pcre.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "zzz|lz/", &regex, &replace, &subject, &limit, &zcount) == FAILURE) {
subject          1553 ext/pcre/php_pcre.c 		Z_PARAM_ZVAL(subject)
subject          1563 ext/pcre/php_pcre.c 		ZVAL_COPY(return_value, subject);
subject          1568 ext/pcre/php_pcre.c 	replace_count = preg_replace_impl(return_value, regex, replace, subject, limit, 1, 0);
subject          1580 ext/pcre/php_pcre.c 	zval regex, zv, *replace, *subject, *pattern, *zcount = NULL;
subject          1588 ext/pcre/php_pcre.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "az|lz/", &pattern, &subject, &limit, &zcount) == FAILURE) {
subject          1594 ext/pcre/php_pcre.c 		Z_PARAM_ZVAL(subject)
subject          1616 ext/pcre/php_pcre.c 			ZVAL_COPY(return_value, subject);
subject          1622 ext/pcre/php_pcre.c 			replace_count += preg_replace_impl(&zv, &regex, replace, subject, limit, 1, 0);
subject          1653 ext/pcre/php_pcre.c 	zval *regex, *replace, *subject, *zcount = NULL;
subject          1659 ext/pcre/php_pcre.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "zzz|lz/", &regex, &replace, &subject, &limit, &zcount) == FAILURE) {
subject          1666 ext/pcre/php_pcre.c 		Z_PARAM_ZVAL(subject)
subject          1678 ext/pcre/php_pcre.c 	replace_count = preg_replace_impl(return_value, regex, replace, subject, limit, 0, 1);
subject          1691 ext/pcre/php_pcre.c 	zend_string			*subject;		/* String to match against */
subject          1699 ext/pcre/php_pcre.c 							  &subject, &limit_val, &flags) == FAILURE) {
subject          1705 ext/pcre/php_pcre.c 		Z_PARAM_STR(subject)
subject          1712 ext/pcre/php_pcre.c 	if (ZEND_SIZE_T_INT_OVFL(ZSTR_LEN(subject))) {
subject          1723 ext/pcre/php_pcre.c 	php_pcre_split_impl(pce, ZSTR_VAL(subject), (int)ZSTR_LEN(subject), return_value, (int)limit_val, flags);
subject          1730 ext/pcre/php_pcre.c PHPAPI void php_pcre_split_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *return_value,
subject          1781 ext/pcre/php_pcre.c 	last_match = subject;
subject          1786 ext/pcre/php_pcre.c 		count = pcre_exec(pce->re, extra, subject,
subject          1801 ext/pcre/php_pcre.c 			if (!no_empty || &subject[offsets[0]] != last_match) {
subject          1805 ext/pcre/php_pcre.c 					add_offset_pair(return_value, last_match, (int)(&subject[offsets[0]]-last_match), next_offset, NULL);
subject          1808 ext/pcre/php_pcre.c 					ZVAL_STRINGL(&tmp, last_match, &subject[offsets[0]]-last_match);
subject          1817 ext/pcre/php_pcre.c 			last_match = &subject[offsets[1]];
subject          1827 ext/pcre/php_pcre.c 							add_offset_pair(return_value, &subject[offsets[i<<1]], match_len, offsets[i<<1], NULL);
subject          1829 ext/pcre/php_pcre.c 							ZVAL_STRINGL(&tmp, &subject[offsets[i<<1]], match_len);
subject          1842 ext/pcre/php_pcre.c 				offsets[1] = start_offset + calculate_unit_length(pce, subject + start_offset);
subject          1862 ext/pcre/php_pcre.c 	start_offset = (int)(last_match - subject); /* the offset might have been incremented, but without further successful matches */
subject          1868 ext/pcre/php_pcre.c 			add_offset_pair(return_value, &subject[start_offset], subject_len - start_offset, start_offset, NULL);
subject          1871 ext/pcre/php_pcre.c 			ZVAL_STRINGL(&tmp, last_match, subject + subject_len - last_match);
subject          2123 ext/pcre/php_pcre.c     ZEND_ARG_INFO(0, subject)
subject          2131 ext/pcre/php_pcre.c     ZEND_ARG_INFO(0, subject)
subject          2140 ext/pcre/php_pcre.c     ZEND_ARG_INFO(0, subject)
subject          2148 ext/pcre/php_pcre.c     ZEND_ARG_INFO(0, subject)
subject          2155 ext/pcre/php_pcre.c     ZEND_ARG_INFO(0, subject)
subject          2162 ext/pcre/php_pcre.c     ZEND_ARG_INFO(0, subject)
subject            36 ext/pcre/php_pcre.h PHPAPI zend_string *php_pcre_replace(zend_string *regex, zend_string *subject_str, char *subject, int subject_len, zval *replace_val, int is_callable_replace, int limit, int *replace_count);
subject            62 ext/pcre/php_pcre.h PHPAPI void  php_pcre_match_impl(  pcre_cache_entry *pce, char *subject, int subject_len, zval *return_value,
subject            65 ext/pcre/php_pcre.h PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, char *subject, int subject_len, zval *return_value,
subject            68 ext/pcre/php_pcre.h PHPAPI void  php_pcre_split_impl(  pcre_cache_entry *pce, char *subject, int subject_len, zval *return_value,
subject          2036 ext/spl/spl_iterators.c 	zend_string *result, *subject;
subject          2053 ext/spl/spl_iterators.c 		subject = zval_get_string(&intern->current.key);
subject          2055 ext/spl/spl_iterators.c 		subject = zval_get_string(&intern->current.data);
subject          2067 ext/spl/spl_iterators.c 			count = pcre_exec(intern->u.regex.pce->re, intern->u.regex.pce->extra, ZSTR_VAL(subject), ZSTR_LEN(subject), 0, 0, NULL, 0);
subject          2075 ext/spl/spl_iterators.c 			php_pcre_match_impl(intern->u.regex.pce, ZSTR_VAL(subject), ZSTR_LEN(subject), &zcount,
subject          2083 ext/spl/spl_iterators.c 			php_pcre_split_impl(intern->u.regex.pce, ZSTR_VAL(subject), ZSTR_LEN(subject), &intern->current.data, -1, intern->u.regex.preg_flags);
subject          2095 ext/spl/spl_iterators.c 			result = php_pcre_replace_impl(intern->u.regex.pce, subject, ZSTR_VAL(subject), ZSTR_LEN(subject), replacement, 0, -1, &count);
subject          2114 ext/spl/spl_iterators.c 	zend_string_release(subject);
subject          1588 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, subject)
subject          2348 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, subject)
subject          2355 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, subject)
subject           104 ext/standard/mail.c 	char *subject=NULL;
subject           112 ext/standard/mail.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "sss|SS",	&to, &to_len, &subject, &subject_len, &message, &message_len, &headers, &extra_cmd) == FAILURE) {
subject           118 ext/standard/mail.c 	MAIL_ASCIIZ_CHECK(subject, subject_len);
subject           151 ext/standard/mail.c 		subject_r = estrndup(subject, subject_len);
subject           165 ext/standard/mail.c 		subject_r = subject;
subject           190 ext/standard/mail.c 	if (subject_r != subject) {
subject           266 ext/standard/mail.c PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd)
subject           341 ext/standard/mail.c 		if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, hdr, subject, to, message, NULL, NULL, NULL) == FAILURE) {
subject           400 ext/standard/mail.c 		fprintf(sendmail, "Subject: %s\n", subject);
subject            28 ext/standard/php_mail.h PHPAPI extern int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd);
subject          3955 ext/standard/string.c static zend_long php_str_replace_in_subject(zval *search, zval *replace, zval *subject, zval *result, int case_sensitivity)
subject          3969 ext/standard/string.c 	subject_str = zval_get_string(subject);
subject          4115 ext/standard/string.c 	zval *subject, *search, *replace, *subject_entry, *zcount = NULL;
subject          4123 ext/standard/string.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "zzz|z/", &search, &replace, &subject, &zcount) == FAILURE) {
subject          4130 ext/standard/string.c 		Z_PARAM_ZVAL(subject)
subject          4147 ext/standard/string.c 	if (Z_TYPE_P(subject) == IS_ARRAY) {
subject          4152 ext/standard/string.c 		ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(subject), num_key, string_key, subject_entry) {
subject          4166 ext/standard/string.c 		count = php_str_replace_in_subject(search, replace, subject, return_value, case_sensitivity);