Home
last modified time | relevance | path

Searched refs:bug (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/PHP-7.4/
H A DNEWS184 . Fixed bug #78238 (BCMath returns "-0"). (cmb)
448 . Fixed bug #80648 (Fix for bug 79296 should be based on runtime version).
699 . Fixed bug #79986 (str_ireplace bug with diacritics characters). (cmb)
700 . Fixed bug #80077 (getmxrr test bug). (Rainer Jung)
1106 . Fixed bug #79096 (FFI Struct Segfault). (cmb)
1246 . Fixed bug #78538 (shmop memory leak). (cmb)
1322 . Fixed bug #52752 (Crash when lexing). (Nikita)
1404 . Fixed bug #78650 (new COM Crash). (cmb)
1479 . Fixed bug #78574 (broken shared build). (Remi)
1529 . Fixed bug #78213 (Empty row pocket). (cmb)
[all …]
/PHP-7.4/ext/spl/tests/
H A Dbug51068.phpt5 touch('bug.51068');
6 mkdir('bug.51068.dir');
7 touch('bug.51068.dir/lvl2.bug.51068');
13 $iter = new DirectoryIterator('glob://bug.51068.dir/*.51068');
18 $iter = new DirectoryIterator('glob://bug.51068.dir');
26 unlink('bug.51068');
27 unlink('bug.51068.dir/lvl2.bug.51068');
28 rmdir('bug.51068.dir');
31 string(9) "bug.51068"
33 string(14) "lvl2.bug.51068"
[all …]
H A Dbug68825.phpt16 } else if (!symlink(__FILE__, $dir . '/bug')) {
22 if ('bug' === $entry->getFilename()) {
34 unlink($dir . '/bug');
/PHP-7.4/ext/standard/tests/general_functions/
H A D003.phpt40 $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 Dparse_ini_basic.data93 ; 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.4/Zend/tests/
H A Dbug31098.phpt19 echo isset($simpleString->wrong)?"bug\n":"ok\n";
20 echo isset($simpleString["wrong"])?"bug\n":"ok\n";
21 echo isset($simpleString[-20])?"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 Dbug31683.phpt10 $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 Dbug42820.phpt11 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 Dbug46196.phpt2 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 Dbug78406.phpt6 echo "bug\n"; // Should be transformed by filter on second include
24 $this->data = str_replace('bug', 'feature', $this->data);
43 bug
H A Djump05.phpt15 echo "bug\n";
19 echo "bug\n";
H A Djump04.phpt15 echo "bug\n";
17 echo "bug\n";
H A Djump15.phpt15 echo "bug\n";
19 echo "bug\n";
H A Dbug34199.phpt11 if($kids) echo "bug\n"; else echo "ok\n";
12 if(!$kids) echo "ok\n"; else echo "bug\n";
H A Dbug71914.phpt6 function bug(&$value) {
25 bug($arr["str"]);
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug48764.phpt27 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.4/ext/filter/tests/
H A D045.phpt9 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.4/ext/standard/tests/strings/
H A Dlevenshtein.phpt44 $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.4/ext/sockets/tests/
H A Dmcast_helpers.php.inc6 die("Socket read timeout hit. Can be a bug, a test bug, or a firewall issue.");
/PHP-7.4/ext/phar/tests/
H A Dbug52013.phpt2 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 Dbug69958.phpt2 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.4/ext/standard/tests/crypt/
H A Ddes_fallback_invalid_salt.phpt11 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.4/ext/pdo_dblib/tests/
H A Dconfig.inc3 // bug #72969 reflects a bug with FreeTDS, not with pdo_dblib
8 // assume driver doesn't have this bug if not using FreeTDS
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_constants_categories.phpt2 Constants exported by ext/mysqli - checking category - PHP bug not mysqli bug (check from time to t…
/PHP-7.4/ext/standard/tests/streams/
H A Dbug69521.phpt17 fwrite($link, "Sending bug 69521\n");
34 Sending bug 69521

Completed in 84 milliseconds

12345678910>>...12