/PHP-7.0/ |
H A D | NEWS | 245 . Fixed bug #75349 (NAN comparison). (Sara) 356 . Fixed bug #74101, bug #74614 (Unserialize Heap Use-After-Free (READ: 1) in 465 . Patch for bug #74216 was reverted. (Anatol) 535 . Reverted patch for bug #61471, fixes bug #74318. (Anatol) 1055 . Fixed bug #71711 (Soap Server Member variables reference bug). (Nikita) 1420 . Fixed bug #72551, bug #72552 (In correct casting from size_t to int lead to 1751 . Fixed bug #71827 (substr_replace bug, string length). (krakjoe) 1864 . Fixed bug #71449 (An integer overflow bug in php_implode()). (Stas) 1865 . Fixed bug #71450 (An integer overflow bug in php_str_to_str_ex()). (Stas) 1878 . Fixed bug #71559 (Built-in HTTP server, we can download file in web by bug). [all …]
|
H A D | README.SUBMITTING_PATCH | 26 create a bug or identify an existing bug at http://bugs.php.net/. A 27 bug can be used to track the patch progress and prevent your changes 52 to bug reports at http://bugs.php.net/. 54 If you are not using GitHub, attach your patch to a PHP bug and 56 internals@lists.php.net. If the bug is for an extension, also CC the 68 If you are fixing incorrect PHP documentation first create a bug or 69 identify an existing bug at http://bugs.php.net/. A bug can be used 80 Attach the patch to the PHP bug and consider sending a notification 93 a bug or identify an existing bug at http://bugs.php.net/. A bug 111 the patch or pointer to the bug to pecl-dev@lists.php.net. Also CC [all …]
|
H A D | CONTRIBUTING.md | 14 If you are fixing a bug, then please submit your PR against the lowest branch 15 of PHP that the bug affects, or the oldest fully supported version (the first 20 in the bug on [the bug tracker](https://bugs.php.net/). 26 Bugs can be filed on the [PHP bug tracker](https://bugs.php.net/). If this is 27 the first time you've filed a bug, we suggest reading the 28 [guide to reporting a bug](https://bugs.php.net/how-to-report.php).
|
/PHP-7.0/ext/standard/tests/general_functions/ |
H A D | 003.phpt | 40 $n += test_me("bug #7368", 2, "13458", "12345"); 41 $n += test_me("bug #7368", 2, "1345", "1234"); 43 $n += test_me("bug #6562", 1, "debugg", "debug"); 44 $n += test_me("bug #6562", 1, "ddebug", "debug"); 45 $n += test_me("bug #6562", 2, "debbbug", "debug"); 46 $n += test_me("bug #6562", 1, "debugging", "debuging"); 48 $n += test_me("bug #16473", 2, "a", "bc"); 49 $n += test_me("bug #16473", 2, "xa", "xbc"); 50 $n += test_me("bug #16473", 2, "xax", "xbcx"); 51 $n += test_me("bug #16473", 2, "ax", "bcx");
|
H A D | parse_ini_basic.data | 93 ; This is test for bug #29306 109 ;Test for bug #43923 110 [bug #43923] 115 ;Test for bug #44019 116 [bug #44019] 124 ;Test for bug #43915 125 [bug #43915]
|
/PHP-7.0/Zend/tests/ |
H A D | bug31098.phpt | 19 echo isset($simpleString->wrong)?"bug\n":"ok\n"; 20 echo isset($simpleString["wrong"])?"bug\n":"ok\n"; 21 echo isset($simpleString[-1])?"bug\n":"ok\n"; 22 echo isset($simpleString[0])?"ok\n":"bug\n"; 23 echo isset($simpleString["0"])?"ok\n":"bug\n"; 24 echo isset($simpleString["16"])?"ok\n":"bug\n"; 25 echo isset($simpleString["17"])?"bug\n":"ok\n"; 26 echo $simpleString->wrong === null?"ok\n":"bug\n"; 27 echo $simpleString["wrong"] === "B"?"ok\n":"bug\n"; 28 echo $simpleString["0"] === "B"?"ok\n":"bug\n"; [all …]
|
H A D | bug31683.phpt | 10 $test = 'bug'; 16 $test = 'bug'; 17 $val = 'bug'; 22 $test = 'bug'; 27 $test = 'bug'; 34 $test = 'bug'; 35 $val = 'bug'; 40 $test = 'bug'; 45 $test = 'bug';
|
H A D | bug42820.phpt | 11 var_dump(defined('ns\\bug')); 13 var_dump(defined('\\ns\\bug')); 15 var_dump(defined('ns\\foo::bug')); 17 var_dump(defined('\\ns\\foo::bug')); 18 var_dump(defined('ns\\bar::bug')); 19 var_dump(defined('\\ns\\bar::bug'));
|
H A D | bug46196.phpt | 2 Test restore_error_handler() function : bug #46196 13 echo "*** Testing restore_error_handler() : error bug #46196 ***\n"; 27 *** Testing restore_error_handler() : error bug #46196 ***
|
H A D | jump05.phpt | 15 echo "bug\n"; 19 echo "bug\n";
|
H A D | jump04.phpt | 15 echo "bug\n"; 17 echo "bug\n";
|
H A D | jump15.phpt | 15 echo "bug\n"; 19 echo "bug\n";
|
H A D | bug34199.phpt | 11 if($kids) echo "bug\n"; else echo "ok\n"; 12 if(!$kids) echo "ok\n"; else echo "bug\n";
|
H A D | bug71914.phpt | 6 function bug(&$value) { 25 bug($arr["str"]);
|
/PHP-7.0/ext/pdo_pgsql/tests/ |
H A D | bug48764.phpt | 27 bug($db); 30 bug($db, array(PDO::ATTR_EMULATE_PREPARES => 0)); 31 bug($db, array(PDO::ATTR_EMULATE_PREPARES => 1)); 35 bug($db); 37 bug($db); 46 bug($db); 47 bug($db, array(PDO::ATTR_EMULATE_PREPARES => 0)); 52 function bug($db, $options = array()) {
|
/PHP-7.0/ext/filter/tests/ |
H A D | 045.phpt | 9 echo ($ret === 255 && $a["options"]["min_range"] === "0")?"ok\n":"bug\n"; 10 echo ($ret === 255 && $a["options"]["max_range"] === "1024")?"ok\n":"bug\n"; 11 echo ($ret === 255 && is_string($a["flags"]) && $a["flags"] == FILTER_FLAG_ALLOW_HEX)?"ok\n":"bug\n… 14 echo ($ret === 255 && is_string($a) && $a == FILTER_FLAG_ALLOW_HEX)?"ok\n":"bug\n"; 17 … && is_string($a["test"]["filter"]) && $a["test"]["filter"] == FILTER_VALIDATE_INT)?"ok\n":"bug\n"; 18 … && is_string($a["test"]["flags"]) && $a["test"]["flags"] == FILTER_FLAG_ALLOW_HEX)?"ok\n":"bug\n"; 21 …$ret["test"] === 255 && is_string($a["test"]) && $a["test"] == FILTER_VALIDATE_INT)?"ok\n":"bug\n";
|
/PHP-7.0/ext/standard/tests/strings/ |
H A D | levenshtein.phpt | 44 $n += test_me("bug #7368", 2, "13458", "12345"); 45 $n += test_me("bug #7368", 2, "1345", "1234"); 47 $n += test_me("bug #6562", 1, "debugg", "debug"); 48 $n += test_me("bug #6562", 1, "ddebug", "debug"); 49 $n += test_me("bug #6562", 2, "debbbug", "debug"); 50 $n += test_me("bug #6562", 1, "debugging", "debuging"); 52 $n += test_me("bug #16473", 2, "a", "bc"); 53 $n += test_me("bug #16473", 2, "xa", "xbc"); 54 $n += test_me("bug #16473", 2, "xax", "xbcx"); 55 $n += test_me("bug #16473", 2, "ax", "bcx");
|
/PHP-7.0/ext/mbstring/oniguruma/ |
H A D | HISTORY | 31 2008/08/01: [bug] fix memory leaks. 41 2008/01/30: [bug] (thanks akr) 43 2008/01/23: [bug] update enc/koi8.c. 199 2006/11/07: [bug] (thanks Byte) 225 2006/10/23: [bug] (thanks Km) 229 2006/10/23: [bug] (thanks K.Takata) 757 2005/01/13: [bug] ignore case match bug. 783 2004/12/15: [bug] (thanks matz) 852 2004/11/17: [bug] (thanks nobu) 1468 2003/08/18: [bug] (thanks nobu) [all …]
|
/PHP-7.0/ext/sockets/tests/ |
H A D | mcast_helpers.php.inc | 6 die("Socket read timeout hit. Can be a bug, a test bug, or a firewall issue.");
|
/PHP-7.0/ext/phar/tests/ |
H A D | bug52013.phpt | 2 Test for bug 52013 about Phar::decompressFiles(). 4 Test for a bug where Phar::decompressFiles() mistakenly throws BadMethodCallException. 5 http://bugs.php.net/bug.php?id=52013
|
H A D | bug69958.phpt | 2 Phar: bug #69958: Segfault in Phar::convertToData on invalid file 4 Still has memory leaks, see https://bugs.php.net/bug.php?id=70005
|
/PHP-7.0/ext/standard/tests/crypt/ |
H A D | des_fallback_invalid_salt.phpt | 11 Deprecated: crypt(): Supplied salt is not valid for DES. Possible bug in provided salt format. in %… 14 Deprecated: crypt(): Supplied salt is not valid for DES. Possible bug in provided salt format. in %…
|
/PHP-7.0/ext/mysqli/tests/ |
H A D | mysqli_constants_categories.phpt | 2 Constants exported by ext/mysqli - checking category - PHP bug not mysqli bug (check from time to t…
|
/PHP-7.0/ext/standard/tests/streams/ |
H A D | bug69521.phpt | 17 fwrite($link, "Sending bug 69521\n"); 34 Sending bug 69521
|
/PHP-7.0/ext/opcache/tests/ |
H A D | bug64353.phpt | 24 stream_filter_register('bug.test', 'BugLoader'); 25 include "php://filter/read=bug.test/resource=data://text/plain,<?php\n";
|