Home
last modified time | relevance | path

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

12345

/php-src/ext/standard/tests/mail/
H A Dmail_basic2.phpt18 $subject = 'Test Subject';
27 var_dump( mail($to, $subject, $message, $additional_headers, $additional_parameters) );
H A Dmail_log.phpt18 $subject = "mail.log test";
25 var_dump(mail($to, $subject, $message, $headers));
H A Dbug73203.phpt14 mail('test@example.com', 'subject', 'message', 'From: lala@example.com', '')
H A Dmail_null_bytes.phpt35 mail(): Argument #2 ($subject) must not contain any null bytes
/php-src/Zend/tests/match/
H A D047.phpt2 Match expression inside subject expression
/php-src/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()
164 iterator->subject = rb; in resourcebundle_get_iterator()
/php-src/ext/pcre/tests/
H A Dpreg_replace_callback_error1.phpt39 $subject = 'number 1.';
41 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-src/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-src/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-src/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-src/Zend/tests/use_function/
H A Dconditional_function_declaration.phpt2 function that is conditionally defined is subject to symbol use checks
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3399 if (subject == NULL && length == 0) subject = (PCRE2_SPTR)""; in pcre2_dfa_match()
3409 length = PRIV(strlen)(subject); in pcre2_dfa_match()
3469 start_match = subject + start_offset; in pcre2_dfa_match()
3470 end_subject = subject + length; in pcre2_dfa_match()
3487 cb.subject = subject; in pcre2_dfa_match()
3534 mb->start_subject = subject; in pcre2_dfa_match()
3604 while (check_subject > subject && in pcre2_dfa_match()
3614 if (check_subject < subject) check_subject = subject; in pcre2_dfa_match()
3682 match_data->memctl.free((void *)match_data->subject, in pcre2_dfa_match()
4061 memcpy((void *)match_data->subject, subject, length); in pcre2_dfa_match()
[all …]
H A Dpcre2_match.c6593 if (subject == NULL && length == 0) subject = (PCRE2_SPTR)""; in pcre2_match()
6684 match_data->subject = NULL; in pcre2_match()
6749 start_match = subject; in pcre2_match()
6780 memcpy((void *)match_data->subject, subject, length); in pcre2_match()
6795 mb->check_subject = subject; in pcre2_match()
6882 mb->check_subject = subject; in pcre2_match()
6952 cb.subject = subject; in pcre2_match()
6962 mb->start_subject = subject; in pcre2_match()
7729 memcpy((void *)match_data->subject, subject, length); in pcre2_match()
7732 else match_data->subject = subject; in pcre2_match()
[all …]
H A Dpcre2_substring.c129 memcpy(buffer, match_data->subject + match_data->ovector[stringnumber*2], in pcre2_substring_copy_bynumber()
221 memcpy(yield, match_data->subject + match_data->ovector[stringnumber*2], in pcre2_substring_get_bynumber()
425 if (size != 0) memcpy(sp, match_data->subject + ovector[i], CU2BYTES(size)); in pcre2_substring_list_get()
/php-src/ext/spl/tests/
H A Dobserver_001.phpt15 function update(SplSubject $subject): void
17 echo $this->name . '->' . __METHOD__ . '(' . $subject->getName() . ");\n";
/php-src/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-src/ext/openssl/tests/
H A Dpublic.crt3 subject=/C=PL/ST=Some-State/O=Internet Widgits Pty Ltd
/php-src/ext/standard/tests/array/
H A Dbug74345.phpt45 preg_replace_callback(): Argument #3 ($subject) must be of type array|string, stdClass given
/php-src/win32/
H A Dcodepage.c668 zend_string *subject; in PHP_FUNCTION() local
673 Z_PARAM_STR(subject) in PHP_FUNCTION()
676 if (ZEND_SIZE_T_INT_OVFL(ZSTR_LEN(subject))) { in PHP_FUNCTION()
719 …tmpw = php_win32_cp_conv_to_w(in_cp->id, in_cp->to_w_fl, ZSTR_VAL(subject), ZSTR_LEN(subject), &tm… in PHP_FUNCTION()
/php-src/ext/mbstring/tests/
H A Dmb_send_mail_null_bytes.phpt37 mb_send_mail(): Argument #2 ($subject) must not contain any null bytes
/php-src/main/
H A Dinternal_functions.c.in5 | This source file is subject to version 3.01 of the PHP license, |

Completed in 47 milliseconds

12345