Home
last modified time | relevance | path

Searched refs:subject (Results 1 – 25 of 135) sorted by path

123456

/PHP-5.5/
H A DNEWS1619 . Fixed bug #64802 (openssl_x509_parse fails to parse subject properly in
H A DREADME.REDIST.BINS115 furnished to do so, subject to the following conditions:
241 freely, subject to the following restrictions:
H A DREADME.SUBMITTING_PATCH49 Please make the mail subject prefix "[PATCH]". If attaching a patch,
83 Please make the mail subject prefix "[PATCH]". Include the bug id(s)
114 Please make the mail subject prefix "[PATCH] ...". Include the patch
H A Dconfigure.in1653 | This software is subject to the PHP License, available in this |
/PHP-5.5/Zend/
H A Dheader7 | This source file is subject to version 2.00 of the Zend license, |
/PHP-5.5/ext/date/lib/
H A Dparse_date.re7 | This source file is subject to version 3.01 of the PHP license, |
H A Dparse_iso_intervals.re7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-5.5/ext/ereg/regex/
H A DCOPYRIGHT2 This software is not subject to any license of the American Telephone
6 any computer system, and to alter it and redistribute it, subject
/PHP-5.5/ext/fileinfo/libmagic/
H A DLICENSE9 This software is not subject to any export provision of the United States
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation3.phpt23 // run on both linux and windows, the subject will have to be ascii only.
H A Diconv_mime_decode_variation3.phpt24 // run on both linux and windows, the subject will have to be ascii only.
/PHP-5.5/ext/imap/
H A Dphp_imap.c430 ZEND_ARG_INFO(0, subject)
2110 if (en->subject && subjectlength) { in PHP_FUNCTION()
3423 if (env->subject) { in PHP_FUNCTION()
3424 add_property_string(myoverview, "subject", env->subject, 1); in PHP_FUNCTION()
3521 env->subject = cpystr(Z_STRVAL_PP(pvalue)); in PHP_FUNCTION()
4024 fprintf(sendmail, "Subject: %s\n", subject); in _php_imap_mail()
4048 char *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NULL; in PHP_FUNCTION() local
4051 …if (zend_parse_parameters(argc TSRMLS_CC, "sss|ssss", &to, &to_len, &subject, &subject_len, &messa… in PHP_FUNCTION()
4075 if (_php_imap_mail(to, subject, message, headers, cc, bcc, rpath TSRMLS_CC)) { in PHP_FUNCTION()
4457 if (en->subject) add_property_string(myzvalue, "subject", en->subject, 1); in _php_make_header_object()
[all …]
/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_variation6.phpt46 $envelope["subject"] = "Test msg 1";
H A Dimap_headerinfo_basic.phpt20 'subject','Subject',
34 var_dump($z->subject);
H A Dimap_include.inc148 $envelope["subject"] = "Test msg $i";
H A Dimap_rfc822_parse_headers_basic.phpt20 'subject','Subject',
34 var_dump($z->subject);
/PHP-5.5/ext/intl/
H A Dphp_intl.c434 ZEND_ARG_INFO( 0, subject )
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c35 ResourceBundle_object *rb = iterator->subject; in resourcebundle_iterator_read()
166 iterator->subject = rb; in resourcebundle_get_iterator()
H A Dresourcebundle_iterator.h26 ResourceBundle_object *subject; member
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c366 ZEND_ARG_INFO( 0, subject )
/PHP-5.5/ext/mbstring/
H A DREADME9 All changes made after 2002/5/19 are subject to be
H A DREADME_PHP3-i18n-ja121 - proper mail output using JIS as body and MIME/Base64/JIS subject
H A Dmbstring.c426 ZEND_ARG_INFO(0, subject)
4027 char *subject = NULL; in PHP_FUNCTION() local
4070 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sss|ss", &to, &to_len, &subject, &subject_le… in PHP_FUNCTION()
4076 MAIL_ASCIIZ_CHECK_MBSTRING(subject, subject_len); in PHP_FUNCTION()
4180 if (subject != NULL && subject_len >= 0) { in PHP_FUNCTION()
4182 orig_str.val = (unsigned char *)subject; in PHP_FUNCTION()
4191 subject_buf = subject = (char *)pstr->val; in PHP_FUNCTION()
4278 if (!err && php_mail(to_r, subject, message, headers, extra_cmd TSRMLS_CC)) { in PHP_FUNCTION()
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE369 subject to these terms and conditions. You may not impose any further
/PHP-5.5/ext/openssl/
H A DREADME77 about the certificate, it's intended purposes, subject, issuer, validity

Completed in 80 milliseconds

123456