Home
last modified time | relevance | path

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

123456

/PHP-7.4/ext/openssl/tests/
H A Dsni_server_key_cert.phpt51 var_dump(openssl_x509_parse($cert)['subject']['CN']);
57 var_dump(openssl_x509_parse($cert)['subject']['CN']);
63 var_dump(openssl_x509_parse($cert)['subject']['CN']);
H A Dpublic.crt3 subject=/C=PL/ST=Some-State/O=Internet Widgits Pty Ltd
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_log.phpt23 $subject = "mail.log test";
30 var_dump(mail($to, $subject, $message, $headers));
H A Dbug73203.phpt18 mail('test@example.com', 'subject', 'message', 'From: lala@example.com', '')
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h26 ResourceBundle_object *subject; member
H A Dresourcebundle_iterator.c35 ResourceBundle_object *rb = iterator->subject; in resourcebundle_iterator_read()
164 iterator->subject = rb; in resourcebundle_get_iterator()
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_error2.phpt6 …* proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int of…
11 * Testing how preg_match reacts to being passed the wrong type of subject argument
H A Dpreg_match_basic_002.phpt5 /* Prototype : int preg_match ( string $pattern , string $subject [, array &$matches [, int $f…
H A Dpreg_match_variation1.phpt6 …* proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int of…
H A Dbug41638.phpt5 $str = "repeater id='loopt' dataSrc=subject colums=2";
H A Dpreg_match_latin.phpt5 /* Prototype : int preg_match ( string $pattern , string $subject [, array &$matches [, int $f…
H A D007.phpt2 preg_replace_callback() with callback that modifies subject string
H A Dpreg_replace_variation1.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
/PHP-7.4/ext/pcre/
H A Dphp_pcre.h30 PHPAPI zend_string *php_pcre_replace(zend_string *regex, zend_string *subject_str, char *subject, s…
48 …pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, char *subject, size_t subject_l…
/PHP-7.4/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-7.4/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.phpt9 mixed $subject [, int &$count]);
38 class subject
44 $obj_subject = new subject;
H A Dstr_replace_basic.phpt9 mixed $subject [, int &$count]);
/PHP-7.4/Zend/tests/use_function/
H A Dconditional_function_declaration.phpt2 function that is conditionally defined is subject to symbol use checks
/PHP-7.4/ext/spl/tests/
H A Dobserver_001.phpt15 function update(SplSubject $subject)
17 echo $this->name . '->' . __METHOD__ . '(' . $subject->getName() . ");\n";
/PHP-7.4/ext/standard/
H A Dphp_mail.h28 PHPAPI extern int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd);
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3293 length = PRIV(strlen)(subject); in pcre2_dfa_match()
3358 start_match = subject + start_offset; in pcre2_dfa_match()
3359 end_subject = subject + length; in pcre2_dfa_match()
3376 cb.subject = subject; in pcre2_dfa_match()
3401 bumpalong_limit = subject + mcontext->offset_limit; in pcre2_dfa_match()
3423 mb->start_subject = subject; in pcre2_dfa_match()
3493 while (check_subject > subject && in pcre2_dfa_match()
3503 if (check_subject < subject) check_subject = subject; in pcre2_dfa_match()
3571 match_data->memctl.free((void *)match_data->subject, in pcre2_dfa_match()
3930 memcpy((void *)match_data->subject, subject, length); in pcre2_dfa_match()
[all …]
H A Dpcre2_match.c6176 length = PRIV(strlen)(subject); in pcre2_match()
6260 match_data->subject = NULL; in pcre2_match()
6325 start_match = subject; in pcre2_match()
6355 memcpy((void *)match_data->subject, subject, length); in pcre2_match()
6370 mb->check_subject = subject; in pcre2_match()
6457 mb->check_subject = subject; in pcre2_match()
6526 cb.subject = subject; in pcre2_match()
6536 mb->start_subject = subject; in pcre2_match()
7265 memcpy((void *)match_data->subject, subject, length); in pcre2_match()
7268 else match_data->subject = subject; in pcre2_match()
[all …]
/PHP-7.4/ext/imap/tests/
H A Dimap_rfc822_parse_headers_basic.phpt20 'subject','Subject',
34 var_dump($z->subject);
H A Dimap_headerinfo_basic.phpt20 'subject','Subject',
34 var_dump($z->subject);

Completed in 47 milliseconds

123456