Home
last modified time | relevance | path

Searched refs:subject (Results 76 – 100 of 141) sorted by relevance

123456

/PHP-8.3/ext/imap/tests/
H A Dimap_headerinfo_basic.phpt22 'subject','Subject',
36 var_dump($z->subject);
H A Dbug80710_1.phpt10 $envelope["subject"] = "bar@example.com\n\n From : X-INJECTED";
H A Dbug80710_2.phpt10 $envelope["subject"] = "bar@example.com\n\n From : X-INJECTED";
H A Dimap_fetch_overview_variation6.phpt43 $envelope["subject"] = "Test msg 1";
/PHP-8.3/ext/standard/tests/array/
H A Dbug74345.phpt45 preg_replace_callback(): Argument #3 ($subject) must be of type array|string, stdClass given
/PHP-8.3/ext/pcre/tests/
H A Dpreg_match_all_error2.phpt29 preg_match_all(): Argument #2 ($subject) must be of type string, array given
/PHP-8.3/ext/pcre/pcre2lib/
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()
422 if (size != 0) memcpy(sp, match_data->subject + ovector[i], CU2BYTES(size)); in pcre2_substring_list_get()
H A Dpcre2_match_data.c106 match_data->memctl.free((void *)match_data->subject, in pcre2_match_data_free()
/PHP-8.3/ext/standard/tests/mail/
H A Dmail_null_bytes.phpt35 mail(): Argument #2 ($subject) must not contain any null bytes
/PHP-8.3/ext/mbstring/tests/
H A Dmb_send_mail_null_bytes.phpt37 mb_send_mail(): Argument #2 ($subject) must not contain any null bytes
H A Dmb_send_mail07.phpt32 /* Note: The subject line below, "=?ISO-2022-KR?B?GyQpQw5FVz06Ri4PIEtvcmVhbg==?=",
/PHP-8.3/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-8.3/main/
H A Dinternal_functions.c.in5 | This source file is subject to version 3.01 of the PHP license, |
H A Dbuild-defs.h.in5 | This source file is subject to version 3.01 of the PHP license, |
/PHP-8.3/ext/openssl/tests/
H A Dcapture_peer_cert_001.phpt40 var_dump(openssl_x509_parse($cert)['subject']['CN']);
H A Dopenssl_x509_parse_basic.phpt23 ["subject"]=>
170 ["subject"]=>
H A Dopenssl_x509_parse_basic_openssl32.phpt23 ["subject"]=>
179 ["subject"]=>
/PHP-8.3/ext/spl/tests/
H A Dobserver_002.phpt48 function update(SplSubject $subject): void
50 echo $this->name . '->' . __METHOD__ . '(' . $subject->getName() . ");\n";
/PHP-8.3/ext/spl/
H A Dspl_observer.stub.php8 public function update(SplSubject $subject): void; argument
/PHP-8.3/ext/date/lib/
H A DLICENSE.rst11 furnished to do so, subject to the following conditions:
/PHP-8.3/Zend/asm/
H A DLICENSE8 do so, all subject to the following:
/PHP-8.3/ext/fileinfo/libmagic/
H A DLICENSE6 This software is not subject to any export provision of the United States
/PHP-8.3/ext/phar/
H A Dphar_path_check.re7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-8.3/.github/
H A DCODEOWNERS1 # The following volunteers have self-identified as subject matter experts
/PHP-8.3/ext/standard/tests/strings/
H A Dstr_replace_variation2.phpt13 $subject = "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE\000
52 $subject
59 var_dump( str_replace($search_str[$i], "FOUND", $subject, $count) );

Completed in 26 milliseconds

123456