Home
last modified time | relevance | path

Searched refs:subject (Results 51 – 75 of 139) sorted by relevance

123456

/PHP-8.3/ext/standard/tests/mail/
H A Dmail_basic_alt1-win32.phpt29 $subject = "$subject_prefix: Basic PHPT test for mail() function";
32 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
36 $res = mail($to, $subject, $message);
H A Dmail_basic_alt2-win32.phpt24 $subject = "$subject_prefix: Basic PHPT test for mail() function";
27 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
33 $res = mail($to, $subject, $message, $extra_headers);
H A Dmail_basic_alt3-win32.phpt24 $subject = "$subject_prefix: Basic PHPT test for mail() function";
27 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
33 $res = mail($to, $subject, $message, $extra_headers);
H A Dmail_basic_alt4-win32.phpt24 $subject = "$subject_prefix: Basic PHPT test for mail() function";
27 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
34 $res = mail($to, $subject, $message, $extra_headers, $extra_parameters);
H A Dmail_variation_alt3-win32.phpt27 $subject = "$subject_prefix: Basic PHPT test for mail() function";
30 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
34 $res = mail($to, $subject, $message);
H A Dmail_variation_alt1-win32.phpt28 $subject = "$subject_prefix: Basic PHPT test for mail() function";
31 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
35 $res = mail($to, $subject, $message);
H A Dmail_variation_alt2-win32.phpt28 $subject = "$subject_prefix: Basic PHPT test for mail() function";
31 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
35 $res = mail($to, $subject, $message);
H A Dbug73203.phpt14 mail('test@example.com', 'subject', 'message', 'From: lala@example.com', '')
/PHP-8.3/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h24 ResourceBundle_object *subject; member
H A Dresourcebundle_iterator.c33 ResourceBundle_object *rb = iterator->subject; in resourcebundle_iterator_read()
163 iterator->subject = rb; in resourcebundle_get_iterator()
/PHP-8.3/ext/pcre/
H A Dphp_pcre.h28 …p_pcre_replace(zend_string *regex, zend_string *subject_str, const char *subject, size_t subject_l…
55 …eplace_impl(pcre_cache_entry *pce, zend_string *subject_str, const char *subject, size_t subject_l…
/PHP-8.3/ext/hash/tests/
H A Dsha3.phpt17 foreach ($subjects as $subject) {
18 echo '== ', urlencode($subject), " ==\n";
20 echo $bits, ': ', hash("sha3-$bits", $subject), "\n";
/PHP-8.3/ext/standard/tests/strings/
H A Dbug78612.phpt2 Bug #78612 (strtr leaks memory when integer keys are used and the subject string shorter).
H A Dstr_replace_variation3.phpt36 class subject
42 $obj_subject = new subject;
200 str_replace(): Argument #3 ($subject) must be of type array|string, resource given
201 str_replace(): Argument #3 ($subject) must be of type array|string, resource given
/PHP-8.3/Zend/tests/use_function/
H A Dconditional_function_declaration.phpt2 function that is conditionally defined is subject to symbol use checks
/PHP-8.3/ext/pcre/tests/
H A Dpreg_replace_callback_error1.phpt22 $subject = 'number 1.';
25 var_dump(preg_replace_callback($regex_value, 'integer_word', $subject));
H A Dbug41638.phpt5 $str = "repeater id='loopt' dataSrc=subject columns=2";
H A D007.phpt2 preg_replace_callback() with callback that modifies subject string
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3347 if (subject == NULL && length == 0) subject = (PCRE2_SPTR)""; in pcre2_dfa_match()
3357 length = PRIV(strlen)(subject); in pcre2_dfa_match()
3417 start_match = subject + start_offset; in pcre2_dfa_match()
3418 end_subject = subject + length; in pcre2_dfa_match()
3435 cb.subject = subject; in pcre2_dfa_match()
3482 mb->start_subject = subject; in pcre2_dfa_match()
3552 while (check_subject > subject && in pcre2_dfa_match()
3562 if (check_subject < subject) check_subject = subject; in pcre2_dfa_match()
3630 match_data->memctl.free((void *)match_data->subject, in pcre2_dfa_match()
4008 memcpy((void *)match_data->subject, subject, length); in pcre2_dfa_match()
[all …]
H A Dpcre2_match.c6374 if (subject == NULL && length == 0) subject = (PCRE2_SPTR)""; in pcre2_match()
6465 match_data->subject = NULL; in pcre2_match()
6530 start_match = subject; in pcre2_match()
6560 memcpy((void *)match_data->subject, subject, length); in pcre2_match()
6575 mb->check_subject = subject; in pcre2_match()
6662 mb->check_subject = subject; in pcre2_match()
6732 cb.subject = subject; in pcre2_match()
6742 mb->start_subject = subject; in pcre2_match()
7498 memcpy((void *)match_data->subject, subject, length); in pcre2_match()
7501 else match_data->subject = subject; in pcre2_match()
[all …]
/PHP-8.3/ext/spl/tests/
H A Dobserver_001.phpt15 function update(SplSubject $subject): void
17 echo $this->name . '->' . __METHOD__ . '(' . $subject->getName() . ");\n";
/PHP-8.3/ext/standard/
H A Dphp_mail.h23 PHPAPI extern int php_mail(const char *to, const char *subject, const char *message, const char *he…
/PHP-8.3/ext/openssl/tests/
H A Dpublic.crt3 subject=/C=PL/ST=Some-State/O=Internet Widgits Pty Ltd
/PHP-8.3/ext/imap/tests/
H A Dimap_rfc822_parse_headers_basic.phpt22 'subject','Subject',
36 var_dump($z->subject);
H A Dimap_headerinfo_basic.phpt22 'subject','Subject',
36 var_dump($z->subject);

Completed in 72 milliseconds

123456