Home
last modified time | relevance | path

Searched refs:news (Results 1 – 25 of 29) sorted by relevance

12

/PHP-8.3/ext/fileinfo/
H A Dmagicdata.patch18 diff -ur Magdir.orig/mail.news Magdir/mail.news
19 --- Magdir.orig/mail.news 2021-03-31 01:47:28.000000000 +0200
20 +++ Magdir/mail.news 2021-04-05 19:41:55.168556972 +0200
23 -# $File: mail.news,v 1.26 2021/03/21 14:37:03 christos Exp $
24 +# $File: mail.news,v 1.27 2021/04/05 16:36:14 christos Exp $
25 # mail.news: file(1) magic for mail and news
27 # Unfortunately, saved netnews also has From line added in some news software.
/PHP-8.3/ext/phar/
H A Dmakestub.php5 $news = ''; variable
15 $news .= $token[1];
17 $news .= $token;
20 $s = $news . ' ?>';
/PHP-8.3/ext/standard/tests/network/
H A Dhttp-stream.phpt16 ['pid' => $pid, 'uri' => $uri] = http_server([__DIR__."/news.rss"]);
19 $e = $d->load("$uri/news.rss");
/PHP-8.3/ext/filter/tests/
H A D015.phpt44 'news:news.php.net',
105 string(17) "news:news.php.net"
/PHP-8.3/ext/tidy/tests/
H A D029.phpt8 // bug report taken from http://news.php.net/php.notes/130628
/PHP-8.3/ext/oci8/tests/
H A Dnull_byte_1.phpt16 // See http://news.php.net/php.internals/50202
/PHP-8.3/docs/
H A Drelease-process.md375 # 0: PHP.net frontpage news [frontpage]
381 # And at last; paste/write your news item here.
675 3. Create the release file and news entry for the new version.
732 * Does the news entry show up on the home page? https://www.php.net
755 * [PHP 8.1.0 Released](https://news-web.php.net/php.announce/321)
756 * [PHP 8.1.3 Released](https://news-web.php.net/php.announce/325)
757 * [PHP 8.1.6 Released](https://news-web.php.net/php.announce/331)
770 the release announcement and link to the news entry on php.net.
815 the news entry.
875 order. For example: https://news-web.php.net/php.internals/99903
[all …]
/PHP-8.3/ext/standard/tests/url/
H A Dparse_url_basic_003.phpt67 --> nntp://news.php.net : string(12) "news.php.net"
H A Durls.inc53 'nntp://news.php.net',
H A Dparse_url_basic_004.phpt67 --> nntp://news.php.net : NULL
H A Dparse_url_basic_006.phpt67 --> nntp://news.php.net : NULL
H A Dparse_url_basic_002.phpt68 --> nntp://news.php.net : string(4) "nntp"
H A Dparse_url_basic_005.phpt67 --> nntp://news.php.net : NULL
H A Dparse_url_basic_008.phpt67 --> nntp://news.php.net : NULL
H A Dparse_url_basic_009.phpt67 --> nntp://news.php.net : NULL
H A Dparse_url_basic_007.phpt67 --> nntp://news.php.net : NULL
H A Dparse_url_basic_001.phpt553 --> nntp://news.php.net: array(2) {
557 string(12) "news.php.net"
H A Dparse_url_unterminated.phpt559 --> nntp://news.php.net: array(2) {
563 string(12) "news.php.net"
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_stmt_num_rows.phpt75 Behaviour with libmysql is UNDEFINED, see http://news.php.net/php.internals/55210
/PHP-8.3/ext/standard/tests/strings/
H A Durl_t.phpt56 'nntp://news.php.net',
628 --> nntp://news.php.net: array(2) {
632 string(12) "news.php.net"
/PHP-8.3/build/
H A Dconfig.sub186 | convergent* | ncr* | news | 32* | 3600* | 3100* \
443 news | news700 | news800 | news900)
832 news-3600 | risc-news)
H A Dconfig.guess1365 news*:NEWS-OS:6*:*)
/PHP-8.3/
H A DCONTRIBUTING.md381 2. All news updates intended for public viewing, such as new features, bug
383 release* version with the given change. In other words, news about a bug fix
/PHP-8.3/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt222 // Headline randomly picked from Chinese news
/PHP-8.3/ext/opcache/jit/dynasm/
H A Dminilua.c7441 const char*news=lua_tolstring(ms->L,3,&l);
7443 if(news[i]!='%')
7444 luaL_addchar(b,news[i]);
7447 if(!isdigit(uchar(news[i])))
7448 luaL_addchar(b,news[i]);
7449 else if(news[i]=='0')
7452 push_onecapture(ms,news[i]-'1',s,e);

Completed in 79 milliseconds

12