Searched refs:news (Results 1 – 25 of 29) sorted by relevance
12
/PHP-8.3/ext/fileinfo/ |
H A D | magicdata.patch | 18 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 D | makestub.php | 5 $news = ''; variable 15 $news .= $token[1]; 17 $news .= $token; 20 $s = $news . ' ?>';
|
/PHP-8.3/ext/standard/tests/network/ |
H A D | http-stream.phpt | 16 ['pid' => $pid, 'uri' => $uri] = http_server([__DIR__."/news.rss"]); 19 $e = $d->load("$uri/news.rss");
|
/PHP-8.3/ext/filter/tests/ |
H A D | 015.phpt | 44 'news:news.php.net', 105 string(17) "news:news.php.net"
|
/PHP-8.3/ext/tidy/tests/ |
H A D | 029.phpt | 8 // bug report taken from http://news.php.net/php.notes/130628
|
/PHP-8.3/ext/oci8/tests/ |
H A D | null_byte_1.phpt | 16 // See http://news.php.net/php.internals/50202
|
/PHP-8.3/docs/ |
H A D | release-process.md | 375 # 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 D | parse_url_basic_003.phpt | 67 --> nntp://news.php.net : string(12) "news.php.net"
|
H A D | urls.inc | 53 'nntp://news.php.net',
|
H A D | parse_url_basic_004.phpt | 67 --> nntp://news.php.net : NULL
|
H A D | parse_url_basic_006.phpt | 67 --> nntp://news.php.net : NULL
|
H A D | parse_url_basic_002.phpt | 68 --> nntp://news.php.net : string(4) "nntp"
|
H A D | parse_url_basic_005.phpt | 67 --> nntp://news.php.net : NULL
|
H A D | parse_url_basic_008.phpt | 67 --> nntp://news.php.net : NULL
|
H A D | parse_url_basic_009.phpt | 67 --> nntp://news.php.net : NULL
|
H A D | parse_url_basic_007.phpt | 67 --> nntp://news.php.net : NULL
|
H A D | parse_url_basic_001.phpt | 553 --> nntp://news.php.net: array(2) { 557 string(12) "news.php.net"
|
H A D | parse_url_unterminated.phpt | 559 --> nntp://news.php.net: array(2) { 563 string(12) "news.php.net"
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | mysqli_stmt_num_rows.phpt | 75 Behaviour with libmysql is UNDEFINED, see http://news.php.net/php.internals/55210
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | url_t.phpt | 56 'nntp://news.php.net', 628 --> nntp://news.php.net: array(2) { 632 string(12) "news.php.net"
|
/PHP-8.3/build/ |
H A D | config.sub | 186 | convergent* | ncr* | news | 32* | 3600* | 3100* \ 443 news | news700 | news800 | news900) 832 news-3600 | risc-news)
|
H A D | config.guess | 1365 news*:NEWS-OS:6*:*)
|
/PHP-8.3/ |
H A D | CONTRIBUTING.md | 381 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 D | mb_detect_encoding.phpt | 222 // Headline randomly picked from Chinese news
|
/PHP-8.3/ext/opcache/jit/dynasm/ |
H A D | minilua.c | 7441 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 69 milliseconds
12