/PHP-8.3/ext/spl/tests/ |
H A D | bug51068.phpt | 5 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 D | bug68825.phpt | 16 } else if (!symlink(__FILE__, $dir . '/bug')) { 22 if ('bug' === $entry->getFilename()) { 32 unlink($dir . '/bug');
|
/PHP-8.3/ |
H A D | NEWS | 11 . Fixed bug GH-16727 (Opcache bad signal 139 crash in ZTS bookworm 126 . Fixed floating point exception bug with gmp_pow when using 129 . Fixed bug GH-16501 (gmp_random_bits() can cause overflow). 131 . Fixed gmp_pow() overflow bug with large base/exponents. 191 . Fixed bug GH-16646 (UAF in ArrayObject::unset() and 242 . Fixed bug GH-16149 (Null pointer dereference in 382 . Fixed bug GH-15661 (Access null pointer in 445 . Fixed bug GH-15268 (heap buffer overflow in phpdbg 477 . Fixed bug GH-13922 (Fixed support for systems with 516 . Fixed bug GH-14603 (null string from zip entry). [all …]
|
/PHP-8.3/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 | 95 ; This is test for bug #29306 111 ;Test for bug #43923 112 [bug #43923] 117 ;Test for bug #44019 118 [bug #44019] 126 ;Test for bug #43915 127 [bug #43915]
|
/PHP-8.3/Zend/tests/ |
H A D | bug31098.phpt | 19 echo isset($simpleString->wrong)?"bug\n":"ok\n"; 21 echo isset($simpleString["wrong"])?"bug\n":"ok\n"; 25 echo isset($simpleString[-20])?"bug\n":"ok\n"; 26 echo isset($simpleString[0])?"ok\n":"bug\n"; 27 echo isset($simpleString["0"])?"ok\n":"bug\n"; 28 echo isset($simpleString["16"])?"ok\n":"bug\n"; 29 echo isset($simpleString["17"])?"bug\n":"ok\n"; 30 echo $simpleString->wrong === null?"ok\n":"bug\n"; 32 echo $simpleString["wrong"] === "B"?"ok\n":"bug\n"; 36 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'; 46 $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 7 echo "*** Testing restore_error_handler() : error bug #46196 ***\n"; 20 *** Testing restore_error_handler() : error bug #46196 ***
|
H A D | bug78406.phpt | 6 echo "bug\n"; // Should be transformed by filter on second include 24 $this->data = str_replace('bug', 'feature', $this->data); 43 bug
|
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-8.3/ext/pdo_pgsql/tests/ |
H A D | bug48764.phpt | 29 bug($db); 32 bug($db, array(PDO::ATTR_EMULATE_PREPARES => 0)); 33 bug($db, array(PDO::ATTR_EMULATE_PREPARES => 1)); 37 bug($db); 39 bug($db); 48 bug($db); 49 bug($db, array(PDO::ATTR_EMULATE_PREPARES => 0)); 54 function bug($db, $options = array()) {
|
/PHP-8.3/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-8.3/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
|
/PHP-8.3/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-8.3/ext/pdo_dblib/tests/ |
H A D | config.inc | 3 // bug #72969 reflects a bug with FreeTDS, not with pdo_dblib 5 // assume this bug isn't present if not using FreeTDS
|
/PHP-8.3/ext/opcache/tests/jit/ |
H A D | noval_001.phpt | 2 JIT NOVAL: 001 (bug in zend_jit_compute_false_dependencies()) 26 return "bug";
|
/PHP-8.3/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-8.3/ext/standard/tests/streams/ |
H A D | bug69521.phpt | 17 fwrite($link, "Sending bug 69521\n"); 34 Sending bug 69521
|
/PHP-8.3/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";
|
/PHP-8.3/ext/openssl/tests/ |
H A D | bug46127.phpt | 24 fwrite($link, "Sending bug 46127\n"); 55 Sending bug 46127
|